mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-01-08 15:40:12 +00:00
dries your wets
This commit is contained in:
parent
d697661e86
commit
08e04f4ed2
|
@ -238,7 +238,7 @@ func (s *Subscriptions) ProcessDomainPermissionSubscription(
|
||||||
// Call the URI, only force
|
// Call the URI, only force
|
||||||
// if we're doing a dry run.
|
// if we're doing a dry run.
|
||||||
resp, err := tsport.DereferenceDomainPermissions(
|
resp, err := tsport.DereferenceDomainPermissions(
|
||||||
ctx, permSub, !dry,
|
ctx, permSub, dry,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// Couldn't get this one,
|
// Couldn't get this one,
|
||||||
|
|
Loading…
Reference in a new issue