mattermost-plugin-bridge-xmpp/server/bridge/xmpp
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
..
bridge.go feat: refactor bridge user detection and fix linting issues 2025-08-12 12:01:42 +02:00
message_handler.go feat: refactor bridge user detection and fix linting issues 2025-08-12 12:01:42 +02:00
user.go feat: refactor bridge user detection and fix linting issues 2025-08-12 12:01:42 +02:00
user_manager.go feat: refactor bridge user detection and fix linting issues 2025-08-12 12:01:42 +02:00