mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-21 13:23:04 +00:00
Various CSS fixes
This commit is contained in:
@@ -138,7 +138,6 @@ var Conversation = new Vue({
|
||||
*/
|
||||
addConversationMessage: function (msg) {
|
||||
this.messages.push(msg);
|
||||
console.log(this.messages);
|
||||
},
|
||||
removeConversationMessage: function (msgId) {
|
||||
const len = this.messages.length;
|
||||
|
||||
Reference in New Issue
Block a user