fix(inbox): prefer canonical last activity

This commit is contained in:
dotta 2026-04-03 07:24:33 -05:00
parent 931678db83
commit a80edfd6d9
5 changed files with 20 additions and 12 deletions

View file

@ -143,6 +143,7 @@ export interface Issue {
mentionedProjects?: Project[];
myLastTouchAt?: Date | null;
lastExternalCommentAt?: Date | null;
lastActivityAt?: Date | null;
isUnreadForMe?: boolean;
createdAt: Date;
updatedAt: Date;