]> granicus.if.org Git - ejabberd/commitdiff
Update mod_muc_riak
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Wed, 3 Apr 2019 13:04:58 +0000 (16:04 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Wed, 3 Apr 2019 13:04:58 +0000 (16:04 +0300)
src/mod_muc_riak.erl

index a5d02fd1a162bef320055d50dec36f40ab700cdb..b7942910c1ead543bca87fa40b5dd0b7227fae25 100644 (file)
@@ -33,8 +33,7 @@
 -export([register_online_room/4, unregister_online_room/4, find_online_room/3,
         get_online_rooms/3, count_online_rooms/2, rsm_supported/0,
         register_online_user/4, unregister_online_user/4,
-        count_online_rooms_by_user/3, get_online_rooms_by_user/3,
-        get_subscribed_rooms/3]).
+        count_online_rooms_by_user/3, get_online_rooms_by_user/3]).
 -export([set_affiliation/6, set_affiliations/4, get_affiliation/5,
         get_affiliations/3, search_affiliation/4]).
 
@@ -184,9 +183,6 @@ import(_LServer, <<"muc_registered">>,
     ejabberd_riak:put(R, muc_registered_schema(),
                      [{'2i', [{<<"nick_host">>, {Nick, RoomHost}}]}]).
 
-get_subscribed_rooms(_, _, _) ->
-    not_implemented.
-
 %%%===================================================================
 %%% Internal functions
 %%%===================================================================