changes for live streaming of posts

This commit is contained in:
barisusakli
2014-03-11 18:46:16 -04:00
parent 1e9850b6b9
commit 813b3d6fcc
7 changed files with 31 additions and 19 deletions

View File

@@ -329,7 +329,7 @@ var db = require('./database'),
if(stripTags) {
var s = S(content);
postData.content = s.stripTags.apply(s, utils.getTagsExcept(['img', 'i'])).s;
postData.content = s.stripTags.apply(s, utils.getTagsExcept(['img', 'i', 'p'])).s;
} else {
postData.content = content;
}