mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-12 00:47:29 +03:00
This looks a bit nicer
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
1a50ef022d
commit
113b6319b1
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ import AutocompleteWrapperModel, {
|
|||
import * as Avatar from "../Avatar";
|
||||
import defaultDispatcher from "../dispatcher/dispatcher";
|
||||
import { Action } from "../dispatcher/actions";
|
||||
import singletonRoomViewStore from "../stores/RoomViewStore";
|
||||
import RoomViewStore from "../stores/RoomViewStore";
|
||||
import { MatrixClientPeg } from "../MatrixClientPeg";
|
||||
|
||||
interface ISerializedPart {
|
||||
|
@ -417,7 +417,7 @@ class UserPillPart extends PillPart {
|
|||
onClick = () => {
|
||||
defaultDispatcher.dispatch({
|
||||
action: Action.ViewUser,
|
||||
member: MatrixClientPeg.get().getRoom(singletonRoomViewStore.getRoomId()).getMember(this.resourceId),
|
||||
member: MatrixClientPeg.get().getRoom(RoomViewStore.getRoomId()).getMember(this.resourceId),
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue