Merge branch 'charlesmchen/giphyAPIKey'

This commit is contained in:
Matthew Chen 2017-10-11 10:03:35 -04:00
commit 0431d1813d

View file

@ -258,10 +258,8 @@ enum GiphyFormat {
return
}
// This is the Signal Android API key.
//
// TODO: Should Signal iOS use a separate API key?
let kGiphyApiKey = "3o6ZsYH6U6Eri53TXy"
// This is the Signal iOS API key.
let kGiphyApiKey = "ZsUpUm2L6cVbvei347EQNp7HrROjbOdc"
let kGiphyPageSize = 200
let kGiphyPageOffset = 0
guard let queryEncoded = query.addingPercentEncoding(withAllowedCharacters: .urlPathAllowed) else {