1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-04 10:19:31 +02:00

Don't store xdata() in Mnesia table

This commit is contained in:
Evgeniy Khramtsov 2017-10-27 11:46:37 +03:00
parent 484e5de072
commit 24df1262bb
3 changed files with 39 additions and 20 deletions

View file

@ -177,7 +177,7 @@ export(_Server) ->
timestamp = NowTS,
service = PushLJID,
node = Node,
xdata = XData})
xml = XData})
when LServer == Host ->
TS = misc:now_to_usec(NowTS),
Service = jid:encode(PushLJID),