zulip/zulip-mobile

Add support for composing "silent mentions"

Open

#3.374 aberto em 28 de fev. de 2019

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (673 forks)github user discovery
a-compose/sendapi migrationshelp wanted

Métricas do repositório

Stars
 (1.348 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

We recently added a new markdown syntax for "silent mentions", spelled @_**Tim Abbott**. We should extend the mobile app typeahead to complete that if the user starts their mention typeahead with @_.

(The HTML generated is very similar to the HTML for normal mentions, displayed as a bubble around "Tim Abbott" (no @) with markup matching a normal mention + an extra silent CSS class that we can use for future styling changes if desired, so I expect no changes are required to support displaying these properly)

Guia do colaborador