Push /ban to spec versions v1.7 and v1.8

main
Bram van den Heuvel 2023-09-22 14:43:04 +02:00
parent e8a7a28285
commit c91f77bab8
2 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,8 @@ ban context input =
|> VC.sameForVersion "v1.4"
|> VC.sameForVersion "v1.5"
|> VC.sameForVersion "v1.6"
|> VC.sameForVersion "v1.7"
|> VC.sameForVersion "v1.8"
|> VC.mostRecentFromVersionList (Context.getVersions context)
|> Maybe.withDefault (always <| always <| Task.fail X.UnsupportedSpecVersion)
|> (|>) input

View File

@ -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 |
| ---------------- | - | -------- | --------------- | ------------ | --------- | -------- |
| v1.8 || ⚡ | ⚡ | ⚡ | ⚡ | |
| v1.7 || ⚡ | ⚡ | ⚡ | ⚡ | |
| v1.8 || ⚡ | ⚡ | ⚡ | ⚡ | ✔️ |
| v1.7 || ⚡ | ⚡ | ⚡ | ⚡ | ✔️ |
| v1.6 || ✔️ | ✔️ | ✔️ | ⚡ | ✔️ |
| v1.5 || ✔️ | ✔️ | ✔️ | ⚡ | ✔️ |
| v1.4 || ✔️ | ✔️ | ✔️ | ⚡ | ✔️ |