Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

URLを含む語録を削除できない #214

Open
NaoY-2501 opened this issue Nov 2, 2020 · 2 comments
Open

URLを含む語録を削除できない #214

NaoY-2501 opened this issue Nov 2, 2020 · 2 comments
Assignees
Labels

Comments

@NaoY-2501
Copy link
Contributor

目的

URLを含む語録が削除できない原因を調査・修正する。

  • URLのみの語録は削除可能
takanory:beers: 09:55
あー、地味に語録でURL含んでいると削除できない、みたいなの直るとうれしいなぁ

wan(西川)  09:56
$wan https://slack.com/intl/ja-jp/

haroAPP  09:56
コマンド $wan に「https://slack.com/intl/ja-jp/」を追加しました

takanory:beers:  09:56
$wan del https://slack.com/intl/ja-jp/

haroAPP  09:56
コマンド $wan から「https://slack.com/intl/ja-jp/」を削除しました

takanory:beers:  09:56
あれ、消える
09:57
元からあるやつと新しいやつでなんか違う?

https://beproud.slack.com/archives/C0106MV2C4F/p1604019260114800

  • URLを含む語録が削除できない。「〜は登録されていません」となる。

wan(西川)  09:57
元からあるやつってなんですか?

09:57
$wan https://slack.com/intl/ja-jp/ test

haroAPP  09:57
コマンド $wan に「https://slack.com/intl/ja-jp/ test」を追加しました

wan(西川)  09:57
$wan del https://slack.com/intl/ja-jp/ test

haroAPP  09:57
コマンド $wan に「https://slack.com/intl/ja-jp/ test」は登録されていません

https://beproud.slack.com/archives/C0106MV2C4F/p1604019458118400

入出力

  • URLを含む語録を削除できること

関連機能、影響範囲

  • リグレッションの確認が必要となる箇所: 語録登録機能
  • この機能が使うデータを生成する機能(対象機能チケットへの関連付けでも可): 語録登録機能

デモ方法

  • URLだけの語録を登録・削除できることを確認(デグレ確認

  • URLを含む語録を登録・削除できることを確認

@NaoY-2501
Copy link
Contributor Author

語録削除のソースはこのあたり
https://github.com/beproud/beproudbot/blob/master/src/haro/plugins/create.py#L304L323

@kemu3007
Copy link

kemu3007 commented Nov 2, 2020

原因

slack上で https://slack.com/intl/ja-jp/ testといった文字列をコピーして delコマンドの後にコピペした場合、https://slack.com/intl/ja-jp/\xa0testという形でペーストされている

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants