mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-23 23:06:08 +08:00
Removed duplicate function calls
This commit is contained in:
parent
8e259e3e8e
commit
6194f0c3cc
|
@ -118,7 +118,6 @@ static void __attribute__((constructor)) tweak(void) {
|
|||
[((MessageService *)self) AddLocalMsg:session msgData:promptMessageData];
|
||||
} else {
|
||||
[((MessageService *)self) AddLocalMsg:session msgData:promptMessageData];
|
||||
[((MessageService *)self) AddLocalMsg:session msgData:promptMessageData];
|
||||
}
|
||||
|
||||
// Dispatch notification
|
||||
|
|
Loading…
Reference in New Issue
Block a user