Ship maximised widgets and remove feature flag (#7509)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Timo 2022-01-11 14:11:48 +01:00 committed by GitHub
parent 8b088da888
commit 59f57e15fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 3 additions and 18 deletions

View file

@ -97,7 +97,6 @@ const PinnedMessagesHeaderButton = ({ room, isHighlighted, onClick }: IHeaderBut
};
const TimelineCardHeaderButton = ({ room, isHighlighted, onClick }: IHeaderButtonProps) => {
if (!SettingsStore.getValue("feature_maximised_widgets")) return null;
let unreadIndicator;
const color = RoomNotificationStateStore.instance.getRoomState(room).color;
switch (color) {