Change Chat Conversation ID
# 👀feature-requests
s
Currently, botPress uses "Conversation [random_id]" to show different messages insides conversation panel. However, I would appreciate it if we can put first chat Question as a Conversation title, like ChatGPT. The current Conversation XXXX doesnt make sense to end-users, whereas similar title to question asked would make sense. Is there any way we can achieve it?
Any updates?
b
interested too
m
Yep same here. this is basically the only thing i want to know right now
s
🤞
@User
c
This is something for the developers. Upvoted for more visibility 🙂
b
this how how the dev team has it set up. i can bring it up with them.
f
Great idea
s
That would be great 🙂
I have a temp css hack which disables the title , not great but better than showing random stuff to end-user
b
thats badass. can you share that with me
n
I would like to know how you did this
s
if you check the css class on the Conversation title, you can just use display: none property
hey sorry didnt got your msg notification. But here is the css:
Copy code
.bpw-convo-item .bpw-title div:first-child {
  display: none;
}
no updates