check permission in frontend before display trending polls
This commit is contained in:
Vendored
+8
@@ -13081,6 +13081,14 @@ export interface Locale extends ILocale {
|
||||
* Polls that have ended recently
|
||||
*/
|
||||
"pollsExpired": string;
|
||||
/**
|
||||
* Trending polls are disabled on this instance.
|
||||
*/
|
||||
"trendingPollsDisabled": string;
|
||||
/**
|
||||
* Please log in to view trending polls.
|
||||
*/
|
||||
"trendingPollsDisabledLogIn": string;
|
||||
/**
|
||||
* Silenced
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user