This commit is contained in:
tsmethurst 2021-03-25 20:10:35 +01:00
parent 4eb35078b9
commit 39aa3b3339
2 changed files with 4 additions and 0 deletions

View file

@ -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 {
}

View file

@ -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 {
}