Ignore:
Timestamp:
03/24/26 22:13:36 (3 months ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
7fbb91c
Parents:
acf690c
Message:

Fixed reading lists,comments and likes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.Domain/Entities/Notification.cs

    racf690c r73b69b2  
    1414        public bool IsRead { get; set; }
    1515        public DateTime CreatedAt { get; set; }
     16        public int? RecipientUserId { get; set; }
     17        public string? Type { get; set; }
     18        public string? Link { get; set; }
    1619
    1720        public ICollection<ContentType> ContentTypes { get; set; } = [];
Note: See TracChangeset for help on using the changeset viewer.