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:
parent
484e5de072
commit
24df1262bb
3 changed files with 39 additions and 20 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue