Update Timeline component

pull/1074/head
Daniel Supernault 6 years ago
parent ce289de15e
commit a760d66931
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save