1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Add mod_doc/0 to mod_presence_demo.ex so compiler stops complaining

This commit is contained in:
Badlop 2021-03-09 18:33:35 +01:00
parent 33fc320f1d
commit 14d82fa600

View file

@ -26,4 +26,8 @@ defmodule ModPresenceDemo do
[]
end
def mod_doc() do
%{:desc => 'This is just a demonstration.'}
end
end