Basic message converter and login

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
Sumner Evans
2024-05-14 10:03:15 -06:00
parent 043cb7f854
commit 0d502a8c55
6 changed files with 437 additions and 4 deletions
+5 -3
View File
@@ -12,10 +12,12 @@ repos:
rev: v1.0.0-rc.1
hooks:
- id: go-imports
exclude: "pb\\.go$"
args:
- "-local"
- "go.mau.fi/mautrix-telegram"
- "-w"
- id: go-vet-mod
#- id: go-staticcheck-repo-mod
# TODO: reenable this and fix all the problems
- id: go-staticcheck-repo-mod
- repo: https://github.com/beeper/pre-commit-go
rev: v0.3.1