unoffical wafrn mirror wafrn.net
atproto social-network activitypub
at angular21 10 lines 422 B view raw
1<p mat-dialog-title>This is a SLOW PROCESS. It will take some time to be deleted off the fediverse.</p> 2<p> 3 Your post will be deleted. If the post has no rewoots, it will be totally deleted. If it has rewoots, the content will 4 be changed to "This post has been deleted." 5</p> 6@if (deleting) { 7 <app-loader></app-loader> 8} @else { 9 <button mat-flat-button (click)="deletePost()" class="w-full">Delete post</button> 10}