Make new device toasts appear above review toasts
...but below incoming verification toasts, which means we now need to actually handle priority insertion correctly. Oh well. Fixes https://github.com/vector-im/riot-web/issues/13442
This commit is contained in:
parent
87669f4ff7
commit
e9214f7d13
2 changed files with 7 additions and 8 deletions
|
@ -267,6 +267,7 @@ export default class DeviceListener {
|
|||
key: OTHER_DEVICES_TOAST_KEY,
|
||||
title: _t("Review where you’re logged in"),
|
||||
icon: "verification_warning",
|
||||
priority: ToastStore.PRIORITY_LOW,
|
||||
props: {
|
||||
deviceIds: oldUnverifiedDeviceIds,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue