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ć pirms 4 gadiem
vecāks d7e380f83e
revīzija 56091c0d49
Parakstījis: igalic
GPG atslēgas 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 {

Notiek ielāde…
Atcelt
Saglabāt