mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
fix typo breaking reporting function
This commit is contained in:
parent
9fccd2d3b3
commit
1108bbe066
1 changed files with 1 additions and 1 deletions
|
@ -1215,7 +1215,7 @@ class Report(db.Model):
|
|||
return types[self.type]
|
||||
|
||||
def is_local(self):
|
||||
return self.source_instance == 1
|
||||
return self.source_instance_id == 1
|
||||
|
||||
|
||||
class IpBan(db.Model):
|
||||
|
|
Loading…
Add table
Reference in a new issue