mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
with output type
This commit is contained in:
parent
5b7e7f49d1
commit
1f0d7923d7
@ -17,7 +17,7 @@ interface Room {
|
||||
roomId: string;
|
||||
}
|
||||
|
||||
export async function shieldStatusForMembership(client: Client, room: Room) {
|
||||
export async function shieldStatusForMembership(client: Client, room: Room): Promise<string> {
|
||||
const members = (await room.getEncryptionTargetMembers()).map(({userId}) => userId);
|
||||
const inDMMap = !!DMRoomMap.shared().getUserIdForRoomId(room.roomId);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user