mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
better handling of guest handles in frontend, #2569
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user