Skip to content

Create(Note) flow #9

Description

@sij411

Description

Handle local note creation by producing Note + Create(Note) and emitting delivery actions.

Proposal

  • On Input::UserCreateNote, create Note and wrap in Create activity
  • Emit Action::StoreObject
  • Emit Action::SendActivity(Create(Note), ...) for known followers

Done when

  • Unit test: UserCreateNote in => StoreObject + SendActivity(Create(Note))
  • No network/storage in core

Out of scope

  • Mentions/hashtags/media
  • Async delivery workers

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

Priority

None yet

Effort

None yet

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions