aincube

Results 3 comments of aincube

For me, permissions looks like this: ``` 'permissions': {'@type': 'chatPermissions', 'can_send_basic_messages': True, 'can_send_audios': True, 'can_send_documents': True, 'can_send_photos': True, 'can_send_videos': True, 'can_send_video_notes': True, 'can_send_voice_notes': True, 'can_send_polls': True, 'can_send_other_messages': True, 'can_add_web_page_previews': True,...

> Where do I change these setting? I use tg installed from AUR on Arch. After some update I am unable to even write message (i,I,a,A all do Nothing). You...

> Try > > rm -rf ~/.local/share/nvim > rm -rf ~/.local/state/nvim > rm -rf ~/.cache/nvim > > and then let Neovim install everything again. See if that solves the issue....