mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
chore: refactor autumn to media
This commit is contained in:
@@ -4,7 +4,7 @@ pub mod admin {
|
||||
pub mod migrations;
|
||||
}
|
||||
|
||||
pub mod autumn {
|
||||
pub mod media {
|
||||
pub mod attachment;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ pub mod admin {
|
||||
pub mod migrations;
|
||||
}
|
||||
|
||||
pub mod autumn {
|
||||
pub mod media {
|
||||
pub mod attachment;
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ pub mod admin {
|
||||
pub mod migrations;
|
||||
}
|
||||
|
||||
pub mod autumn {
|
||||
pub mod media {
|
||||
pub mod attachment;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ mod admin {
|
||||
pub mod simple;
|
||||
}
|
||||
|
||||
mod autumn {
|
||||
mod media {
|
||||
pub mod attachment;
|
||||
}
|
||||
|
||||
@@ -27,8 +27,8 @@ mod users {
|
||||
}
|
||||
|
||||
pub use admin::*;
|
||||
pub use autumn::*;
|
||||
pub use channels::*;
|
||||
pub use media::*;
|
||||
pub use servers::*;
|
||||
pub use users::*;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user