mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix SQL_UPSERT in mod_push_sql:store_session
This commit is contained in:
parent
2f5b15129a
commit
0c403c0f0e
@ -52,7 +52,7 @@ store_session(LUser, LServer, NowTS, PushJID, Node, XData) ->
|
||||
case ?SQL_UPSERT(LServer, "push_session",
|
||||
["!username=%(LUser)s",
|
||||
"!server_host=%(LServer)s",
|
||||
"!timestamp=%(TS)d",
|
||||
"timestamp=%(TS)d",
|
||||
"!service=%(Service)s",
|
||||
"!node=%(Node)s",
|
||||
"xml=%(XML)s"]) of
|
||||
|
Loading…
Reference in New Issue
Block a user