mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Video working
This commit is contained in:
@ -75,7 +75,8 @@ const styles = StyleSheet.create({
|
||||
})
|
||||
|
||||
Actioned.propTypes = {
|
||||
action: PropTypes.oneOf(['favourite', 'follow', 'poll', 'reblog']).isRequired,
|
||||
action: PropTypes.oneOf(['favourite', 'follow', 'mention', 'poll', 'reblog'])
|
||||
.isRequired,
|
||||
name: PropTypes.string,
|
||||
emojis: PropTypes.arrayOf(propTypesEmoji),
|
||||
notification: PropTypes.bool
|
||||
|
Reference in New Issue
Block a user