2023-11-27 07:24:35 +01:00
|
|
|
**Shipped version:** 0.15.0~ynh1
|
2021-09-13 20:26:32 +02:00
|
|
|
## Documentation and resources
|
2021-03-24 22:49:07 +01:00
|
|
|
|
2022-05-29 17:44:59 +02:00
|
|
|
* Official app website: <https://docs.mau.fi/bridges/python/telegram/index.html>
|
|
|
|
* Official user documentation: <https://docs.mau.fi/bridges/python/telegram/management-commands.html>
|
|
|
|
* Official admin documentation: <https://github.com/YunoHost-Apps/mautrix_telegram_ynh>
|
|
|
|
* Upstream app code repository: <https://github.com/mautrix/telegram>
|
2023-11-27 07:24:35 +01:00
|
|
|
* YunoHost Store: <https://apps.yunohost.org/app/mautrix_telegram>
|
2022-05-29 17:44:59 +02:00
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/mautrix_telegram_ynh/issues>
|
2021-03-24 22:49:07 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2021-02-22 13:21:58 +01:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing).
|
2021-03-24 22:49:07 +01:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-05-29 17:44:59 +02:00
|
|
|
|
|
|
|
``` bash
|
2021-02-22 13:21:58 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
|
2021-03-24 22:49:07 +01:00
|
|
|
or
|
2021-02-22 13:21:58 +01:00
|
|
|
sudo yunohost app upgrade mautrix_telegram -u https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
|
2021-03-24 22:49:07 +01:00
|
|
|
```
|
|
|
|
|
2022-05-29 17:44:59 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|