Skip to content

Commit

Permalink
fb_api_http_query: Handle FB_API_QUERY_SEQ_ID in the switch
Browse files Browse the repository at this point in the history
Last commit was broken
  • Loading branch information
dequis committed Mar 29, 2017
1 parent 93a62d3 commit af132a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facebook/facebook-api.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ fb_api_http_query(FbApi *api, gint64 query, JsonBuilder *builder,
case FB_API_QUERY_THREAD:
name = "ThreadQuery";
break;
case FB_API_QUERY_SEQ_ID:
case FB_API_QUERY_THREADS:
name = "ThreadListQuery";
break;
Expand Down

0 comments on commit af132a8

Please sign in to comment.