1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-20 16:45:16 +00:00

Can mark related notifications as seen

This commit is contained in:
2020-03-25 08:23:09 +01:00
parent 890e49a4ae
commit c67112d926
4 changed files with 77 additions and 3 deletions

View File

@ -54,7 +54,7 @@ export interface NotifBuilder {
fromUserID ?: number,
destUserID ?: number,
onElemID ?: number,
onElemType: NotifElemType,
onElemType ?: NotifElemType,
type ?: NotifEventType,
eventVisibility ?: NotifEventVisibility,
fromContainerID ?: number,
@ -68,7 +68,7 @@ export class Notif implements NotifBuilder {
fromUserID ?: number;
destUserID ?: number;
onElemID ?: number;
onElemType: NotifElemType;
onElemType ?: NotifElemType;
type ?: NotifEventType;
eventVisibility ?: NotifEventVisibility;
fromContainerID ?: number;