タイトル内の最大絵文字数を0に設定すると、絵文字ショートカットと競合します

これはバグと呼べるかどうかは不明ですが、ごく minor な問題ではあります。ご確認いただければと思います。

当フォーラムでは「タイトル内の最大絵文字数」を 0 に設定しています。しかし、新しい投稿で絵文字が1つ表示されているのに気づきました。投稿された実際のタイトルテキストを見ると、ユーザーは :) と入力したようです。つまり、自動的に変換されたものと考えられます。

これはおそらく「絵文字ショートカットを有効化」設定との競合によるもので、顔文字から絵文字への変換をタイトル内で制限し、「タイトル内の最大絵文字数」の設定を考慮する必要があるかもしれません。

「いいね!」 6

I am not sure about auto conversion of shortcuts in title at all. But the failure mode here does not feel right regardless.

We should either say:

You are not allowed to include any emojis in your title

Or special case it so when this is 0 we simply bypass all emoji unescape for titles.

My vote here:

  1. If it is set to 0, we special case it so there is no emoji unescape for titles, do no emoji count validation on save.

  2. We confirm that we properly count :) conversions to emoji so you can not bypass default of 1 with :) :) :)

@techAPJ not urgent to sort this out but please add to your list.

「いいね!」 6

Special casing emoji unescape for titles required changes in many places in our codebase so for now I improved emoji validation so we properly count emoji shortcuts :), and improved the error message when emoji is disabled in titles.

「いいね!」 7