comments
This commit is contained in:
@ -18,5 +18,8 @@
|
|||||||
|
|
||||||
package mastotypes
|
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 {
|
type Source struct {
|
||||||
}
|
}
|
||||||
|
|||||||
@ -18,5 +18,6 @@
|
|||||||
|
|
||||||
package mastotypes
|
package mastotypes
|
||||||
|
|
||||||
|
// Tag represents a hashtag used within the content of a status. See https://docs.joinmastodon.org/entities/tag/
|
||||||
type Tag struct {
|
type Tag struct {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user