Push /invite to spec versions v1.7 and v1.8
parent
31420c37fe
commit
39b0510cbd
|
@ -36,6 +36,8 @@ invite context input =
|
||||||
|> VC.sameForVersion "v1.4"
|
|> VC.sameForVersion "v1.4"
|
||||||
|> VC.sameForVersion "v1.5"
|
|> VC.sameForVersion "v1.5"
|
||||||
|> VC.sameForVersion "v1.6"
|
|> VC.sameForVersion "v1.6"
|
||||||
|
|> VC.sameForVersion "v1.7"
|
||||||
|
|> VC.sameForVersion "v1.8"
|
||||||
|> VC.mostRecentFromVersionList (Context.getVersions context)
|
|> VC.mostRecentFromVersionList (Context.getVersions context)
|
||||||
|> Maybe.withDefault (always <| always <| Task.fail X.UnsupportedSpecVersion)
|
|> Maybe.withDefault (always <| always <| Task.fail X.UnsupportedSpecVersion)
|
||||||
|> (|>) input
|
|> (|>) input
|
||||||
|
|
|
@ -42,8 +42,8 @@ Note that **under development** doesn't always mean that it _will be_ supported.
|
||||||
|
|
||||||
| **Spec version** | | Inviting | Joining room id | Leaving room | Kick user | Ban user |
|
| **Spec version** | | Inviting | Joining room id | Leaving room | Kick user | Ban user |
|
||||||
| ---------------- | - | -------- | --------------- | ------------ | --------- | -------- |
|
| ---------------- | - | -------- | --------------- | ------------ | --------- | -------- |
|
||||||
| v1.8 || ⚡ | ⚡ | ⚡ | ⚡ | ✔️ |
|
| v1.8 || ✔️ | ⚡ | ⚡ | ⚡ | ✔️ |
|
||||||
| v1.7 || ⚡ | ⚡ | ⚡ | ⚡ | ✔️ |
|
| v1.7 || ✔️ | ⚡ | ⚡ | ⚡ | ✔️ |
|
||||||
| v1.6 || ✔️ | ✔️ | ✔️ | ⚡ | ✔️ |
|
| v1.6 || ✔️ | ✔️ | ✔️ | ⚡ | ✔️ |
|
||||||
| v1.5 || ✔️ | ✔️ | ✔️ | ⚡ | ✔️ |
|
| v1.5 || ✔️ | ✔️ | ✔️ | ⚡ | ✔️ |
|
||||||
| v1.4 || ✔️ | ✔️ | ✔️ | ⚡ | ✔️ |
|
| v1.4 || ✔️ | ✔️ | ✔️ | ⚡ | ✔️ |
|
||||||
|
|
Loading…
Reference in New Issue