1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

prettyprint conference joins and parts properly

This commit is contained in:
Matthew Hodgson
2016-03-05 02:30:18 +00:00
parent 05a3dab528
commit 0d841551a0
2 changed files with 40 additions and 3 deletions

View File

@ -327,6 +327,10 @@ var callHandler = {
setConferenceHandler: function(confHandler) {
ConferenceHandler = confHandler;
},
getConferenceHandler: function() {
return ConferenceHandler;
}
};
// Only things in here which actually need to be global are the