Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User's own messages are not backfilled without login-matrix #29

Open
lukaslihotzki opened this issue Jul 29, 2020 · 0 comments
Open

User's own messages are not backfilled without login-matrix #29

lukaslihotzki opened this issue Jul 29, 2020 · 0 comments

Comments

@lukaslihotzki
Copy link

After Google login, mautrix-hangouts created Matrix rooms (without messages). After mautrix-hangouts restart, it started to backfill messages, except my own, although the puppet of my Google account joined (and left after backfill).

The solution was login-matrix. This allowed the puppet of my Google account to join again, backfill my own messages, and leave. However, only the messages I sent after every other person were synced because of this "Stopping backfilling at [...] as message was already bridged"-check. invite_own_puppet: true was set all the time, so these messages were sent using the puppet instead of my Matrix account, so login-matrix should not even be needed.

Full backfill config:

    backfill:
        invite_own_puppet: true
        initial_limit: 0
        missed_limit: 100
        disable_notifications: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant