oxidecomputer / oxidecomputer/microbot

Bot does not sync messages from DMs

Open
#30 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.