Invert logging

This commit is contained in:
Travis Ralston 2020-07-14 13:18:06 -06:00
parent 7a1635e7bc
commit f6b9d44e4b
4 changed files with 38 additions and 37 deletions

View file

@ -41,7 +41,7 @@ declare global {
mxPlatformPeg: PlatformPeg;
// TODO: Remove flag before launch: https://github.com/vector-im/riot-web/issues/14231
mx_QuietRoomListLogging: boolean;
mx_LoudRoomListLogging: boolean;
}
// workaround for https://github.com/microsoft/TypeScript/issues/30933