Allow to view more than 10 drafts events on my events view

Closes #993

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-11-02 11:38:14 +01:00
parent a1726fc12e
commit dcfe87116e
5 changed files with 78 additions and 131 deletions

View File

@@ -54,7 +54,7 @@ export interface IUser extends ICurrentUser {
disabled: boolean;
participations: Paginate<IParticipant>;
mediaSize: number;
drafts: IEvent[];
drafts: Paginate<IEvent>;
settings: IUserSettings;
activitySettings: IActivitySetting[];
followedGroupEvents: Paginate<IFollowedGroupEvent>;