mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-17 12:23:00 -06:00
move stuff around + further work on domain blocks
This commit is contained in:
parent
c7192c0431
commit
5e2ba03adc
29 changed files with 279 additions and 50 deletions
|
|
@ -20,6 +20,7 @@ package model
|
|||
|
||||
// DomainBlock represents a block on one domain
|
||||
type DomainBlock struct {
|
||||
ID string `json:"id"`
|
||||
Domain string `json:"domain"`
|
||||
Obfuscate bool `json:"obfuscate"`
|
||||
PrivateComment string `json:"private_comment"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue