You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Session.last_bookmark with Session.last_bookmarks
Renamed the attribute and made it return a list of strings instead of an
optional string.
Furthermore, it will return *all* initial bookmarks (if not updated by a server
message since session creation) instead of only the last bookmark, which not
necessarily would be the latest bookmark.
0 commit comments