diamondburned / chatter

https://chatter.libdb.so
1 stars 0 forks source link

Autocompletion Framework #7

Open diamondburned opened 1 year ago

diamondburned commented 1 year ago

When the user writes to the message input, we would like to autocomplete the entity that they're trying to input whenever possible. For example:

This should operate similarly to Discord's. It could look similar to this:

image

diamondburned commented 1 year ago

Note that there currently is no way to get a list of members from the room. This should ideally be a GET request in the future. Putting it into /sync might not be worth it.