mirror of
https://codeberg.org/june64/mrvc.git
synced 2026-01-09 23:52:54 +01:00
add Grapevine to max version check
This commit is contained in:
parent
89b9eb0c42
commit
1d54594b65
1 changed files with 6 additions and 0 deletions
|
|
@ -116,6 +116,12 @@ func getMaxRoomVersion(serverVersionInfo fclient.Version) string {
|
|||
default:
|
||||
return "v6"
|
||||
}
|
||||
case "grapevine":
|
||||
// https://grapevine.computer.surgery/
|
||||
// https://gitlab.computer.surgery/matrix/grapevine
|
||||
|
||||
// Grapevine was forked from Conduit 0.7.0, which supports v11.
|
||||
return "v11"
|
||||
case "Synapse":
|
||||
// If the version is a Synapse Pro one, check against known Synapse Pro versions first and then fallback to checking against regular Synapse versions.
|
||||
// https://element.io/server-suite/synapse-pro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue