fix: bubble timeline not being selectable when logged out
This commit is contained in:
Vendored
+2
-2
@@ -8551,7 +8551,7 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"write:admin:nsfw-user": string;
|
||||
/**
|
||||
* Mark users an not NSFW
|
||||
* Mark users as not NSFW
|
||||
*/
|
||||
"write:admin:unnsfw-user": string;
|
||||
/**
|
||||
@@ -10243,7 +10243,7 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"setRemoteInstanceNSFW": string;
|
||||
/**
|
||||
* Set remote instance as NSFW
|
||||
* Unset remote instance as NSFW
|
||||
*/
|
||||
"unsetRemoteInstanceNSFW": string;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user