Doug Lauder
2d1135ca46
Shared channels plugin APIs for MS Teams plugin (#25805)
New plugin APIs and hooks for accessing Shared Channels service via plugin.
- RegisterPluginForSharedChannels(opts model.RegisterPluginOpts) (remoteID string, err error)
- UnregisterPluginForSharedChannels(pluginID string) error
- ShareChannel(sc *model.SharedChannel) (*model.SharedChannel, error)
- UpdateSharedChannel(sc *model.SharedChannel) (*model.SharedChannel, error)
- UnshareChannel(channelID string) (unshared bool, err error)
- UpdateSharedChannelCursor(channelID, remoteID string, cusror model.GetPostsSinceForSyncCursor) error
- SyncSharedChannel(channelID string) error
- InviteRemoteToChannel(channelID string, remoteID string, userID string) error
- UninviteRemoteFromChannel(channelID string, remoteID string) error
Hooks
- OnSharedChannelsSyncMsg(msg *model.SyncMsg, rc *model.RemoteCluster) (model.SyncResponse, error)
- OnSharedChannelsPing(rc *model.RemoteCluster) bool
2023-12-22 17:00:27 -05:00
..
2023-12-22 17:00:27 -05:00
2023-11-16 09:51:18 +01:00
2023-12-04 18:34:57 +01:00
2023-11-16 09:51:18 +01:00
2023-12-04 18:34:57 +01:00
2023-12-04 18:34:57 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-12-04 18:34:57 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-12-04 18:34:57 +01:00
2023-12-04 18:34:57 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-20 09:42:07 -05:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-12-04 18:34:57 +01:00
2023-11-16 09:51:18 +01:00
2023-12-14 14:09:29 +05:30
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-27 09:11:04 -05:00
2023-12-22 17:00:27 -05:00
2023-12-04 18:34:57 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-06-11 10:54:35 +05:30
2023-12-04 13:10:20 -05:00
2023-11-16 09:51:18 +01:00
2023-12-04 18:34:57 +01:00
2023-06-11 10:54:35 +05:30
2023-11-16 09:51:18 +01:00
2023-12-04 18:34:57 +01:00
2023-11-16 09:51:18 +01:00
2023-12-04 18:34:57 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-11-16 09:51:18 +01:00
2023-12-20 14:35:04 -06:00
2023-11-16 09:51:18 +01:00
2023-03-22 17:22:27 -04:00
2023-06-11 10:54:35 +05:30
2023-11-16 09:51:18 +01:00