Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
revert framebot_add()
Browse files Browse the repository at this point in the history
  • Loading branch information
h4child committed Mar 26, 2018
1 parent 71dffb1 commit 2dd53ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,10 +1399,6 @@ void framebot_add( Framebot *framebot, Update *update ){
}


else if( !update->inline_query ) {
framebot->inline_query = update;
}

else if( update->inline_query ) {
if(!framebot->inline_query)
framebot->inline_query = update;
Expand Down

0 comments on commit 2dd53ff

Please sign in to comment.