Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/831
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Jan 25, 2024
1 parent 013fc39 commit 3ced06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/messages.ex
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ defmodule Bonfire.Messages do
# |> debug("attrs")
|> Message.changeset(%Message{}, ...)
# before since we only want to tag `to` users, not mentions
|> Tags.cast(attrs, creator, opts)
|> Tags.maybe_cast(attrs, creator, opts)
# process text (must be done before Objects.cast)
|> Bonfire.Social.PostContents.cast(attrs, creator, "message", opts)
|> Objects.cast_creator_caretaker(creator)
Expand Down

0 comments on commit 3ced06e

Please sign in to comment.