forked from mirror/pixelfed
Update Timeline component
This commit is contained in:
parent
ce289de15e
commit
a760d66931
1 changed files with 4 additions and 0 deletions
|
@ -712,6 +712,10 @@
|
|||
return;
|
||||
}
|
||||
|
||||
if(window.confirm('Are you sure you want to delete this post?') == false) {
|
||||
return;
|
||||
}
|
||||
|
||||
axios.post('/i/delete', {
|
||||
type: 'status',
|
||||
item: status.id
|
||||
|
|
Loading…
Reference in a new issue