只能操作自己下麦
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
///Model
|
||||
#import "UserInfoModel.h"
|
||||
#import "MicroQueueItemModel.h"
|
||||
#import "AccountInfoStorage.h"
|
||||
|
||||
|
||||
@implementation XPRoomPositionDelegateImpl
|
||||
@@ -26,7 +27,7 @@
|
||||
}];
|
||||
|
||||
MicroQueueItemModel * micModel = [[XPIMManager shareManager].microQueueManager.microQueue objectForKey:postion];
|
||||
if (micModel.userInfo) {
|
||||
if (micModel.userInfo && [AccountInfoStorage instance].getUid.integerValue == micModel.userInfo.uid) {
|
||||
[TTPopup actionSheetWithItems:@[downMic]];
|
||||
} else {
|
||||
[TTPopup actionSheetWithItems:@[upMic]];
|
||||
|
Reference in New Issue
Block a user