Merge branch 'charlesmchen/giphyAPIKey'

pull/1/head
Matthew Chen 8 years ago
commit 0431d1813d

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

Loading…
Cancel
Save