Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-09 | BF: prevent joined messages to be displayed twice when joining a room. | Emmanuel ROHEE | 1 | -4/+16 | |
Do this by synchronizing the m.room.member joined event from the events stream and the start of the pagination | |||||
2014-09-09 | make calls work in Firefox | David Baker | 1 | -8/+21 | |
2014-09-09 | Removed historical code: recents does not need to manage presences. It is ↵ | Emmanuel ROHEE | 1 | -6/+0 | |
already done by initialSync in eventStreamService | |||||
2014-09-09 | BF: Made the grey background of the current room cover all the cell width | Emmanuel ROHEE | 1 | -1/+1 | |
2014-09-09 | Show call invites in the message table | David Baker | 2 | -0/+7 | |
2014-09-08 | CSS tweakage | Kegan Dougal | 1 | -0/+3 | |
2014-09-08 | Display a 'Set Topic' button if there is no topic or it's a 0-len string. | Kegan Dougal | 3 | -11/+30 | |
2014-09-08 | Add ability to set topic by double-clicking on the topic text then hitting ↵ | Kegan Dougal | 5 | -1/+59 | |
enter. | |||||
2014-09-08 | Fixed bug which displayed an older room topic because it was being returned ↵ | Kegan Dougal | 1 | -1/+13 | |
from /initialSync messages key. Check the ts of the event before clobbering state. | |||||
2014-09-08 |