events: Remove accidentally copy-pasted docs line

This commit is contained in:
Jonas Platte 2020-11-23 14:15:54 +01:00
parent d16fd4b2c1
commit 0ae0a89467
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -20,7 +20,6 @@ pub struct AvatarEventContent {
#[serde(skip_serializing_if = "Option::is_none")]
pub info: Option<Box<ImageInfo>>,
/// Information about the avatar thumbnail image.
/// URL of the avatar image.
pub url: String,
}