mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
fix: regress. rescheduling shouldn't add to sets that pinning removed… (#9477)
* fix: regress. rescheduling shouldn't add to sets that pinning removed from * test: remove the also from tests
This commit is contained in:
@@ -64,7 +64,6 @@ Scheduled.reschedule = async function ({ cid, tid, timestamp, uid }) {
|
||||
'topics:scheduled',
|
||||
`uid:${uid}:topics`,
|
||||
'topics:tid',
|
||||
`cid:${cid}:tids`,
|
||||
`cid:${cid}:uid:${uid}:tids`,
|
||||
], timestamp, tid),
|
||||
shiftPostTimes(tid, timestamp),
|
||||
|
||||
Reference in New Issue
Block a user