mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
Add SavedMessages channel type, add create DM.
This commit is contained in:
@@ -10,7 +10,7 @@ use validator::Validate;
|
||||
#[derive(Validate, Serialize, Deserialize)]
|
||||
pub struct Ref {
|
||||
#[validate(length(min = 26, max = 26))]
|
||||
id: String,
|
||||
pub id: String,
|
||||
}
|
||||
|
||||
impl Ref {
|
||||
|
||||
Reference in New Issue
Block a user