Fixed emojy in text inputs, added server switch hint

This commit is contained in:
Uber Veng
2026-05-29 14:12:57 +07:00
parent 2d9b214ff4
commit 829b6403b7
3 changed files with 32 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ostiary"
version = "1.1.5"
version = "1.1.6"
edition = "2024"
[dependencies]
@@ -21,3 +21,4 @@ libc = "0.2"
ed25519-dalek = { version = "2", features = ["rand_core"] }
rand = "0.8"
base64 = "0.22"
unicode-width = "0.1"