mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
fixed slug issue with topics
This commit is contained in:
@@ -37,13 +37,6 @@
|
||||
posts: 'tid:' + tid + ':posts',
|
||||
queued_tids: 'topics:queued:tid',
|
||||
|
||||
|
||||
slug: function(slug) {
|
||||
return {
|
||||
tid: 'topic:slug:' + slug + ':tid'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user