Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-06 | Don't cache isWebRTCSupported because whether webRTC is supported might ↵ | David Baker | 4 | -14/+11 | |
change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension) | |||||
2014-11-06 | Swap from using raw m.room.member events for room members to using actual ↵ | Kegan Dougal | 9 | -30/+52 | |
RoomMember objects, so User objects can be tacked on. Update tests. | |||||