indent by 4 spaces
parent
8a964dbff0
commit
a5cd0a7d5f
|
@ -1346,8 +1346,8 @@ const BasicUserInfo = ({room, member, groupId, devices, isRoomEncrypted}) => {
|
||||||
const userVerified = userTrust.isCrossSigningVerified();
|
const userVerified = userTrust.isCrossSigningVerified();
|
||||||
const isMe = member.userId === cli.getUserId();
|
const isMe = member.userId === cli.getUserId();
|
||||||
const canVerify = SettingsStore.isFeatureEnabled("feature_cross_signing") &&
|
const canVerify = SettingsStore.isFeatureEnabled("feature_cross_signing") &&
|
||||||
homeserverSupportsCrossSigning &&
|
homeserverSupportsCrossSigning &&
|
||||||
isRoomEncrypted && !userVerified && !isMe;
|
isRoomEncrypted && !userVerified && !isMe;
|
||||||
|
|
||||||
const setUpdating = (updating) => {
|
const setUpdating = (updating) => {
|
||||||
setPendingUpdateCount(count => count + (updating ? 1 : -1));
|
setPendingUpdateCount(count => count + (updating ? 1 : -1));
|
||||||
|
|
Loading…
Reference in New Issue