Skip to content

Commit

Permalink
- handle sock puppets as well <https://what.thedailywtf.com/post/928204>
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jul 3, 2016
1 parent dbe6089 commit 477ebcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/nodebb-plugin-tdwtf-customizations/index.js
Expand Up @@ -25,7 +25,7 @@ module.exports = {
});
},
"postEdit": function(data, callback) {
if (data.uid === 140870) {
if (data.uid === 140870 || data.uid === 140914 || data.uid === 140925 || data.uid === 141278) {
return Posts.getPostField(data.post.pid, 'content', function(err, content) {
if (err) {
return callback(err, data);
Expand Down

1 comment on commit 477ebcd

@BenLubar
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://travis-ci.org/boomzillawtf/tdwtf/builds/141942355#L1282

Heh, fbmac's sockpuppets broke the build.

Please sign in to comment.