papercups-io/papercups

Rename "shout" event to "message:created"

Open

#156 geöffnet am 16. Aug. 2020

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elixir (6.032 Stars) (566 Forks)batch import
good first issuetech debt

Beschreibung

This name is just the default event used when generating new channels in Phoenix, but let's make our event names a bit more descriptive... we already have conversation:created and conversation:updated events, so let's be consistent and add message:created in place of shout.

(Note: we'll probably need to keep "shout" around for backwards compatibility)

Contributor Guide