mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-19 21:47:29 -06:00
parse funkwhale / bandwagon album as statusable
This commit is contained in:
parent
728c1289f3
commit
c1fd23438d
8 changed files with 171 additions and 43 deletions
|
|
@ -98,10 +98,17 @@ const (
|
|||
// that we don't *yet* know what type of Object something is.
|
||||
ObjectUnknown = "Unknown"
|
||||
|
||||
// Extensions and unofficial additions.
|
||||
/* Extensions and unofficial additions */
|
||||
|
||||
/* GtS stuff */
|
||||
|
||||
ObjectLikeApproval = "LikeApproval"
|
||||
ObjectReplyApproval = "ReplyApproval"
|
||||
ObjectAnnounceApproval = "AnnounceApproval"
|
||||
|
||||
/* Funkwhale stuff */
|
||||
|
||||
ObjectAlbum = "Album"
|
||||
)
|
||||
|
||||
// isActivity returns whether AS type name is of an Activity (NOT IntransitiveActivity).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue