@@ -93,7 +93,7 @@ export default class DMRoomMap {
|
||||
return {userId, roomId};
|
||||
}
|
||||
}
|
||||
}).filter((ids) => !!ids); //filter out
|
||||
}).filter((ids) => !!ids); //filter out
|
||||
// these are actually all legit self-chats
|
||||
// bail out
|
||||
if (!guessedUserIdsThatChanged.length) {
|
||||
|
||||
@@ -77,7 +77,7 @@ const ALLOWED_BLOB_MIMETYPES = {
|
||||
'audio/x-pn-wav': true,
|
||||
'audio/flac': true,
|
||||
'audio/x-flac': true,
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Decrypt a file attached to a matrix event.
|
||||
|
||||
Reference in New Issue
Block a user