mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 15:38:07 -06:00
comments
This commit is contained in:
parent
4eb35078b9
commit
39aa3b3339
2 changed files with 4 additions and 0 deletions
|
|
@ -18,5 +18,8 @@
|
|||
|
||||
package mastotypes
|
||||
|
||||
// Source represents display or publishing preferences of user's own account.
|
||||
// Returned as an additional entity when verifying and updated credentials, as an attribute of Account.
|
||||
// See https://docs.joinmastodon.org/entities/source/
|
||||
type Source struct {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,5 +18,6 @@
|
|||
|
||||
package mastotypes
|
||||
|
||||
// Tag represents a hashtag used within the content of a status. See https://docs.joinmastodon.org/entities/tag/
|
||||
type Tag struct {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue