Devlin
Devlin
- Update Wiki links to new URL
- Corrects minor typos & mistakes.
## Changes * Prevent context menu from appearing when a user right clicks * The context menu still appears when right clicking message media in preview * The context menu...
* Store chat messages in state upon initial server load * Paginate chat messages so that only most recent load unless user scrolls to load older messages * Look into...
_Feature requested by **justkoru** on Banter_ Using the @ symbol should allow tagging other users, and "ping" them with a notification (if settings allow)
Highlighting a text selection and pasting should replace the selected text with the pasted value. Instead, the entire input is replaced. Additionally, the cursor is left at the beginning of...
Discord uses Slate for their text editor, and so Banter should also implement the same framework for feature parity. Github: https://github.com/ianstormtaylor/slate Website: https://www.slatejs.org/
Allow users with sufficient permissions to delete messages that have been sent. Sufficient permissions includes: * The user that sent the message * Users who are the owner/creator of the...