Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Mar 31, 2024
1 parent b691abc commit 0035431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slack/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func (c *Client) ForwardMessage(ctx context.Context, everythingChannelID string,
return nil
}

// Deleted, Updatedの場合は無視する
// TODO: 実装する
if message.SubType == "message_deleted" || message.SubType == "message_changed" {
return nil
Expand Down

0 comments on commit 0035431

Please sign in to comment.