We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0fd8f3 + b85e18b commit 90f5311Copy full SHA for 90f5311
1 file changed
hive/indexer/custom_op.py
@@ -133,7 +133,7 @@ def reblog(cls, account, op_json, block_date):
133
134
if 'delete' in op_json and op_json['delete'] == 'delete':
135
DB.query("DELETE FROM hive_reblogs WHERE account = :a AND "
136
- "post_id = :pid LIMIT 1", a=blogger, pid=post_id)
+ "post_id = :pid", a=blogger, pid=post_id)
137
if not DbState.is_initial_sync():
138
FeedCache.delete(post_id, blogger_id)
139
0 commit comments