Remove push functions from OCTTox
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user