Rocketchat now supports incoming edits/deletes

Wim 2019-02-15 18:33:54 +01:00
parent 01a688f0a8
commit 71b09118d1

@ -30,8 +30,9 @@ See Gateway Config Advanced TODO
# Message edits and deletes # Message edits and deletes
* Support incoming and outgoing edits and deletes: Discord, Mattermost, Slack and Telegram. * Support incoming and outgoing edits and deletes: Discord, Mattermost, Slack and Telegram.
* Support only incoming edits: Gitter. (gitter API doesn't support outgoing edits) * Support only incoming edits: Gitter. (gitter API doesn't support outgoing edits)
* Support only incoming edits/deletes: RocketChat
* Support only deletes: Matrix. * Support only deletes: Matrix.
* Support no deletes or edits: IRC, Rocketchat(NR), Steam(NR), XMPP(NR) * Support no deletes or edits: IRC, Steam(NR), XMPP(NR)
NR = Not researched NR = Not researched
@ -40,9 +41,9 @@ The logic is: Public links > Native file upload > External mediaserver > Private
This means that bridges: This means that bridges:
- will receive the "public link" from protocols that have links to files without authentication (Gitter, IRC, Discord) - will receive the "public link" from protocols that have links to files without authentication (Gitter, IRC, Discord)
- that support native file uploads (Discord,Matrix,Mattermost,Slack,Telegram) will receive a uploaded copy of the file from protocols that have links to files with authentication (Matrix, Mattermost, Slack, Telegram) - that support native file uploads (Discord,Matrix,Mattermost,Slack,Telegram,Rocketchat) will receive a uploaded copy of the file from protocols that have links to files with authentication (Matrix, Mattermost, Slack, Telegram)
- that do NOT support native file uploads (Gitter,IRC,Rocketchat,Steam,XMPP) will receive the "public link" from your "external mediaserver" from protocols that have links to files with authentication (Matrix, Mattermost, Slack, Telegram). (If you have configured an "external mediaserver") - that do NOT support native file uploads (Gitter,IRC,Steam,XMPP) will receive the "public link" from your "external mediaserver" from protocols that have links to files with authentication (Matrix, Mattermost, Slack, Telegram). (If you have configured an "external mediaserver")
- that do NOT support native file uploads (Gitter,IRC,Rocketchat,Steam,XMPP) will receive the "private link" from protocols that have links to files with authentication (Matrix, Mattermost, Slack, Telegram). (If you have not configured an "external mediaserver") - that do NOT support native file uploads (Gitter,IRC,Steam,XMPP) will receive the "private link" from protocols that have links to files with authentication (Matrix, Mattermost, Slack, Telegram). (If you have not configured an "external mediaserver")
For example if you bridge between slack and discord: For example if you bridge between slack and discord: