Commit 60e13561 authored by 刘基明's avatar 刘基明

圈子不做转播校验

parent 9ea9f0cf
...@@ -201,9 +201,9 @@ public class ThemeManager { ...@@ -201,9 +201,9 @@ public class ThemeManager {
// 校验参数 // 校验参数
checkAttachment(req.getContent()); checkAttachment(req.getContent());
// 转播权限校验 // 转播权限校验
if (1 == req.getSyncToNewComm()) { // if (1 == req.getSyncToNewComm()) {
liveRelayCheck(userId, req.getContent()); // liveRelayCheck(userId, req.getContent());
} // }
// 保存主题表 // 保存主题表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment