open-chat
open-chat copied to clipboard
This is the main repository for the OpenChat application which runs on the Internet Computer
Whenever a canister doesn't know the user (eg. joining a group), we could send the request to the local user index which then forwards it to the target canister.
Users could choose to hide messages from selected users, this would only hide the messages for themselves.
Currently there is a long chain of c2c calls: user:delete_group -> group::c2c_delete_group -> group_index::c2c_delete_group -> local_group_index::c2c_delete_group This means the original call from the client takes a long time to complete....
**Problem:** If I leave OpenChat open but step away for a bit (or put it in the background) when I come back it is hard to tell what new chats...
> I used to be a Slack user and now use OpenChat as my primary work communication. Slack allows me to set a custom status with an emoji and I...
If a user disables undelete they will not be able to undelete their deleted messages. If they subsequently enable "undelete" they will only be able to undelete messages that were...
The nicknames should support all unicode characters not just a-Z. Thanks to @shaoan for the idea