#4755 Combining consecutive user join/leave system messages to single message and few other changes. (#5945)
fix 7 and 8
remove @ at "{username} joined the channel"
refactor and update test
Этот коммит содержится в:
коммит произвёл
Saturnino Abril
родитель
59992ae4a4
Коммит
8a91235fb3
14
i18n/en.json
14
i18n/en.json
@@ -153,7 +153,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.channel.add_member.added",
|
||||
"translation": "%v added to the channel by %v"
|
||||
"translation": "%v added %v to the channel."
|
||||
},
|
||||
{
|
||||
"id": "api.channel.add_member.find_channel.app_error",
|
||||
@@ -297,7 +297,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.channel.join_channel.post_and_forget",
|
||||
"translation": "%v has joined the channel."
|
||||
"translation": "%v joined the channel."
|
||||
},
|
||||
{
|
||||
"id": "api.channel.leave.default.app_error",
|
||||
@@ -313,7 +313,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.channel.leave.left",
|
||||
"translation": "%v has left the channel."
|
||||
"translation": "%v left the channel."
|
||||
},
|
||||
{
|
||||
"id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
|
||||
@@ -347,6 +347,14 @@
|
||||
"id": "api.channel.post_update_channel_header_message_and_forget.updated_to",
|
||||
"translation": "%s updated the channel header to: %s"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.create_user_activity_post.error",
|
||||
"translation": "Failed to create user activity system message like add, remove, join or leave"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.update_user_activity_post.error",
|
||||
"translation": "Failed to update user activity system message like add, remove, join or leave"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.post_user_add_remove_message_and_forget.error",
|
||||
"translation": "Failed to post join/leave message"
|
||||
|
||||
Ссылка в новой задаче
Block a user