Revert "fix: update topics:recent zset when rescheduling a topic"

This reverts commit 737973cca9.
This commit is contained in:
Julian Lam
2023-02-16 14:10:26 -05:00
parent bc23ae80cc
commit d6ed1e0f1e

View File

@@ -63,7 +63,6 @@ Scheduled.reschedule = async function ({ cid, tid, timestamp, uid }) {
await Promise.all([
db.sortedSetsAdd([
'topics:scheduled',
'topics:recent',
`uid:${uid}:topics`,
'topics:tid',
`cid:${cid}:uid:${uid}:tids`,