Skip to content

Add a "Mute" shortcut icon and a "Notifications" section in the room details screen #2979

Add a "Mute" shortcut icon and a "Notifications" section in the room details screen

Add a "Mute" shortcut icon and a "Notifications" section in the room details screen #2979

Workflow file for this run

name: Danger CI
on: [pull_request]
jobs:
build:
name: Danger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/.danger-swift
key: danger-swift-cache-key
- name: Danger
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}