noop, prune more Object properties from write logging

pull/923/head
Ryan Barrett 2024-03-12 11:11:48 -07:00
rodzic cf4d105c3e
commit 7edb5a5da9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -720,8 +720,9 @@ class Object(StringIdModel):
'new': self.new,
'changed': self.changed,
})
for prop in ['as2', 'atom', 'bsky', 'delivered', 'failed', 'mf2',
'our_as1', 'raw', 'rss', 'undelivered']:
for prop in ['as2', 'atom', 'bsky', 'delivered', 'failed', 'mf2', 'mod',
'our_as1', 'private_exponent', 'public_exponent', 'raw',
'rss', 'undelivered']:
if props.get(prop):
props[prop] = "..."
for prop in 'created', 'updated', 'as1', 'expire':