update todo

This commit is contained in:
Matthew Hodgson
2015-05-19 17:18:16 +01:00
parent 9e6394d1f8
commit 5716cf3b06
+4 -6
View File
@@ -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