added a filter for messages without user information
This commit is contained in:
@ -70,7 +70,7 @@ type DynHanlder<T> = Box<
|
||||
+ Send,
|
||||
>;
|
||||
|
||||
pub struct Handler<T> {
|
||||
pub struct Handler<T: ?Sized> {
|
||||
pub func: Option<DynHanlder<T>>,
|
||||
|
||||
pub previous: MessageIds,
|
||||
|
Reference in New Issue
Block a user