Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f5710c75 authored by Andy Scherzinger's avatar Andy Scherzinger
Browse files

properly set emoji support to false

parent a603eb08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -628,7 +628,7 @@ public class GetCapabilitiesRemoteOperation extends RemoteOperation {
                    if (userStatusCapability.getBoolean(NODE_USER_STATUS_SUPPORTS_EMOJI)) {
                        capability.setUserStatusSupportsEmoji(CapabilityBooleanType.TRUE);
                    } else {
                        capability.setUserStatusSupportsEmoji(CapabilityBooleanType.TRUE);
                        capability.setUserStatusSupportsEmoji(CapabilityBooleanType.FALSE);
                    }
                } else {
                    capability.setUserStatus(CapabilityBooleanType.FALSE);