Skip to content

fix: prevent truncating message timestamps when updating references to deleted quoted message #1844

fix: prevent truncating message timestamps when updating references to deleted quoted message

fix: prevent truncating message timestamps when updating references to deleted quoted message #1844

Workflow file for this run

name: Compressed Size
on:
pull_request:
paths-ignore:
- 'test/**'
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'