Fix filters not affecting notifications in web UI (#7977)
* Hook up filtering to statuses in notifications column * Filter notifications for sound, desktop notifications
This commit is contained in:
parent
cd509d2146
commit
cfeb3beb4e
3 changed files with 19 additions and 5 deletions
|
@ -91,6 +91,7 @@ export default class Notification extends ImmutablePureComponent {
|
|||
hidden={this.props.hidden}
|
||||
onMoveDown={this.handleMoveDown}
|
||||
onMoveUp={this.handleMoveUp}
|
||||
contextType='notifications'
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue