mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 17:12:26 -05:00
Move a lot of stuff + tidy stuff (#37)
Lots of renaming and moving stuff, some bug fixes, more lenient parsing of notifications and home timeline.
This commit is contained in:
parent
c4d791be75
commit
3d77f81c7f
69 changed files with 342 additions and 719 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue