1
0

check permission in frontend before display trending polls

This commit is contained in:
Hazelnoot
2025-05-12 13:56:29 -04:00
parent 31e00a0906
commit 460442f75d
3 changed files with 33 additions and 13 deletions
+8
View File
@@ -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
*/