2016-09-24 03:00:46 +00:00
|
|
|
# frozen_string_literal: true
|
2016-04-14 18:35:28 +00:00
|
|
|
class Webhooks::Slack::ConversationStartedOnMap < Webhooks::Slack::Base
|
|
|
|
def text
|
|
|
|
"There is a live conversation starting on map *#{event.map.name}*. #{view_map_on_metamaps('Join in!')}"
|
|
|
|
end
|
|
|
|
end
|