Skip to content

fix(ChannelPreview): call getLatestMessagePreview on every relevant WS event #1861

fix(ChannelPreview): call getLatestMessagePreview on every relevant WS event

fix(ChannelPreview): call getLatestMessagePreview on every relevant WS event #1861

Workflow file for this run

name: Check PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: commitlint
run: echo "${{ github.event.pull_request.title }}" | npx commitlint --verbose