8
16
Fork 22

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ć vor 4 Jahren
Ursprung d7e380f83e
Commit 56091c0d49
Signiert von: igalic
GPG-Schlüssel-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 {

Laden…
Abbrechen
Speichern