Used `searchMessagesActionObj` described in the previous diff. Checked that searching messages using `useKeyserverCall(searchMessagesActionObj);` still works.
Defined a similar object for pinned messages. Checked that if I fetch pin messages, then search messages, then again fetch pin messages, the action in both fetch pin messages cases is the same action (using the `===` comparison).