mirror of
https://github.com/YunoHost-Apps/mautrix_facebook_ynh.git
synced 2024-09-03 19:36:33 +02:00
Merge pull request #15 from YunoHost-Apps/ci-auto-update-v0.5.1
Upgrade to version 0.5.1
This commit is contained in:
commit
4cae3f1e4f
4 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
A puppeting bridge between Matrix and Facebook packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Facebook user and a Matrix user. Currently the Matrix user can NOT invite other Matrix user in a bridged Facebook room, so only someone with a Facebook account can participate to Facebook group conversations. The ["Mautrix-Facebook"](https://docs.mau.fi/bridges/python/facebook/index.html) bridge consists in a Synapse App Service and relies on postgresql (mysql also possible). Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand.
|
||||
|
||||
|
||||
**Shipped version:** 0.5.0~ynh1
|
||||
**Shipped version:** 0.5.1~ynh1
|
||||
## Disclaimers / important information
|
||||
|
||||
## List of known public services
|
||||
|
|
|
@ -22,7 +22,7 @@ La passerelle ["Mautrix-Facebook"](https://docs.mau.fi/bridges/python/facebook/i
|
|||
** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_facebook en même temps!**
|
||||
|
||||
|
||||
**Version incluse :** 0.5.0~ynh1
|
||||
**Version incluse :** 0.5.1~ynh1
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Liste de passerelles publiques
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/mautrix/facebook/archive/v0.5.0.tar.gz
|
||||
SOURCE_SUM=34bcbd2b368336b49eb601865b1584a181dde4b1fe8c966e5c1733e25d486663
|
||||
SOURCE_URL=https://github.com/mautrix/facebook/archive/v0.5.1.tar.gz
|
||||
SOURCE_SUM=28fa1367c1108554e155b9b061adb6023fbde949b836db640bd74f5e88bf6249
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Facebook puppeting bridge for Matrix/Synapse.",
|
||||
"fr": "Passerelle Facebook pour Matrix/Synapse."
|
||||
},
|
||||
"version": "0.5.0~ynh1",
|
||||
"version": "0.5.1~ynh1",
|
||||
"url": "https://github.com/mautrix/facebook",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
Loading…
Add table
Reference in a new issue