Move a lot of stuff + tidy stuff

This commit is contained in:
tsmethurst 2021-05-30 13:10:16 +02:00
commit 0c4b63d9fa
69 changed files with 342 additions and 719 deletions

View file

@ -61,7 +61,7 @@ const (
NotificationMention NotificationType = "mention"
// NotificationReblog -- someone boosted one of your statuses
NotificationReblog NotificationType = "reblog"
// NotifiationFave -- someone faved/liked one of your statuses
// NotificationFave -- someone faved/liked one of your statuses
NotificationFave NotificationType = "favourite"
// NotificationPoll -- a poll you voted in or created has ended
NotificationPoll NotificationType = "poll"