mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Replace GitHub actions using deprecated features (#114)
This commit is contained in:
parent
0f870367b3
commit
b0256d7120
2 changed files with 14 additions and 35 deletions
|
@ -489,7 +489,7 @@ impl ChatState {
|
|||
.map_err(IambError::from)?;
|
||||
let mime = mime::IMAGE_PNG;
|
||||
|
||||
let name = Cow::from(format!("Clipboard.png"));
|
||||
let name = "Clipboard.png";
|
||||
let config = AttachmentConfig::new();
|
||||
|
||||
let resp = room
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue