b096aad70e
- Remove embedPlayButton for fileRenderInitiator - getThumbnailFromClaim from utils function instead of redux - Improve playingUri
10 lines
169 B
JavaScript
10 lines
169 B
JavaScript
// @flow
|
|
|
|
declare type PlayingUri = {
|
|
uri?: ?string,
|
|
primaryUri?: string,
|
|
pathname?: string,
|
|
commentId?: string,
|
|
collectionId?: ?string,
|
|
source?: string,
|
|
};
|