feat: add a notification for changes to starred projects
This commit is contained in:
@@ -36,6 +36,7 @@ export type Settings = {
|
||||
|
||||
lastAckedOfferToUserJwtId?: string; // the last JWT ID for offer-to-user that they've acknowledged seeing
|
||||
lastAckedOfferToUserProjectsJwtId?: string; // the last JWT ID for offers-to-user's-projects that they've acknowledged seeing
|
||||
lastAckedStarredProjectChangesJwtId?: string; // the last JWT ID for starred project changes that they've acknowledged seeing
|
||||
|
||||
// The claim list has a most recent one used in notifications that's separate from the last viewed
|
||||
lastNotifiedClaimId?: string;
|
||||
@@ -61,7 +62,7 @@ export type Settings = {
|
||||
showGeneralAdvanced?: boolean; // Show advanced features which don't have their own flag
|
||||
showShortcutBvc?: boolean; // Show shortcut for Bountiful Voluntaryist Community actions
|
||||
|
||||
// List of starred project IDs, which are recommended to be handleIds
|
||||
// List of starred project handleIds
|
||||
starredProjectIds?: Array<string>;
|
||||
|
||||
vapid?: string; // VAPID (Voluntary Application Server Identification) field for web push
|
||||
|
||||
Reference in New Issue
Block a user