Create media::FileMeta to represent a file and meta data

This commit is contained in:
Devin Ragotzy 2020-07-28 08:59:30 -04:00 committed by timokoesters
parent 2da48b941d
commit 1c6f211933
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 33 additions and 9 deletions

View file

@ -1,7 +1,7 @@
pub(self) mod account_data;
pub(self) mod globals;
pub(self) mod key_backups;
pub(self) mod media;
pub(crate) mod media;
pub(self) mod rooms;
pub(self) mod uiaa;
pub(self) mod users;