discord-irc / irc-websockets

websockets wrapper around irc
MIT License
0 stars 0 forks source link

Store last read message for every user per channel #8

Open ChillerDragon opened 6 months ago

ChillerDragon commented 6 months ago

Sounds like we need a new table for that. Yay complexity. But it would be worth since logging in shows all channels as no unread messages which is wrong. The frontend could then ask the backend which channels and servers have unread messages.

ChillerDragon commented 6 months ago

BLOCKED BY https://github.com/discord-irc/discord-irc/issues/39