[WEB] Fix translations and small inconsistency when opening on web

This commit is contained in:
2021-04-10 22:32:47 +00:00
parent 8b5bd40421
commit 78548365da
6 changed files with 26 additions and 31 deletions

View File

@@ -29,4 +29,6 @@ class NoteScope extends Bitmap
public const GROUP = 8;
public const FOLLOWER = 16;
public const MESSAGE = 32;
public static int $instance_scope = self::PUBLIC | self::SITE;
}