Skip to content

Commit 47277b4

Browse files
author
jin
committed
++++
1 parent 4b239e0 commit 47277b4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

post/post.ts

+6-3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,20 @@ namespace $ {
2020
🎤 **{title}**
2121
`,
2222
speech: `
23-
✨ На PiterJS {meetup} в {time} для вас выступит {speaker} с докладом:
23+
✨ На грядущем PiterJS для вас выступит {speaker} с докладом:
2424
📜 **{title}**
2525
2626
{descr}
27+
28+
🎫 Регистрируйся, пока есть места: {meetup}
29+
✔️ А если передумал идти — отмени регистрацию там же.
2730
`,
2831
place: `
2932
🎉 PiterJS {title} уже завтра в {place}: **{address}**
3033
3134
🤗 Ждем тебя к {time}.
32-
🙏 Если придёщь — отмени регистрацию: {meetup}
33-
📽️ Но всё-равно смотри трансляцию!
35+
🙏 Если не придёщь — отмени регистрацию: {meetup}
36+
📽️ Но всё-равно смотри трансляцию: {video}
3437
`,
3538
air: `
3639
🎬 PiterJS {title} начинается!

speech/speech.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ namespace $ {
7272
const title = this.title()
7373
const descr = this.description()
7474
const speaker = this.speaker().title()
75-
const meetup = this.meetup()?.title() ?? ''
75+
const meetup = this.$.$mol_state_arg.make_link({ meetup: this.meetup()!.id() })
7676
const date = this.start()?.toString( 'DD Month' ) ?? 'скоро'
7777
const time = this.start()?.toString( 'hh:mm' ) ?? ''
7878

0 commit comments

Comments
 (0)