Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 461ed082a153c100d17fbed80e5a31ffd1edbeb2 Author: selfhoster1312 <selfhoster1312@kl.netlib.re> Date: Fri Oct 10 15:17:25 2025 +0000 docs: Remove vendoring from docs diff --git a/docs/development/protocol.md b/docs/development/protocol.md index a527824..af348a4 100644 --- a/docs/development/protocol.md +++ b/docs/development/protocol.md @@ -187 +186 @@ This guide explains how to create a new protocol backend to support a new gatewa   - [ ] Add your bridge to README   - [ ] Document all exported functions  - [ ] Run `golint` and `goimports` and clean the code -- [ ] Run `go mod vendor` to pull in all the vendor code  - [ ] Send a PR    ## Features