Skip to content
Snippets Groups Projects
Commit 64d54d67 authored by echicken's avatar echicken :chicken:
Browse files

get-newest-message-per-sub&group=x returns getNewestMessagePerSub(group)

parent 90204070
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -175,6 +175,10 @@ if (Request.has_param('call') && (http_request.method === 'GET' || http_request.
}
break;
case 'get-newest-message-per-sub':
if (Request.has_param('group')) reply = getNewestMessagePerSub(Request.get_param('group'));
break;
default:
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment