()
| 29 | } |
| 30 | |
| 31 | getRenderData () { |
| 32 | const context = super.getRenderData() |
| 33 | context.currentEditor = 'editor.chat_title' |
| 34 | context.currentNew = 'editor.new_chat_title' |
| 35 | context.currentNewSignup = 'editor.new_chat_title_login' |
| 36 | context.currentSearch = 'editor.chat_search_title' |
| 37 | this.$el.i18n() |
| 38 | this.applyRTLIfNeeded() |
| 39 | return context |
| 40 | } |
| 41 | |
| 42 | deleteChatMessage (e) { |
| 43 | const chatId = $(e.target).parents('tr').data('chat') |
nothing calls this directly
no outgoing calls
no test coverage detected