mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-24 15:43:25 +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];
|
[((MessageService *)self) AddLocalMsg:session msgData:promptMessageData];
|
||||||
} else {
|
} else {
|
||||||
[((MessageService *)self) AddLocalMsg:session msgData:promptMessageData];
|
[((MessageService *)self) AddLocalMsg:session msgData:promptMessageData];
|
||||||
[((MessageService *)self) AddLocalMsg:session msgData:promptMessageData];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dispatch notification
|
// Dispatch notification
|
||||||
|
|
Loading…
Reference in New Issue
Block a user