aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc/mod_muc_room.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl
index 31be2b819..618b1c685 100644
--- a/src/mod_muc/mod_muc_room.erl
+++ b/src/mod_muc/mod_muc_room.erl
@@ -3896,7 +3896,7 @@ last_voice_request_time(BareJID, StateData) ->
{ok, Value} ->
Value;
error ->
- 0
+ {0, 0, 0}
end.
update_voice_request_time(BareJID, StateData) ->