Skip to content

Commit

Permalink
Merge pull request #1915 from h3poteto/iss-1911
Browse files Browse the repository at this point in the history
refs #1911 Impelement firefish client
  • Loading branch information
h3poteto authored Sep 21, 2023
2 parents b0895c7 + 19c4a4f commit debd767
Show file tree
Hide file tree
Showing 31 changed files with 3,798 additions and 1 deletion.
2 changes: 1 addition & 1 deletion megalodon/src/entities/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Entity {
export type Notification = {
account: Account
account: Account | null
created_at: string
id: string
status?: Status
Expand Down
Loading

0 comments on commit debd767

Please sign in to comment.