basic zulip client for sending messages (#5913)

This commit is contained in:
Jędrzej Stuczyński
2025-07-24 16:22:35 +01:00
committed by GitHub
parent b975d08342
commit a4e674c98b
9 changed files with 577 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ pub struct UserAgent {
pub version: String,
/// client platform
pub platform: String,
/// source commit version for the calling calling crate / subsystem
/// source commit version for the calling crate / subsystem
pub git_commit: String,
}