fix(mom): private channel messages not being logged
- Add message.groups to required bot events in README - Add groups:history and groups:read to required scopes in README - app_mention handler now logs messages directly instead of relying on message event - Add deduplication in ChannelStore.logMessage() to prevent double-logging - Remove redundant current message append in agent.ts (already in log)
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Private channel messages not being logged
|
||||
- Added `message.groups` to required bot events in README
|
||||
- Added `groups:history` and `groups:read` to required scopes in README
|
||||
- `app_mention` handler now logs messages directly instead of relying on `message` event
|
||||
- Added deduplication in `ChannelStore.logMessage()` to prevent double-logging
|
||||
|
||||
### Added
|
||||
|
||||
- Message backfill on startup (#103)
|
||||
|
||||
Reference in New Issue
Block a user