mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-16 21:40:51 +01:00
fix functions typo
parent
e917fa93c2
commit
ba9e163c39
@ -9,7 +9,7 @@ How to develop a new gateway/bridge?
|
||||
- [ ] Divide functionality in several files, as it is done for [slack](https://github.com/42wim/matterbridge/tree/master/bridge)
|
||||
- `yourbridge.go` with main struct and implementation of the `Bridger` interface
|
||||
- `handlers.go` with handling messages incoming to Bridge
|
||||
- `helpers.go` for all the misc fucntions and helpers
|
||||
- `helpers.go` for all the misc functions and helpers
|
||||
- [ ] Minimal set of features is sending and receiving text messages working.
|
||||
- [ ] Documentation
|
||||
- [ ] Add a [sample configuration](https://github.com/42wim/matterbridge/commit/6372d599b1ca2497aa49142d10496f345041b678#diff-0fcc5f77f08a4f4106d2da34c4dcd133) of your bridge to `matterbridge.toml.sample` and explain all the custom options
|
||||
|
Loading…
x
Reference in New Issue
Block a user