Skip to content

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby authored Oct 29, 2023
1 parent 629a41b commit 49af2a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/javascript/flavours/glitch/components/status.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@ export const defaultMediaVisibility = (status, settings) => {

class Status extends ImmutablePureComponent {

static contextTypes = {
identity: PropTypes.object,
};

static propTypes = {
containerId: PropTypes.string,
identity: PropTypes.object,
id: PropTypes.string,
status: ImmutablePropTypes.map,
account: ImmutablePropTypes.map,
Expand Down

0 comments on commit 49af2a7

Please sign in to comment.