feat: Adds level field to rooms, updates urls to point to public mirror of the project.
Some checks failed
CI / Linux Tests (push) Failing after 15s
Some checks failed
CI / Linux Tests (push) Failing after 15s
This commit is contained in:
@@ -38,6 +38,11 @@ struct RoomCreateParser: ParserPrinter {
|
||||
ParsePrint {
|
||||
Prefix { $0 != UInt8(ascii: ",") }.map(.string)
|
||||
",".utf8
|
||||
Optionally {
|
||||
Int.parser()
|
||||
.map(.memberwise(Room.Level.init(rawValue:)))
|
||||
}
|
||||
",".utf8
|
||||
Double.parser()
|
||||
",".utf8
|
||||
Optionally {
|
||||
|
||||
Reference in New Issue
Block a user