mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-16 23:13:50 +00:00
Fix dead link and reorder instagram bridges (#3048)
Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>
This commit is contained in:
parent
1d086567ee
commit
aaa2786930
1 changed files with 27 additions and 27 deletions
|
|
@ -1,30 +1,3 @@
|
|||
[[bridges]]
|
||||
name = "mautrix-instagram"
|
||||
maintainer = "Tulir"
|
||||
summary = """
|
||||
A Matrix-Instagram DM puppeting bridge. Written in Python using
|
||||
[mauigpapi](https://github.com/mautrix/instagram/tree/master/mauigpapi) and
|
||||
[mautrix-python](https://matrix.org/docs/projects/sdk/mautrix-python.html).
|
||||
"""
|
||||
maturity = "Obsolete"
|
||||
language = "Python"
|
||||
license = "AGPL-3.0-or-later"
|
||||
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=instagram"
|
||||
repo = "https://github.com/mautrix/instagram"
|
||||
room = "#instagram:maunium.net"
|
||||
featured = false
|
||||
privilege.platform = "User" # Free text
|
||||
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
|
||||
[bridges.supports]
|
||||
dm = true
|
||||
message_media = true
|
||||
redactions = true
|
||||
reactions = true
|
||||
editing = false
|
||||
presence = false
|
||||
typing_notifications = true
|
||||
read_receipts = true
|
||||
|
||||
[[bridges]]
|
||||
name = "mautrix-meta"
|
||||
maintainer = "Tulir"
|
||||
|
|
@ -49,3 +22,30 @@ editing = true
|
|||
presence = false
|
||||
typing_notifications = true
|
||||
read_receipts = true
|
||||
|
||||
[[bridges]]
|
||||
name = "mautrix-instagram"
|
||||
maintainer = "Tulir"
|
||||
summary = """
|
||||
A Matrix-Instagram DM puppeting bridge. Written in Python using
|
||||
[mauigpapi](https://github.com/mautrix/instagram/tree/master/mauigpapi) and
|
||||
[mautrix-python](https://github.com/mautrix/python).
|
||||
"""
|
||||
maturity = "Obsolete"
|
||||
language = "Python"
|
||||
license = "AGPL-3.0-or-later"
|
||||
docs = "https://docs.mau.fi/bridges/go/setup.html?bridge=instagram"
|
||||
repo = "https://github.com/mautrix/instagram"
|
||||
room = "#instagram:maunium.net"
|
||||
featured = false
|
||||
privilege.platform = "User" # Free text
|
||||
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
|
||||
[bridges.supports]
|
||||
dm = true
|
||||
message_media = true
|
||||
redactions = true
|
||||
reactions = true
|
||||
editing = false
|
||||
presence = false
|
||||
typing_notifications = true
|
||||
read_receipts = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue