mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-27 10:30:15 -05:00
Merge pull request #334 from ThibG/glitch-soc/cleanup-leftover-code
Remove some leftover code
This commit is contained in:
commit
c53d7196e6
@ -47,7 +47,6 @@ export default class Status extends ImmutablePureComponent {
|
||||
|
||||
state = {
|
||||
isExpanded: null,
|
||||
markedForDelete: false,
|
||||
}
|
||||
|
||||
// Avoid checking props that are functions (and whose equality will always
|
||||
@ -67,7 +66,6 @@ export default class Status extends ImmutablePureComponent {
|
||||
|
||||
updateOnStates = [
|
||||
'isExpanded',
|
||||
'markedForDelete',
|
||||
]
|
||||
|
||||
// If our settings have changed to disable collapsed statuses, then we
|
||||
@ -382,7 +380,6 @@ export default class Status extends ImmutablePureComponent {
|
||||
const computedClass = classNames('status', `status-${status.get('visibility')}`, {
|
||||
collapsed: isExpanded === false,
|
||||
'has-background': isExpanded === false && background,
|
||||
'marked-for-delete': this.state.markedForDelete,
|
||||
muted,
|
||||
}, 'focusable');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user