We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7520628 commit 0febf36Copy full SHA for 0febf36
src/stock_str.rs
@@ -1258,10 +1258,8 @@ impl Viewtype {
1258
Viewtype::Voice => voice_message(context).await,
1259
Viewtype::Video => video(context).await,
1260
Viewtype::File => file(context).await,
1261
- Viewtype::Webxdc => "Mini App".to_owned(), // TODO stock-string
+ Viewtype::Webxdc => "Mini App".to_owned(),
1262
Viewtype::Vcard => contact(context).await,
1263
- // OPTIONAL TODO - would not be used right now,
1264
- // because this method is only used for metadata on large attachments
1265
Viewtype::Unknown | Viewtype::Text | Viewtype::Call => self.to_string(),
1266
}
1267
0 commit comments