5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-13 01:20:25 +00:00
matterbridge/gateway
Wim fb713ed91b
Add initial support for getting ChannelMember info of all bridges (#678)
* Add initial support for getting ChannelMember info of all bridges.

Adds an EventGetChannelMembers event, which gets send every x time to
all bridges. Bridges should respond on this event with a Message
containing ChannelMembers in the EventGetChannelMembers key in the
Extra field.

handleEventGetChannelMembers will handle this Message and sets the
contained ChannelMembers to the Bridge struct.

* Add ChannelMembers support to the slack bridge
2019-01-18 18:35:31 +01:00
..
bridgemap Extract bridgeMap into own package to improve testability (#601) 2018-11-30 23:53:00 +01:00
samechannel Use logrus imports instead of log (#662) 2018-12-26 15:16:09 +01:00
gateway_test.go Use logrus imports instead of log (#662) 2018-12-26 15:16:09 +01:00
gateway.go Fail if channel starts with hashtag (mattermost). Closes #625 2019-01-07 00:26:11 +01:00
handlers.go Add initial support for getting ChannelMember info of all bridges (#678) 2019-01-18 18:35:31 +01:00
router.go Add initial support for getting ChannelMember info of all bridges (#678) 2019-01-18 18:35:31 +01:00