-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Servers implementation #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
adding end to end tests for chat.react endpoint
…oint [FIX] Chat Message Reactions REST API End Point
[NEW] Global message search (beta: disabled by default)
| admin: String | ||
| userIds: [String] | ||
| invitedEmails: [String] | ||
| avatarUrl: String |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rgio check this model if you think we need to add more fields here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When creating a public channel, clicking join in the preview window doesn't do anything (The channel is created but i have to reload in order to see it)

Clicking on own name in direct messages shows no user with username found.

Channel names should be unique to servers rather than to the entire application. Trying to create a channel with an existing name in a different server results in this error.

Directory should only show users in the selected server.

Replace sort option with user status(online, away, offline) move my account from server tab to here

Asana Task
The idea is to have the same feature on discordapp.com where we can have servers that control all content's (channels, DM's, users, files ...etc) inside it, every server contents will be separated from other servers and the user can join multi-servers.
This PR will take care of implementing servers functionality as a standalone app, will take care of integrating RC into Sepian app on next PR.
TODO:
/serverId/channelId.