boosts working

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-05-10 14:41:34 -07:00
parent bd49c8a9d1
commit 040ffdf9f5
10 changed files with 127 additions and 54 deletions

View File

@@ -99,7 +99,13 @@ extension Notification.Name {
extension Notification.Name {
static var boost: Notification.Name {
return Notification.Name("boost post")
return Notification.Name("boost")
}
}
extension Notification.Name {
static var boosted: Notification.Name {
return Notification.Name("boosted")
}
}