remove unneeded variable that was shadowing another
This commit is contained in:
parent
ad0dc54271
commit
ace91b94fc
@ -290,8 +290,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
if (!thread.isGroupThread) {
|
||||
continue;
|
||||
}
|
||||
TSGroupThread *groupThread = (TSGroupThread *)thread;
|
||||
if (![groupThread.groupModel.groupId isEqual:groupId]) {
|
||||
if (![((TSGroupThread *)thread).groupModel.groupId isEqual:groupId]) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user