As I user I want to have a chat room per repository in which I'm the admin.
I should be able to create a link in my repository which points to
https://inquid.dev/git-chat/{repository name}
When I got this route if the chat room isn't created it will be created with the repository name, I can only send messages if I'm logged in, when I logged in it I'm the owner of the repository I will be marked as the owner of the chat room.
As I user I want to have a chat room per repository in which I'm the admin.
I should be able to create a link in my repository which points to
https://inquid.dev/git-chat/{repository name}
When I got this route if the chat room isn't created it will be created with the repository name, I can only send messages if I'm logged in, when I logged in it I'm the owner of the repository I will be marked as the owner of the chat room.