Remove push functions from OCTTox

This commit is contained in:
2024-02-29 03:16:31 +02:00
parent 42f9650515
commit 1f1963d135
2 changed files with 0 additions and 177 deletions

View File

@ -57,18 +57,6 @@
successBlock:(void (^)(OCTMessageAbstract *message))userSuccessBlock
failureBlock:(void (^)(NSError *error))userFailureBlock;
/**
* Trigger PUSH Message to yourself
*/
- (void)sendOwnPush;
/**
* Trigger PUSH Message to Friend if the Text Message was sent in a period where the friend
* was online to us, but the friend was in fact already offline.
* so no message was sent AND not PUSH was triggered.
*/
- (void)sendMessagePushToChat:(OCTChat *)chat;
/**
* Set our typing status for a chat. You are responsible for turning it on or off.
*