fix filtering error upon abandon
This commit is contained in:
parent
de9159d83c
commit
8b42475d59
1 changed files with 5 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue