We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7119c2d commit eb8dabfCopy full SHA for eb8dabf
1 file changed
src/posts/create.js
@@ -39,6 +39,7 @@ module.exports = function (Posts) {
39
if (data.handle && !parseInt(uid, 10)) {
40
postData.handle = data.handle;
41
}
42
+ postData.anonymous = data.anonymous ? 1 : 0;
43
if (_activitypub) {
44
if (_activitypub.url) {
45
postData.url = _activitypub.url;
0 commit comments