add UpdateDocument to list of SearcherActor messages

how did this even work?!
I've only been using UpdateDocument so far, and it wasn't listed!
pull/813/head
Mina Galić 4 years ago
parent d7e380f83e
commit 56091c0d49
Signed by: igalic
GPG Key ID: ACFEFF7F6A123A86

@ -38,7 +38,7 @@ pub struct UpdateDocument(pub Post);
#[derive(Clone, Debug)]
pub struct DeleteDocument(Post);
#[actor(AddDocument)]
#[actor(AddDocument, UpdateDocument)]
pub struct SearcherActor(Searcher);
impl Actor for SearcherActor {

Loading…
Cancel
Save