Issue #1567 : distinction between activities (long_event) and normal events on group page

This commit is contained in:
Massedil
2024-11-21 21:19:55 +01:00
committed by setop
parent 9bfbc09f3f
commit 04fe44f72b
6 changed files with 52 additions and 9 deletions

View File

@@ -71,6 +71,7 @@ export interface IEvent {
beginsOn: string;
endsOn: string | null;
publishAt: string;
longEvent: boolean;
status: EventStatus;
visibility: EventVisibility;
joinOptions: EventJoinOptions;
@@ -144,6 +145,8 @@ export class EventModel implements IEvent {
publishAt = new Date().toISOString();
longEvent = false;
language = "und";
participantStats = {