You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-16 06:42:26 +03:00
indent by 4 spaces
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user