Skip to content

Commit

Permalink
fix: Adds name field to actor model
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiamross committed Feb 18, 2022
1 parent 60451f5 commit 9c6b5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/activities/models/Agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ interface Model {
readonly mbox_sha1sum?: string;
readonly openid?: string;
readonly account?: Account;
readonly name?: string;
}

export default Model;

0 comments on commit 9c6b5d0

Please sign in to comment.