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
fix: make PostIterator->last_post nullable (timber#2918)
Sometimes, PostIterator->last_post can be `null`. Add nullable type and check if last_post is an instance of Post.
---------
Co-authored-by: Nicolas Lemoine <nico.lemoine@gmail.com>
Co-authored-by: Erik van der Bas <erik@basedonline.nl>
0 commit comments