Skip to content

Commit

Permalink
(#412) notifications: update core
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 16, 2024
1 parent ebea217 commit 74c3931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class FriendEvent
public string Details { get; private set; }
public DateTime CreatedAt { get; private set; }

public FriendEvent(Guid id, Guid eventId, Guid userId, Guid friendId, string eventType, string details, DateTime createdAt)
public FriendEvent(Guid id, Guid eventId, Guid userId, Guid friendId, string eventType, string details, DateTime createdAt)
{
Id = id;
EventId = eventId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ public enum NotificationEventType
Other,
EmailVerified,
TwoFactorCodeGenerated,
CommentLikeAdded,
}
}

0 comments on commit 74c3931

Please sign in to comment.