mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 23:45:45 +01:00
fix: update version removal comments to 1.17 for some features
This commit is contained in:
@@ -143,7 +143,7 @@ Topics.getTopicsByTids = async function (tids, options) {
|
||||
return hookResult.topics;
|
||||
};
|
||||
|
||||
// Note: Backwards compatibility with old thumb logic, remove in v1.16.0
|
||||
// Note: Backwards compatibility with old thumb logic, remove in v1.17.0
|
||||
function restoreThumbValue(topic) {
|
||||
if (topic.thumb && !topic.thumbs.length) {
|
||||
topic.thumbs = [{
|
||||
|
||||
Reference in New Issue
Block a user