Replace GitHub actions using deprecated features (#114)

This commit is contained in:
Ulyssa 2023-05-28 21:37:42 -07:00
parent 0f870367b3
commit b0256d7120
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
2 changed files with 14 additions and 35 deletions

View file

@ -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