[backend/federation] Make it obvious that ephemeral IDs are, well, ephemeral
This commit is contained in:
parent
bd8d5b20f8
commit
b553da9edf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class ActivityRenderer(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
private string GenerateActivityId() =>
|
private string GenerateActivityId() =>
|
||||||
$"https://{config.Value.WebDomain}/activities/{Guid.NewGuid().ToString().ToLowerInvariant()}";
|
$"https://{config.Value.WebDomain}/activities/ephemeral/{Guid.NewGuid().ToString().ToLowerInvariant()}";
|
||||||
|
|
||||||
public static ASCreate RenderCreate(ASNote obj, ASObject actor) => new()
|
public static ASCreate RenderCreate(ASNote obj, ASObject actor) => new()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue