-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36f0b44
commit 1a40de3
Showing
9 changed files
with
101 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 4.2.7 on 2024-01-10 10:17 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('api', '0027_alter_message_text'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='message', | ||
name='send_threshold', | ||
field=models.DurationField(blank=True, null=True), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
π³οΈβπ *1-WEEK REMINDER: {party}* π³οΈβπ | ||
|
||
Hi, {name}! | ||
|
||
This is just to remind you that you are invited to *{party}*! | ||
|
||
Here's your *personal* link to manage your invitation: | ||
|
||
{url} | ||
|
||
Don't share this link with anyone else, it's only yours! | ||
|
||
(Send "stop" to unsubscribe) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
π³οΈβπ *2-WEEK REMINDER: {party}* π³οΈβπ | ||
|
||
Hi, {name}! | ||
|
||
This is just to remind you that you are invited to *{party}*! | ||
|
||
Here's your *personal* link to manage your invitation: | ||
|
||
{url} | ||
|
||
Don't share this link with anyone else, it's only yours! | ||
|
||
(Send "stop" to unsubscribe) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
π³οΈβπ *FINAL REMINDER: {party}* π³οΈβπ | ||
|
||
Hi, {name}! | ||
|
||
This is just to remind you that you are invited to *{party}*! | ||
|
||
Here's your *personal* link to manage your invitation: | ||
|
||
{url} | ||
|
||
Don't share this link with anyone else, it's only yours! | ||
|
||
(Send "stop" to unsubscribe) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
π³οΈβπ *INVITATION: {party}* π³οΈβπ | ||
|
||
Hi, {name}! | ||
|
||
You are invited to *{party}*! | ||
|
||
Here's your *personal* link to manage your invitation: | ||
|
||
{url} | ||
|
||
Don't share this link with anyone else, it's only yours! | ||
|
||
(Send "stop" to unsubscribe) |