1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-27 14:56:46 +02:00

Fix merge conflicts with master

This commit is contained in:
jfreegman
2020-11-14 14:18:28 -05:00
parent 812210d63f
commit ed8ba89cd8
2 changed files with 72 additions and 0 deletions

View File

@ -1618,6 +1618,7 @@ ToxWindow *new_chat(Tox *m, uint32_t friendnum)
ret->onFileControl = &chat_onFileControl;
ret->onFileRecv = &chat_onFileRecv;
ret->onReadReceipt = &chat_onReadReceipt;
ret->onGroupInvite = &chat_onGroupInvite;
#ifdef AUDIO
ret->onInvite = &chat_onInvite;