update todo
This commit is contained in:
+4
-6
@@ -6,8 +6,6 @@ TODO:
|
||||
- Internal: rate limiting
|
||||
- Identity server: linkEmail, authEmail, bindEmail, lookup3pid
|
||||
- uploadContent (?)
|
||||
- Need a nice way to callback the app for arbitrary events like displayname changes
|
||||
due to ambiguity (or should this be on a chat-specific layer)?
|
||||
*/
|
||||
|
||||
// wrap in a closure for browsers
|
||||
@@ -259,12 +257,12 @@ var init = function(exports){
|
||||
|
||||
// TODO: stuff to handle:
|
||||
// local echo
|
||||
// disambiguating display names in a room
|
||||
// event dup suppression? - apparently we should still be doing so
|
||||
// event dup suppression? - apparently we should still be doing this
|
||||
// tracking current display name / avatar per-message
|
||||
// pagination
|
||||
// reconnection - DONE
|
||||
// re-sending
|
||||
// re-sending (including persisting pending messages to be sent)
|
||||
// - Need a nice way to callback the app for arbitrary events like displayname changes
|
||||
// due to ambiguity (or should this be on a chat-specific layer)?
|
||||
|
||||
/*
|
||||
* Helper method for retrieving the name of a room suitable for display in the UI
|
||||
|
||||
Reference in New Issue
Block a user