Skip to content

fix: skip channel.state.last_message_at update on incoming system message if configured #2046

fix: skip channel.state.last_message_at update on incoming system message if configured

fix: skip channel.state.last_message_at update on incoming system message if configured #2046

Workflow file for this run

name: Unit test
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Unit tests with Node ${{ env.NODE_VERSION }}
run: yarn run test-coverage