Add setting to hide reactions
Changelog-Added: Add setting to hide reactions
This commit is contained in:
@@ -113,6 +113,9 @@ extension Notification.Name {
|
||||
static var local_notification: Notification.Name {
|
||||
return Notification.Name("local_notification")
|
||||
}
|
||||
static var hide_reactions: Notification.Name {
|
||||
return Notification.Name("hide_reactions")
|
||||
}
|
||||
}
|
||||
|
||||
func handle_notify(_ name: Notification.Name) -> NotificationCenter.Publisher {
|
||||
|
||||
Reference in New Issue
Block a user