mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 00:56:13 +01:00
chore: up harmony
This commit is contained in:
@@ -108,7 +108,7 @@
|
|||||||
"nodebb-plugin-spam-be-gone": "2.3.1",
|
"nodebb-plugin-spam-be-gone": "2.3.1",
|
||||||
"nodebb-plugin-web-push": "0.7.2",
|
"nodebb-plugin-web-push": "0.7.2",
|
||||||
"nodebb-rewards-essentials": "1.0.1",
|
"nodebb-rewards-essentials": "1.0.1",
|
||||||
"nodebb-theme-harmony": "2.0.22",
|
"nodebb-theme-harmony": "2.0.23",
|
||||||
"nodebb-theme-lavender": "7.1.17",
|
"nodebb-theme-lavender": "7.1.17",
|
||||||
"nodebb-theme-peace": "2.2.38",
|
"nodebb-theme-peace": "2.2.38",
|
||||||
"nodebb-theme-persona": "14.0.14",
|
"nodebb-theme-persona": "14.0.14",
|
||||||
|
|||||||
@@ -15,8 +15,9 @@
|
|||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||||
"settings.topicSidebarTools": "Topic sidebar tools",
|
"settings.topicSidebarTools": "Topic sidebar tools",
|
||||||
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
|
"settings.topicSidebarTools.help": "This option will move the topic tools to the sidebar on desktop",
|
||||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
"settings.autohideBottombar": "Auto hide mobile navigation bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
"settings.autohideBottombar.help": "The mobile bar will be hidden when the page is scrolled down",
|
||||||
|
"settings.topMobilebar": "Move the mobile navigation bar to the top",
|
||||||
"settings.openSidebars": "Open sidebars",
|
"settings.openSidebars": "Open sidebars",
|
||||||
"settings.chatModals": "Enable chat modals"
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -28,8 +28,6 @@ SocketPosts.getRawPost = async function (socket, pid) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
SocketPosts.getPostSummaryByIndex = async function (socket, data) {
|
SocketPosts.getPostSummaryByIndex = async function (socket, data) {
|
||||||
sockets.warnDeprecated(socket, 'GET /api/v3/posts/byIndex/:index/summary?tid=:tid');
|
|
||||||
|
|
||||||
if (data.index < 0) {
|
if (data.index < 0) {
|
||||||
data.index = 0;
|
data.index = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user