mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
f2e3e30af8
@ -44,7 +44,7 @@ export function markAllDevicesKnown(matrixClient, devices) {
|
|||||||
* module:crypto~DeviceInfo|DeviceInfo}.
|
* module:crypto~DeviceInfo|DeviceInfo}.
|
||||||
*/
|
*/
|
||||||
export function getUnknownDevicesForRoom(matrixClient, room) {
|
export function getUnknownDevicesForRoom(matrixClient, room) {
|
||||||
const roomMembers = room.getJoinedMembers().map((m) => {
|
const roomMembers = room.getEncryptionTargetMembers().map((m) => {
|
||||||
return m.userId;
|
return m.userId;
|
||||||
});
|
});
|
||||||
return matrixClient.downloadKeys(roomMembers, false).then((devices) => {
|
return matrixClient.downloadKeys(roomMembers, false).then((devices) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user