# base_bc verification check list issues list: - [ ] no history shown when joining public chat (fixed by richard's PR??) - [ ] reply button is not triggering a reply [4396](https://github.com/status-im/status-desktop/issues/4396) **Boris** - [ ] gif selector [4397](https://github.com/status-im/status-desktop/issues/4397) **Boris** - [ ] no Fetch messages button in a chat - [ ] no contact request without restart the app https://github.com/status-im/status-desktop/issues/4420 - [ ] can't accept contact request https://github.com/status-im/status-desktop/issues/4420 ``` qrc:/app/AppLayouts/Chat/popups/ContactRequestsPopup.qml:49: TypeError: Cannot call method 'createOneToOneChat' of undefined ``` - [ ] 1x1 chat is not shown, messages sent in 1x1 chat are shown in the first active chat (in my case it is public chat) ![](https://i.imgur.com/lFY1Kcm.jpg) - [ ] can't delete community channel https://github.com/status-im/status-desktop/issues/4396 - [ ] invite friends button is misplaced https://github.com/status-im/status-desktop/issues/4416 ![](https://i.imgur.com/nwnOjxe.png) - [x] various issues when logging out in console ``` a2e0ef4a32ea49609ed6eb3364be1110253c20adc17a3cebbc39a219e5d3e13b151c0eee5d8e0f9a8ba2cd026014e67b41a4ab7d1d5dd67ca27427@178.128.142.94:443 result="(jsonrpc: \"2.0\", result: null, id: 0, error: nil)" qrc:/app/AppLayouts/Onboarding/stores/LoginStore.qml:7: TypeError: Cannot read property 'selectedAccount' of null /Users/anastasiya/status-desktop/src/nim_status_client.nim(146) nim_status_client /Users/anastasiya/status-desktop/src/nim_status_client.nim(131) mainProc /Users/anastasiya/status-desktop/src/app/boot/app_controller.nim(212) delete /Users/anastasiya/status-desktop/src/app/modules/main/private_interfaces/module_access_interface.nim(9) delete /Users/anastasiya/status-desktop/src/app/modules/main/module.nim(146) delete /Users/anastasiya/status-desktop/src/app/modules/main/node_section/private_interfaces/module_access_interface.nim(1) delete /Users/anastasiya/status-desktop/src/app/modules/main/node_section/module.nim(43) delete /Users/anastasiya/status-desktop/src/app/modules/main/node_section/controller_interface.nim(7) delete /Users/anastasiya/status-desktop/src/app/modules/main/node_section/controller_interface.nim(8) delete Error: unhandled exception: No implementation available [ValueError] make: *** [run-macos] Error 1 ``` - [ ] username is misplaced when sending messages in channel https://github.com/status-im/status-desktop/issues/4417 ![](https://i.imgur.com/wXqjjRH.png) - [ ] can't delete a message https://github.com/status-im/status-desktop/issues/4411 ``` a3cebbc39a219e5d3e13b151c0eee5d8e0f9a8ba2cd026014e67b41a4ab7d1d5dd67ca27427@178.128.142.94:443 qrc:/imports/shared/views/chat/MessageContextMenuView.qml:335: ReferenceError: openPopup is not defined ``` - [ ] tenor app is not accessible https://github.com/status-im/status-desktop/issues/4397 ![](https://i.imgur.com/EazngAN.png) - [ ] Pin messages / reply / reaction options are not shown https://github.com/status-im/status-desktop/issues/4413 ![](https://i.imgur.com/TVg144P.png) - [ ] can't create a group chat because it does not show a list of contacts (even i do have some) https://github.com/status-im/status-desktop/issues/4405 - [ ] clicking Manage Assets in wallet crashes the app ``` 77443aec04db1b29a3a22ef3e7c548e18493ddaf51a31b0aed6079bd6ebe5ae838fcfaf3a49@178.128.142.54:443 qrc:/app/AppLayouts/Wallet/WalletLayout.qml:29: TypeError: Property 'hideSignPhraseModal' of object RootStore_QMLTYPE_865(0x7fb2558d0370) is not a function Traceback (most recent call last) /Users/anastasiya/status-desktop/src/nim_status_client.nim(146) nim_status_client /Users/anastasiya/status-desktop/src/nim_status_client.nim(143) mainProc /Users/anastasiya/status-desktop/vendor/nimqml/src/nimqml/private/qguiapplication.nim(29) exec SIGSEGV: Illegal storage access. (Attempt to read from nil?) make: *** [run-macos] Error 1 ``` * [ ] switching channels shows same messages https://github.com/status-im/status-desktop/issues/4418 https://drive.google.com/file/d/1NHHrTN_0UnB2xZefFC3HhQAvl6vEk4fU/view?usp=sharing * [ ] Share profile URL is wrong https://github.com/status-im/status-desktop/issues/4419 ![](https://i.imgur.com/1TClZvY.png) * [ ] First message of a chat is out of place https://github.com/status-im/status-desktop/issues/4417 ![](https://i.imgur.com/ZO2FS5l.png) * [ ] send message doesn't do anything ![](https://i.imgur.com/x5yJlUf.png) * [ ] view profile and then doing add contact, is unclear what it's doing, shouldn't it send a mutual contact request? on mobile no multual contact request is received https://github.com/status-im/status-desktop/issues/4420 * [ ] mutual contact requests don't seem to work at all https://github.com/status-im/status-desktop/issues/4420 * note worked on restart * [ ] crash after accepting contact requests https://github.com/status-im/status-desktop/issues/4420 * 1. restarted app 2. accepted contact requests.. crash * ``` /Users/iurimatias/Projects/Status/status-desktop/src/nim_status_client.nim(146) nim_status_client /Users/iurimatias/Projects/Status/status-desktop/src/nim_status_client.nim(131) mainProc /Users/iurimatias/Projects/Status/status-desktop/src/app/boot/app_controller.nim(215) delete /Users/iurimatias/Projects/Status/status-desktop/src/app/modules/main/private_interfaces/module_access_interface.nim(9) delete /Users/iurimatias/Projects/Status/status-desktop/src/app/modules/main/module.nim(146) delete /Users/iurimatias/Projects/Status/status-desktop/src/app/modules/main/node_section/private_interfaces/module_access_interface.nim(1) delete /Users/iurimatias/Projects/Status/status-desktop/src/app/modules/main/node_section/module.nim(40) delete /Users/iurimatias/Projects/Status/status-desktop/src/app/modules/main/node_section/controller_interface.nim(7) delete /Users/iurimatias/Projects/Status/status-desktop/src/app/modules/main/node_section/controller_interface.nim(8) delete Error: unhandled exception: No implementation available [ValueError] ``` * [ ] messages are 'merged' https://github.com/status-im/status-desktop/issues/4417 ![](https://i.imgur.com/fGJrRxM.png) * [x] error: qrc:/app/AppLayouts/Chat/stores/MessageStore.qml:24: SyntaxError: JSON.parse: Parse error * [x] error: qrc:/app/AppLayouts/Chat/stores/MessageStore.qml:39: SyntaxError: JSON.parse: Parse error * [ ] can't start 1 on 1 chat. go to `+` icon -> start new chat -> select a contact https://github.com/status-im/status-desktop/issues/4421 * [ ] reading a channel message does not mark it as read (selecting a channel and seeing all messages should consider that channel as read) https://github.com/status-im/status-desktop/issues/4403 * [ ] sending images is not working https://github.com/status-im/status-desktop/issues/4404 * [ ] group messages not working https://github.com/status-im/status-desktop/issues/4405 * [ ] community categories not working https://github.com/status-im/status-desktop/issues/4406 * [ ] Stickers, where did you go https://github.com/status-im/status-desktop/issues/4407 * [ ] activity center seems to not be working at all https://github.com/status-im/status-desktop/issues/4408 * [ ] (unclear) notifications aren't working https://github.com/status-im/status-desktop/issues/4409 * [ ] cannot edit messages (in a community, right click -> edit message https://github.com/status-im/status-desktop/issues/4410 * [ ] cannot delete messages (in a community, right click -> delete message) https://github.com/status-im/status-desktop/issues/4411 * [ ] pin messages not working https://github.com/status-im/status-desktop/issues/4413 * [ ] transfer community private key is empty https://github.com/status-im/status-desktop/issues/4414