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-09-05 09:47:30 +02:00
2023-06-11 10:54:35 +05:30
2023-09-05 09:47:30 +02:00
2023-12-20 06:46:54 +01:00
2023-11-27 14:43:54 +03:00
2023-12-04 18:34:57 +01:00
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-12-04 18:34:57 +01:00
2023-10-30 16:33:37 +01:00
2023-12-04 18:34:57 +01:00
2023-10-30 16:33:37 +01:00
2023-11-23 10:30:08 +01:00
2023-06-11 10:54:35 +05:30
2023-12-04 18:34:57 +01:00
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-12-20 06:46:54 +01:00
2023-10-03 06:55:21 +08:00
2023-12-04 18:34:57 +01:00
2023-06-11 10:54:35 +05:30
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-10-30 16:33:37 +01:00
2023-12-20 06:46:54 +01:00
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-12-20 06:46:54 +01:00
2023-06-11 10:54:35 +05:30
2023-10-30 16:33:37 +01:00
2023-10-30 16:33:37 +01:00
2023-10-30 16:33:37 +01:00
2023-06-11 10:54:35 +05:30
2023-12-20 06:46:54 +01:00
2023-06-11 10:54:35 +05:30
2023-12-04 18:34:57 +01:00
2023-10-30 16:33:37 +01:00
2023-10-30 16:33:37 +01:00
2023-12-22 17:00:27 -05:00
2023-12-22 17:00:27 -05:00
2023-10-30 16:33:37 +01:00
2023-10-30 16:33:37 +01:00
2023-12-18 16:07:00 +01:00
2023-12-22 17:00:27 -05:00
2023-06-11 10:54:35 +05:30
2023-03-22 17:22:27 -04:00
2023-06-11 10:54:35 +05:30