Skip to content

Commit

Permalink
FB API 2.2 => 2.6: user page bug fix, render "is interested" for inte…
Browse files Browse the repository at this point in the history
…rested RSVPs
  • Loading branch information
snarfed committed Apr 27, 2016
1 parent c711374 commit 718944e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Expand Up @@ -308,6 +308,7 @@ def get_paging_param(param):
'rsvp-yes': 'is attending',
'rsvp-no': 'is not attending',
'rsvp-maybe': 'might attend',
'rsvp-interested': 'is interested',
'invite': 'is invited',
}
r.response['content'] = '%s %s.' % (
Expand Down

0 comments on commit 718944e

Please sign in to comment.