Skip to content

Commit

Permalink
Fix groupme bridge data (#2065)
Browse files Browse the repository at this point in the history
Fixes #2064
  • Loading branch information
thibaultamartin authored Oct 27, 2023
1 parent 3c2b42a commit 9f4b13d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions content/ecosystem/bridges/groupme/bridges.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ summary = """
This is a Matrix bridge for GroupMe
"""
maturity = "Beta"
language = "Javascript"
license = "Unlicensed"
repo = "https://src.miscworks.net/fair/matrix-appservice-kakaotalk.git"
room = "#matrix-puppet-bridge:matrix.org"
language = "TypeScript"
license = "Apache-2.0"
repo = "https://gitlab.com/robintown/mx-puppet-groupme"
room = "#mx-puppet-groupme:townsendandsmith.ml"
featured = false
privilege.platform = "User" # Free text
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None
[bridges.supports]
dm = true
channels = true
formatted_text = false
message_media = false
replies = false
mentions = false
formatted_text = true
message_media = true
replies = true
mentions = true
reactions = false
read_receipts = false
typing_notifications = false
typing_notifications = true

0 comments on commit 9f4b13d

Please sign in to comment.