fix typo breaking reporting function

This commit is contained in:
rra 2024-03-26 22:20:42 +01:00
parent 9fccd2d3b3
commit 1108bbe066

View file

@ -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):