mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08: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
@ -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 New Issue
Block a user