diff options
Diffstat (limited to 'src/mod_vcard_xupdate.erl')
-rw-r--r-- | src/mod_vcard_xupdate.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_vcard_xupdate.erl b/src/mod_vcard_xupdate.erl index 74dd30f27..267b75ec5 100644 --- a/src/mod_vcard_xupdate.erl +++ b/src/mod_vcard_xupdate.erl @@ -222,5 +222,7 @@ import(LServer) -> import(_LServer, mnesia, #vcard_xupdate{} = R) -> mnesia:dirty_write(R); +import(_LServer, riak, #vcard_xupdate{} = R) -> + ejabberd_riak:put(R); import(_, _, _) -> pass. |