mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-08-31 01:20:30 +00:00
chore: release the bees (#879)
Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
@@ -96,6 +96,10 @@ pub enum EventV1 {
|
||||
Pong {
|
||||
data: Ping,
|
||||
},
|
||||
|
||||
/// Release the bees.
|
||||
Bees,
|
||||
|
||||
/// New message
|
||||
Message(Message),
|
||||
|
||||
@@ -379,7 +383,7 @@ pub enum EventV1 {
|
||||
channel_id: String,
|
||||
started_at: Option<Timestamp>,
|
||||
ended: bool,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
impl EventV1 {
|
||||
|
||||
Reference in New Issue
Block a user