Fix manage room showing rooms as dms in some homeserver
Signed-off-by: ajbura <ajbura@gmail.com>
This commit is contained in:
@@ -100,7 +100,7 @@ function SpaceManageItem({
|
|||||||
bgColor={colorMXID(roomId)}
|
bgColor={colorMXID(roomId)}
|
||||||
imageSrc={directs.has(roomId) ? imageSrc : null}
|
imageSrc={directs.has(roomId) ? imageSrc : null}
|
||||||
iconColor="var(--ic-surface-low)"
|
iconColor="var(--ic-surface-low)"
|
||||||
iconSrc={joinRuleToIconSrc(roomInfo.join_rule, isSpace)}
|
iconSrc={joinRuleToIconSrc((roomInfo.join_rules || roomInfo.join_rule), isSpace)}
|
||||||
size="extra-small"
|
size="extra-small"
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user