[deploy] 🐞Bugfix: Sidebar scroll issues when list is long (#9451)

* Feature 🚀 : Ability to delete messages in chat channels

- Sending message ID to frontend
- Deleting Message
- Use pusher to delete message realtime

* Minor Bug 🐞: Show message action only for current user

- User can delete or edit their own messages

* Test cases added

* Bug 🐞: Update message id for receiver

Message id was not sent to receiver by pusher

* Refactoring🛠: Message controller refactoring

* Test Cases📝 : Specs for Delete message added

* Feature 🚀 : Ability to edit messages

* Test Cases📝 : Specs for Edit message added

* Merge conflict resolved

* Fixing the scroll issue in sidebar

* Update schema.rb

Co-authored-by: Narender Singh <narender2031@gmail.com>
This commit is contained in:
Sarthak Sharma 2020-07-23 00:40:00 +05:30 committed by GitHub
parent 89c15fd9d7
commit 4cc89e2100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -536,7 +536,7 @@
}
.chatchannels__config {
position: absolute;
position: fixed;
bottom: 0;
left: 0;
right: 0;