(twitterId: string)
| 4 | import { getGIFTranscodeDomain as getGIFTranscodeDomainCore } from '@fxembed/atmosphere/helpers'; |
| 5 | |
| 6 | export const getGIFTranscodeDomain = (twitterId: string): string | null => |
| 7 | getGIFTranscodeDomainCore(twitterId, Constants.GIF_TRANSCODE_DOMAIN_LIST); |
| 8 | |
| 9 | export const shouldTranscodeGif = (c: Context) => { |
| 10 | return ( |