diff --git a/src/components/status/status.js b/src/components/status/status.js
index 8b2561cf..3245d98b 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -22,7 +22,7 @@ const Status = {
       return !!this.$store.state.users.currentUser
     },
     deleted () { return this.statusoid.deleted },
-    canDelete () { return this.statusoid.user.rights.delete_others_notice || this.statusoid.user.id == this.$store.state.users.currentUser.id }
+    canDelete () { return this.statusoid.user.id === this.$store.state.users.currentUser.id }
   },
   components: {
     Attachment,