feat: remove identities from .af (#1388)

This commit is contained in:
Sarah Wooders
2025-03-24 21:57:52 -07:00
committed by GitHub
parent d3dcd043d3
commit bd4a23a1f9
5 changed files with 10 additions and 9 deletions

View File

@@ -12,4 +12,4 @@ class SerializedBlockSchema(BaseSchema):
class Meta(BaseSchema.Meta):
model = Block
exclude = BaseSchema.Meta.exclude + ("agents",)
exclude = BaseSchema.Meta.exclude + ("agents", "identities", "is_deleted")