Skip to content

Bridge not backfilling DM msgs (UPDATE: now affect Spaces too) #107

Description

@pierrechapuis

Hi there,

I recently installed mautrix-bridge googlechat 0.5.2 (latest) via docker.

I encountered an issue with the backfill process.

First I logged in successfully using the login-cookie command. Then, after I send or get a new message on Google Chat, I get an invite in Element Chat to accept and open the Space / DM:

  • If that is a Space: Old messages are backfilled properly.
  • If that is a DM: Backfill is not performed.

--> Am I missing something regarding backfill process for DM?

Below are some settings:

bridge:
    username_template: googlechat_{userid}
    displayname_template: '{full_name} (Google Chat)'
    command_prefix: '!gc'
    initial_chat_sync: 100
    invite_own_puppet_to_pm: true
    sync_with_custom_puppets: false
    sync_direct_chat_list: false

encryption:
        allow: true
        default: true
        appservice: false
        require: false
        allow_key_sharing: false

federate_rooms: false
backfill:
    invite_own_puppet: true
    initial_thread_limit: 1000
    initial_thread_reply_limit: 500
    initial_nonthread_limit: 10000
    missed_event_limit: 5000
    missed_event_page_size: 100
    disable_notifications: true

Thanks a lot in advance for your help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions