forked from jmug/stoatchat
Add group icons / profile backgrounds.
This commit is contained in:
@@ -70,6 +70,7 @@ pub async fn req(user: User, info: Json<Data>) -> Result<JsonValue> {
|
||||
.unwrap_or_else(|| "A group.".to_string()),
|
||||
owner: user.id,
|
||||
recipients: set.into_iter().collect::<Vec<String>>(),
|
||||
icon: None,
|
||||
last_message: None,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user