oxidecomputer / oxidecomputer/microbot
Bot does not sync messages from DMs
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- Avg merge
- 13d 15h
- Merged PRs (30d)
- 8
Description
Bot commands are able to sync and see messages in channels, but anything that starts as a DM fails to propagate to the command handler.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the message synchronization path for direct messages and follow how synced events reach the command handler. Compare it with the channel-message path to identify where propagation diverges. Done means commands initiated in DMs reach the handler and behave like channel commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100