fix filtering error upon abandon

This commit is contained in:
Jack Robison 2021-09-21 12:55:14 -04:00
parent 72500f6948
commit 8c75098a9a
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -491,6 +491,7 @@ class LevelDB:
reposts = self.get_reposts_in_channel(reposter_channel_hash)
for repost in reposts:
txo = self.get_claim_txo(repost)
if txo:
if txo.normalized_name.startswith('@'):
channels[repost] = reposter_channel_hash
else: