Skip to content

Conversation

artcz
Copy link
Contributor

@artcz artcz commented Mar 22, 2025

Added support for marking messages with an inbox emoji to keep track of them.

Typical use case would be to use the inbox emoji to signal to other people on discord that you saw a message, but you either will handle it later, or are already handling it async but it will take more time.

Having a bot keep track of all those messages will make it easier to keep track of them :)

the !inbox command, just like all the other ones, can be also issued on a DM with the bot.

Next step: send a daily reminder if the inbox is not empty :)

@artcz artcz self-assigned this Mar 22, 2025
open(base_path / "query_result.json"),
)["data"]["node"],
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just moved to a global conftest from a different file - since now we have more than one file with async tests.


# Check if it's a public or private post (thread)
if channel.type in (discord.ChannelType.public_thread, discord.ChannelType.private_thread):
if channel.type in (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

collateral formatting change. Unrelated to the PR 😅

@artcz artcz merged commit 391ae0e into main Mar 23, 2025
2 checks passed
@artcz artcz deleted the inbox-support branch March 23, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants