From 41fd2afeb3d5b70215b90ecc206480b7b69c1f9d Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 8 Jun 2021 16:45:42 +0200 Subject: [PATCH] Fix index attribute when getting last page from PubSub with RSM (#3618) This fixes Example 11 from "2.5 Requesting the Last Page in a Result Set": https://xmpp.org/extensions/xep-0059.html#last --- src/node_flat.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_flat.erl b/src/node_flat.erl index 1fd860ec2..cee5bf346 100644 --- a/src/node_flat.erl +++ b/src/node_flat.erl @@ -758,7 +758,7 @@ get_items(Nidx, _From, #rsm_set{max = Max, index = IncIndex, {_, <<>>, undefined} -> %% 2.5 Requesting the Last Page in a Result Set SubList = lists:reverse(RItems), - {0, lists:sublist(SubList, Limit)}; + {Count, lists:sublist(SubList, Limit)}; {_, Stamp, undefined} -> BeforeNow = encode_stamp(Stamp), SubList = lists:dropwhile(