mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-15 23:21:39 +02:00
Revert "fix: update topics:recent zset when rescheduling a topic"
This reverts commit 737973cca9.
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user