Skip to content

Commit

Permalink
add parentHash
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Dec 22, 2022
1 parent 01eab0b commit 16b8b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/Notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface Notification {
text?: string
hash?: string
threadHash?: string
parentHash?: string
timestamp: number
}
}
Expand Down

0 comments on commit 16b8b64

Please sign in to comment.