cc48294c31
Inbox POST from federated servers now working for statuses and follow requests. Follow request client API added. Start work on federating outgoing messages. Other fixes and changes/tidying up. |
||
---|---|---|
.. | ||
account.go | ||
activitystreams.go | ||
application.go | ||
block.go | ||
domainblock.go | ||
emaildomainblock.go | ||
emoji.go | ||
follow.go | ||
followrequest.go | ||
instance.go | ||
mediaattachment.go | ||
mention.go | ||
poll.go | ||
README.md | ||
status.go | ||
statusbookmark.go | ||
statusfave.go | ||
statusmute.go | ||
statuspin.go | ||
tag.go | ||
user.go |
gtsmodel
This package contains types used internally by GoToSocial and added/removed/selected from the database. As such, they contain sensitive fields which should never be serialized or reach the API level. Use the mastotypes package for that.
The annotation used on these structs is for handling them via the go-pg ORM. See here.