Pubsub: Add tests for :get_last_item() and fix for non-persistent nodes

This commit is contained in:
Matthew Wild 2018-08-18 15:10:41 +01:00
parent 61efe5330e
commit 23cfd1b4d0
3 changed files with 29 additions and 3 deletions

View file

@ -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)