julianlam/nodebb-plugin-session-sharing

Socket admin.user.search doesnt exist in 1.17.1

Closed this issue · 0 comments

In Nodebb 1.17.1 the socket admin.user.search is no longer implemented so searching by usernames in session sharing admin field fails.

socket.emit('admin.user.search', {

In an upcoming PR I've replaced the socket call with xhr call to /api/admin/manage/users? which seems to work (coied from users admin page search. Is their another option to make this call which would be better?