just admin can removes messages
Change-Id: I15ecff12789435fda65709c52700d09f6d270593
This commit is contained in:
parent
693c89bd35
commit
dab678deff
@ -114,8 +114,6 @@ public class ConferencePanel extends Panel {
|
||||
SciProSession session = SciProSession.get();
|
||||
if (session.authorizedForRole(Roles.ADMIN))
|
||||
return true;
|
||||
if (session.getUser().equals(bm.getFromUser()))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user