showing guest handles in frontend UI #2569

This commit is contained in:
Julian Lam
2014-12-31 16:27:35 -05:00
parent b97c9e4467
commit 325815a78d
7 changed files with 60 additions and 32 deletions

View File

@@ -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,