web: fix chat (#800)

* chore: add guardrails

* docs: fix meshcore badge

* web: life chat message cap at 1000 in frontend

* web: honor protocol in chat

* web: deprioritize test channels

* fix ci
This commit is contained in:
l5y
2026-06-19 16:37:41 +02:00
committed by GitHub
parent efd2c59fb8
commit bb95b0792d
31 changed files with 1830 additions and 66 deletions
+17
View File
@@ -0,0 +1,17 @@
# Copyright © 2025-26 l5yth & contributors
# Licensed under the Apache License, Version 2.0 (see LICENSE)
name: license
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
headers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Apache license headers
run: ./scripts/check-license-headers.sh