diff --git a/README.md b/README.md
index f4487972..17409879 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@
- all emojis go by their unicode names instead of the shortened ones, eg :100: is now :hundred_points:
- this wasn't intentional, but keeping the old names would require way more work
- script to get new emojis is included for future unicode versions
+- add toggle for showing post edit notifications
---
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index d0dae94b..3f61be9e 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -118,6 +118,14 @@
{{ ' ' }}
{{ $t('notifications.bit_note') }}
+
+
+ {{ ' ' }}
+ {{ $t('notifications.edited') }}
+ {{ $t('settings.notification_visibility_bites') }}
+
diff --git a/src/components/settings_modal/tabs/notifications_tab.vue b/src/components/settings_modal/tabs/notifications_tab.vue
index ccc73687..28a6c528 100644
--- a/src/components/settings_modal/tabs/notifications_tab.vue
+++ b/src/components/settings_modal/tabs/notifications_tab.vue
@@ -51,6 +51,11 @@
{{ $t('settings.notification_visibility_bites') }}
+