Display uploaded media

Summary:
* Make sure uploadIDs are converted into CDN urls and displayed
* Changed type of uploadID's to strings, as numbers are

Reviewed By: priteshrnandgaonkar

Differential Revision: D18762974

fbshipit-source-id: d94af61b0bc114b5f0cc2bfcde98fd491058e971
This commit is contained in:
Michel Weststrate
2019-12-02 11:40:01 -08:00
committed by Facebook Github Bot
parent d791814dfa
commit 3e8a026618
5 changed files with 13 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ export * from './ui/index';
export {getStringFromErrorLike, textContent} from './utils/index';
export {default as GK} from './fb-stubs/GK';
export {default as createPaste} from './fb-stubs/createPaste';
export {internGraphAPIRequest, graphQLQuery} from './fb-stubs/user';
export {internGraphPOSTAPIRequest, graphQLQuery} from './fb-stubs/user';
export {
FlipperBasePlugin,
FlipperPlugin,