|
|
@ -107,7 +107,7 @@ int slack_api_message_message_handle(struct t_slack_workspace *workspace,
|
|
|
|
_("%s%s"),
|
|
|
|
_("%s%s"),
|
|
|
|
slack_user_as_prefix(workspace, ptr_user, NULL),
|
|
|
|
slack_user_as_prefix(workspace, ptr_user, NULL),
|
|
|
|
message);
|
|
|
|
message);
|
|
|
|
slack_channel_member_speaking_add(channel, ptr_user->profile.display_name,
|
|
|
|
slack_channel_member_speaking_add(ptr_channel, ptr_user->profile.display_name,
|
|
|
|
weechat_string_has_highlight(
|
|
|
|
weechat_string_has_highlight(
|
|
|
|
message,
|
|
|
|
message,
|
|
|
|
ptr_user->profile.display_name));
|
|
|
|
ptr_user->profile.display_name));
|
|
|
|