Fix reposts on macos

This commit is contained in:
William Casarin
2023-04-19 11:08:59 -07:00
parent d667a9d8f7
commit 88db9de4ea
9 changed files with 232 additions and 137 deletions

View File

@@ -20,9 +20,6 @@ extension Notification.Name {
static var select_quote: Notification.Name {
return Notification.Name("select quote")
}
static var reply: Notification.Name {
return Notification.Name("reply")
}
static var profile_updated: Notification.Name {
return Notification.Name("profile_updated")
}
@@ -56,6 +53,9 @@ extension Notification.Name {
static var post: Notification.Name {
return Notification.Name("send post")
}
static var compose: Notification.Name {
return Notification.Name("compose")
}
static var boost: Notification.Name {
return Notification.Name("boost")
}