chore: refactor autumn to media

This commit is contained in:
Paul Makles
2022-07-06 16:46:18 +01:00
parent e291eef364
commit 30c7f553d8
10 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ mod admin {
pub mod migrations;
}
mod autumn {
mod media {
pub mod attachment;
}
@@ -27,7 +27,7 @@ mod users {
pub use admin::migrations::AbstractMigrations;
pub use autumn::attachment::AbstractAttachment;
pub use media::attachment::AbstractAttachment;
pub use channels::channel::AbstractChannel;
pub use channels::channel_invite::AbstractChannelInvite;