mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-11 03:21:36 +01:00
Merge branch 'develop' into t3chguy/update-twemoji-colr
This commit is contained in:
commit
5b5453794f
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
pull-requests: read
|
||||
secrets:
|
||||
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
|
||||
@ -757,6 +757,9 @@ export class UnwrappedEventTile extends React.Component<EventTileProps, IState>
|
||||
case EventShieldReason.MISMATCHED_SENDER_KEY:
|
||||
shieldReasonMessage = _t("encryption|event_shield_reason_mismatched_sender_key");
|
||||
break;
|
||||
|
||||
default:
|
||||
shieldReasonMessage = _t("error|unknown");
|
||||
}
|
||||
|
||||
if (this.state.shieldColour === EventShieldColour.GREY) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user