الحد الأقصى للرموز التعبيرية في العنوان مضبوط على 0 - يتعارض مع اختصارات الرموز التعبيرية

غير متأكد مما إذا كان هذا يُصنف كخطأ، إنه مشكلة بسيطة، لكن يستحق الإطلاع عليها:

في منتدانا، تم ضبط الحد الأقصى للإيموجي في العنوان على 0، لكنني لاحظت ظهور إيموجي واحد في منشور جديد. عند فحص نص العنوان الفعلي المنشور، أرى أن المستخدم كتب :)، لذا يجب أن يكون قد تم تحويله تلقائيًا.

أظن أن هذا تعارض مع إعداد تفعيل اختصارات الإيموجي، وقد يحتاج تحويل الرموز التعبيرية إلى إيموجي إلى أن يُقيد في العناوين لمراعاة إعداد الحد الأقصى للإيموجي في العنوان.

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 إعجابات