easybridge/connector
Alex 38a3f1bdb1 Fix Mattermost event deduplication
Mattermost assigns its own IDs to messages, thus when sending a message
to Mattermost the event_seen key that has to be written must take into
account that ID and not the one that we put in the event (which was the
Matrix event ID)

Note that for XMPP anything can be used as an ID, so using the Matrix
event ID there worked, but it's actually not so good.
2020-02-29 10:01:42 +01:00
..
irc Fix Mattermost event deduplication 2020-02-29 10:01:42 +01:00
mattermost Fix Mattermost event deduplication 2020-02-29 10:01:42 +01:00
xmpp Fix Mattermost event deduplication 2020-02-29 10:01:42 +01:00
config.go Refactor connector creation logic 2020-02-28 10:18:47 +01:00
connector.go Fix Mattermost event deduplication 2020-02-29 10:01:42 +01:00
mediaobject.go go fmt 2020-02-23 20:24:50 +01:00