mattermost-plugin-bridge-xmpp/server/bridge
Felipe Martin d21dcd2dd1
feat: implement sync and sync-reset commands for shared channel management
- Add GetRemoteID() method to Bridge interface for cursor operations
- Update bridge constructors to accept and store remoteID parameter
- Implement executeSyncCommand handler for forcing shared channel sync
- Implement executeSyncResetCommand handler for resetting sync cursor
- Add command registration for 'sync' and 'sync-reset' subcommands
- Enhance command handler with direct plugin API access for shared channel operations
- Add comprehensive validation and error handling for unmapped channels
- Support both SyncSharedChannel and UpdateSharedChannelCursor API methods

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 19:39:01 +02:00
..
mattermost feat: implement sync and sync-reset commands for shared channel management 2025-08-05 19:39:01 +02:00
xmpp feat: implement sync and sync-reset commands for shared channel management 2025-08-05 19:39:01 +02:00
manager.go refactor: standardize bridge-agnostic terminology and remove unused kvstore functions 2025-08-05 12:33:19 +02:00
messagebus.go refactor: standardize bridge-agnostic terminology and remove unused kvstore functions 2025-08-05 12:33:19 +02:00
user.go feat: implement comprehensive bridge-agnostic user management system 2025-08-04 17:50:44 +02:00