Skip to content

Commit

Permalink
Merge remote-tracking branch 'RC/develop' into DEEPL-translation
Browse files Browse the repository at this point in the history
  • Loading branch information
vickyokrm committed May 3, 2019
2 parents a2632d2 + d3585e3 commit efa2d1a
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 38 deletions.
2 changes: 1 addition & 1 deletion app/discussion/client/views/DiscussionList.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template name="DiscussionList">
{{#if rooms}}
<h3 class="rooms-list__type">
{{_ "Discussion"}}
{{_ "Discussions"}}
</h3>
<ul class="rooms-list__list">
{{#each room in rooms}} {{> chatRoomItem room }} {{/each}}
Expand Down
2 changes: 2 additions & 0 deletions app/livechat/server/api/lib/livechat.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export function settings() {
const triggers = findTriggers();
const departments = findDepartments();
const sound = `${ Meteor.absoluteUrl() }sounds/chime.mp3`;
const emojis = Meteor.call('listEmojiCustom');

return {
enabled: initSettings.Livechat_enabled,
Expand Down Expand Up @@ -135,6 +136,7 @@ export function settings() {
departments,
resources: {
sound,
emojis,
},
};
}
Expand Down
2 changes: 1 addition & 1 deletion app/threads/client/threads.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}
}

.message.collapsed + .message.system:not(.collapsed) {
.message.collapsed + .message.system:not(.collapsed):not(.new-day) {
margin-top: calc(var(--default-padding) / 2);
margin-bottom: calc(var(--default-padding) / 2);
}
Expand Down
Loading

0 comments on commit efa2d1a

Please sign in to comment.