You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
I ran into a strange issue on my homeserver. A year ago or so I had installed telematrix on my homeserver. Things worked, but I wanted to hold off until there was better puppet'ing support.
Fast forward to yesterday. I installed telematrix! (nice job - looks like a great bridge now!)
I ran into some issues though. Apparently the state from the previous install was persistent somewhere (I don't see exactly where.. - nothing in the application_services table.. As soon as telematrix started, synapse started sending all the 'unseen' messages to it. This took quite a while.. after which - I had an empty database.db file (no room relations, etc) and a non-functional bridge..
By manually adding an entry in chat_link, I can get one way communication (matrix -> tg) working, but not tg -> matrix..
Is there any way to "un-init" a given app service (by id maybe?) and start fresh?
The text was updated successfully, but these errors were encountered:
@qbit By the sound of it, it seems like you didn't change the "id" used in the appservice registration yaml. When telematrix connected/registered to your homeserver, it identified with the previous id so your homeserver treated it like it was reconnecting after a long break.
id: <user-defined unique ID of AS which will never change>
Warning If the homeserver in question has multiple application services, each as_token and id MUST be unique per application service as these are used to identify the application service. The homeserver MUST enforce this.
I ran into a strange issue on my homeserver. A year ago or so I had installed telematrix on my homeserver. Things worked, but I wanted to hold off until there was better puppet'ing support.
Fast forward to yesterday. I installed telematrix! (nice job - looks like a great bridge now!)
I ran into some issues though. Apparently the state from the previous install was persistent somewhere (I don't see exactly where.. - nothing in the
application_services
table.. As soon as telematrix started, synapse started sending all the 'unseen' messages to it. This took quite a while.. after which - I had an emptydatabase.db
file (no room relations, etc) and a non-functional bridge..By manually adding an entry in
chat_link
, I can get one way communication (matrix -> tg) working, but not tg -> matrix..Is there any way to "un-init" a given app service (by id maybe?) and start fresh?
The text was updated successfully, but these errors were encountered: