fix: refresh the user data after a change

Fixes #1843
This commit is contained in:
Massedil
2025-10-08 13:44:26 +02:00
parent c7ab651449
commit 353cebb54e
4 changed files with 829 additions and 137 deletions

View File

@@ -71,4 +71,5 @@ export interface IUser extends ICurrentUser {
feedTokens: IFeedToken[];
authAuthorizedApplications: IApplicationToken[];
conversations: Paginate<IConversation>;
moderation: string;
}