mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
showing guest handles in frontend UI #2569
This commit is contained in:
@@ -27,6 +27,7 @@ SocketTopics.post = function(socket, data, callback) {
|
||||
|
||||
topics.post({
|
||||
uid: socket.uid,
|
||||
handle: data.handle,
|
||||
title: data.title,
|
||||
content: data.content,
|
||||
cid: data.category_id,
|
||||
|
||||
Reference in New Issue
Block a user