treewide: allow for running w/o storage
This commit is contained in:
parent
827b5a4bd7
commit
a9a63f36ad
14 changed files with 174 additions and 90 deletions
|
@ -8,7 +8,7 @@ pub struct RefractionChannels {
|
|||
say_log_channel_id: Option<ChannelId>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default)]
|
||||
#[derive(Clone, Debug, Default)]
|
||||
pub struct Config {
|
||||
channels: RefractionChannels,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue