fix: Telegram channel accepts group messages from all users if owner_… (#590)

* fix: Telegram channel accepts group messages from all users if owner_id is null

* fix linter

* fix tests

* fix tests

* fix tests in ci
This commit is contained in:
Nick Pismenkov
2026-03-06 04:35:43 +00:00
committed by GitHub
parent de7f503df9
commit a516e92156
3 changed files with 399 additions and 4 deletions
+5
View File
@@ -26,9 +26,14 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
targets: wasm32-wasip2
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.name }}
- name: Install cargo-component
run: cargo install cargo-component --locked || true
- name: Build WASM channels (for integration tests)
run: ./scripts/build-wasm-extensions.sh --channels
- name: Run Tests
run: cargo test ${{ matrix.flags }} -- --nocapture