mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:36:14 -06:00
[bugfix] Fix existing perm adoption
This commit is contained in:
parent
81b66ad7e3
commit
288cc3dbe5
6 changed files with 91 additions and 17 deletions
|
|
@ -104,3 +104,7 @@ func (d *DomainBlock) SetSubscriptionID(i string) {
|
|||
func (d *DomainBlock) GetType() DomainPermissionType {
|
||||
return DomainPermissionBlock
|
||||
}
|
||||
|
||||
func (d *DomainBlock) IsOrphan() bool {
|
||||
return d.SubscriptionID == ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue