quick and dirty RoomAvatarEvent

This commit is contained in:
Matthew Hodgson
2017-06-01 13:31:24 +01:00
parent d689d4e1fa
commit 00750b4686
7 changed files with 22 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ limitations under the License.
var MatrixClientPeg = require("./MatrixClientPeg");
var CallHandler = require("./CallHandler");
import { _t } from './languageHandler';
import sdk from './index';
import * as Roles from './Roles';
function textForMemberEvent(ev) {