better handling of guest handles in frontend, #2569

This commit is contained in:
Julian Lam
2014-12-31 21:27:41 -05:00
parent 9befa6aca7
commit 23b9b21cdd
5 changed files with 13 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ var winston = require('winston'),
posts.setPostFields(data.pid, {
edited: Date.now(),
editor: data.uid,
handle: data.handle,
content: postData.content
}, next);
},