# Full-screen chat as default for collaboration setup

**URL:** https://meta.discourse.org/t/full-screen-chat-as-default-for-collaboration-setup/369849
**Category:** Feature
**Tags:** chat
**Created:** [June 12, 2025, 9:19am UTC](https://meta.discourse.org/t/full-screen-chat-as-default-for-collaboration-setup/369849 "2025-06-12T09:19:24Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![martin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/martin/32/491371_2.png) [@martin](https://meta.discourse.org/u/martin)
#### Post date: [June 18, 2025, 5:05am UTC](https://meta.discourse.org/t/full-screen-chat-as-default-for-collaboration-setup/369849/10 "2025-06-18T05:05:04Z")

</div>

Yes hiding the collapse button would work, but I just checked and there is one more way users may switch back to drawer mode. If you press the `-` key when you are in the forum, we open the chat drawer:

> <https://github.com/discourse/discourse/blob/main/plugins/chat/assets/javascripts/discourse/initializers/chat-keyboard-shortcuts.js#L250-L259>

And in this function we call `chatStateManager.prefersDrawer()`, which sets the local storage preference. We have had some more discussions lately internally about allowing a chat-only mode of Discourse, including an experiment in this direction, as well as ideas around drawer mode.

Not sure when the time will come for us to focus on this more, @mcwumbly may have some input here or @lindsey .

---

_[View the full topic](https://meta.discourse.org/t/full-screen-chat-as-default-for-collaboration-setup/369849)._
