1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
David Baker
2020-01-27 10:17:16 +00:00
committed by GitHub
parent 7169a84449
commit e50ed95edf

View File

@ -34,7 +34,7 @@ export default class DeviceListener {
}
constructor() {
// set of device ID's we're currently showing toasts for
// set of device IDs we're currently showing toasts for
this._activeNagToasts = new Set();
// device IDs for which the user has dismissed the verify toast ('Later')
this._dismissed = new Set();