Pinned messages
Adding a pin
key source file: src/status/libstatus/chat.nim
key source file: src/app/chat/view.nim
with the Pin button
Same button for the right click and the three dots menu
key source file: ui/app/AppLayouts/Chat/components/MessageContextMenu.qml
to open the menu with three dots: ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatButtons.qml
Removing a pin
key source file: src/status/libstatus/chat.nim
key source file: src/app/chat/view.nim
with the Unpin button
Same button for the right click and the three dots menu
key source file: ui/app/AppLayouts/Chat/components/MessageContextMenu.qml
to open the menu with three dots: ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatButtons.qml
Opening the pinned messages popup
key source file: ui/shared/status/StatusChatInfo.qml
Loading pinned messages
key source file: src/status/libstatus/chat.nim
key source file: src/app/chat/view.nim
Signal for new pins/unpins
key source file: src/status/signals/messages.nim
key source file: src/app/chat/event_handling.nim
key source file: src/app/chat/view.nim