fix: muted_flag

pull/39/head
db0 2023-09-26 19:31:52 +02:00
parent 8d979b9ad4
commit 6af4b069f0
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class Guarantees(Resource):
flag=enums.InstanceFlags.MUTED, flag=enums.InstanceFlags.MUTED,
comment=f"Inherited from guarantor {target_instance.domain}", comment=f"Inherited from guarantor {target_instance.domain}",
) )
db.session.add(muted_flag) db.session.add(muted_flag)
database.delete_all_solicitation_by_source(target_instance.id) database.delete_all_solicitation_by_source(target_instance.id)
new_report = Report( new_report = Report(
source_domain=instance.domain, source_domain=instance.domain,