Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

WhatsApp working on customizable emoji reaction sets on iOS

New references in the latest WhatsApp beta for iOS suggest users may soon be able to replace the app’s standard set of emoji reactions with their own selection. Here are the details.

WhatsApp working on customizable emoji reaction sets on iOS

Recent WhatsApp beta for iOS reveals potential customizable emoji reactions on the platform. According to WABetaInfo, the latest TestFlight build includes a "Default reactions" setting that allows users to modify the emojis displayed in the app's reaction tray. The tray initially features six standard reactions: 👍, ❤️, 😂, 😮, 😢, and 🙏, followed by additional commonly used or recently used emojis in a horizontally scrollable format.

Users can also tap the "+" button to quickly locate alternative emojis. However, the new feature might be reserved for WhatsApp Plus subscribers. In a forthcoming update, WhatsApp intends to introduce this customization option, enabling users to manage their reaction tray directly from app settings. The accompanying screenshots illustrate both the default set and a personalized version, showcasing the ability to replace any emoji with one from the keyboard.

Users will retain the freedom to alter the reaction tray as needed and revert to the default configuration at any moment. While the feature remains inaccessible to beta testers, its implementation is expected soon, following its previous discovery in the WhatsApp beta for Android. For more details, refer to WABetaInfo's full report.

Written by urgent.news from 9to5Mac's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at 9to5mac.com →

More in Tech

How to Enable Entire

How to Enable Entire in Your Repository Entire captures the context behind AI-assisted code changes and connects it to your Git history.

  • Entire records AI-assisted code changes with Git history.
  • Enable Entire via command 'entire enable -y' for all agents.
  • Checkpoints stored under Git refs or dedicated 'entire/checkpoints/v1' branch.

Engineer-to-Engineer: Building a Typing Test That Doesn't Lie to You

If you've ever shipped a "typing speed" feature into a developer tool, an educational dashboard, or a hiring pipeline, you've probably noticed that the simplest-looking metric in computing — words per…

  • Define two word meanings: classic 5-character vs. linguistically grounded
  • Naive implementation flawed by idle gaps, cold-start padding, and backspace handling
  • Use net WPM with warm-up prompt, idle timeout, and backspace handling for accurate measurement