mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-20 04:14:23 +01:00
change topic notification line
This commit is contained in:
parent
25ea2013c6
commit
edc127e46c
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ defmodule Philomena.Topics do
|
||||||
actor_type: "Forum",
|
actor_type: "Forum",
|
||||||
actor_child_id: topic.id,
|
actor_child_id: topic.id,
|
||||||
actor_child_type: "Topic",
|
actor_child_type: "Topic",
|
||||||
action: "posted a new topic in"
|
action: "posted a new topic"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue