mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Pubsub: Add tests for :get_last_item() and fix for non-persistent nodes
This commit is contained in:
parent
61efe5330e
commit
23cfd1b4d0
3 changed files with 29 additions and 3 deletions
|
@ -604,7 +604,7 @@ function service:get_last_item(node, actor)
|
|||
end
|
||||
|
||||
-- Returns success, id, item
|
||||
return true, self.data[node]:tail();
|
||||
return true, self.data[node]:head();
|
||||
end
|
||||
|
||||
function service:get_nodes(actor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue