mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-06 01:10:59 +00:00
[SIS-xxx] upgrading to abstracto version supporting components v2
changing meetup and quote command responses to use components v2 changing column name of quote attachment
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
${topic?json_string} - <@format_instant_long_date_time instant=meetupTime/>
|
||||
|
||||
${description?json_string}
|
||||
|
||||
<#if hasLocation>https://www.google.com/maps?q=${location?json_string}</#if>
|
||||
@@ -0,0 +1 @@
|
||||
Go to meetup
|
||||
@@ -1,3 +1,2 @@
|
||||
Time: ${time} ${timeRelative}
|
||||
Link: [here](${link})
|
||||
Meetup Topic: `${topic?json_string}`
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
Description: ${descriptionText}
|
||||
|
||||
Organized by: ${organizerText}
|
||||
@@ -1,11 +0,0 @@
|
||||
Time: ${time} ${timeRelative}
|
||||
<#if descriptionText?hasContent>Description: ${descriptionText}</#if>
|
||||
Organized by: ${organizerText}
|
||||
|
||||
Participants: ${participantsText}
|
||||
|
||||
Maybe: ${maybeParticipantsText}
|
||||
|
||||
Declined: ${declinedParticipantsText}
|
||||
|
||||
No time: ${noTimeParticipantsText}
|
||||
@@ -0,0 +1 @@
|
||||
Time: ${time} ${timeRelative}
|
||||
@@ -0,0 +1 @@
|
||||
Declined: ${declinedParticipantsText}
|
||||
@@ -0,0 +1 @@
|
||||
Maybe: ${maybeParticipantsText}
|
||||
@@ -0,0 +1 @@
|
||||
No time: ${noTimeParticipantsText}
|
||||
@@ -0,0 +1 @@
|
||||
Participants: ${participantsText}
|
||||
Reference in New Issue
Block a user