Commit 16d2fa3f authored by JC Brand's avatar JC Brand

muc-views: Don't show subject change message in new MUC

parent 3d3d97e7
......@@ -1963,6 +1963,9 @@ converse.plugins.add('converse-muc-views', {
},
setChatRoomSubject () {
if (!subject.text && !subject.author) {
return; // Probably a new MUC
}
// For translators: the %1$s and %2$s parts will get
// replaced by the user and topic text respectively
// Example: Topic set by JC Brand to: Hello World!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment