From 5716cf3b06db2011e4e49c3a51e976c740127c8a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 19 May 2015 17:18:16 +0100 Subject: [PATCH] update todo --- lib/matrix.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/matrix.js b/lib/matrix.js index 23a79bd72..177d177f7 100644 --- a/lib/matrix.js +++ b/lib/matrix.js @@ -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