more mention progress

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-05-07 13:50:19 -07:00
parent 73652513d9
commit 0eb1372937
21 changed files with 611 additions and 144 deletions

View File

@@ -31,6 +31,12 @@ extension Notification.Name {
}
}
extension Notification.Name {
static var profile_update: Notification.Name {
return Notification.Name("profile_update")
}
}
extension Notification.Name {
static var switched_timeline: Notification.Name {
return Notification.Name("switched_timeline")
@@ -44,8 +50,8 @@ extension Notification.Name {
}
extension Notification.Name {
static var click_profile_pic: Notification.Name {
return Notification.Name("click_profile_pic")
static var open_profile: Notification.Name {
return Notification.Name("open_profile")
}
}