-
Notifications
You must be signed in to change notification settings - Fork 438
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1726 +/- ##
==========================================
Coverage ? 34.93%
==========================================
Files ? 312
Lines ? 14344
Branches ? 0
==========================================
Hits ? 5011
Misses ? 9333
Partials ? 0
Continue to review full report at Codecov.
|
@@ -146,11 +146,10 @@ | |||
"new_room.cell.public_channel.description.public_only" = "Você só pode criar canais públicos"; | |||
"new_room.cell.public_channel.description.private_only" = "Você só pode criar canais privados"; | |||
"new_room.cell.read_only.title" = "Canal somente leitura"; | |||
"new_room.cell.read_only.description" = "Somente o admin pode escrever novas mensagens"; | |||
"new_room.cell.read_only.description" = "Apenas usuários autorizados podem enviar novas mensagens"; // TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we can remove the // TODO here?
@cardoso Nice one! This PR is removing the fallback compatibility for logins with WebSocket already? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Ready to merge after solving the conflicts 👍
@rafaelks It wasn't needed. I was just doing it if there was any error with the HTTP login, but it shouldn't happen. It's better to remove the code. |
@cardoso Got it! Just need to resolve the conflicts then 👍 |
@RocketChat/ios