Skip to content

Commit

Permalink
feat: mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmoser committed Jun 1, 2024
1 parent d28a2e7 commit a4cbf4f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ export class NoteComponent {

if (user) {
this.activityPubService.postUserOutbox(user.preferredUsername, data)
.subscribe((response) => {});
.subscribe((_response) => {
this.isPosting = false;
});
}

this.isPosting = false;
Expand Down

0 comments on commit a4cbf4f

Please sign in to comment.