commit df5e99ec8fd1b9dbeb80157a00e5b308dfea75f9 parent 36139250c9d826eedec4ccdcddc48ed1c48a2044 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 22 Aug 2017 23:43:09 +0200 Add TODO Diffstat:
| M | matrix/ownUser.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/matrix/ownUser.go b/matrix/ownUser.go @@ -19,7 +19,7 @@ func init() { defer file.Close() } -// getUserDisplayName returns the Dispaly name to a MXID +// getUserDisplayName returns the Dispaly name to a MXID TODO: rework cache for own User and per Room func getUserDisplayName(mxid string, cli *Client) (displayName string, err error) { // Get cache db.View(func(tx *buntdb.Tx) error {