mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
typo!
This commit is contained in:
parent
aed298118f
commit
829ca9df23
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