mattermost-plugin-bridge-xmpp/server/bridge
Felipe Martin b80e8ebd8f
feat: refactor bridge user detection and fix linting issues
- Extract bridge user detection logic into separate isBridgeUserMessage() function
- Fix gocritic ifElseChain issues by converting if-else to switch statements
- Fix gofmt formatting issues in client.go
- Fix revive naming issues by renaming XMPPUser to User and XMPPUserManager to UserManager
- Improve code organization and maintainability

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 12:01:42 +02:00
..
mattermost chore: fix lint issues 2025-08-06 18:25:25 +02:00
xmpp feat: refactor bridge user detection and fix linting issues 2025-08-12 12:01:42 +02:00
manager.go chore: fix lint issues 2025-08-06 18:25:25 +02:00
messagebus.go feat: implement graceful message bus shutdown with drainage 2025-08-11 13:28:47 +02:00
user.go chore: fix lint issues 2025-08-06 18:25:25 +02:00