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 年之前
父節點 d7e380f83e
當前提交 56091c0d49
簽署人: 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…
取消
儲存