You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the value is calculated by checking their supporter tag duration which isn't exactly fast (and even worse if doing it for multiple users at once).
It's supposed to be shown on user cards but currently only on list view due to the issue above.
Add a new support_level (unsigned tinyint not null default 0?) column on users table which value is updated whenever supporter tag is applied or removed.
The text was updated successfully, but these errors were encountered:
Currently the value is calculated by checking their supporter tag duration which isn't exactly fast (and even worse if doing it for multiple users at once).
It's supposed to be shown on user cards but currently only on list view due to the issue above.
Add a new
support_level
(unsigned tinyint not null default 0?) column on users table which value is updated whenever supporter tag is applied or removed.The text was updated successfully, but these errors were encountered: