In-reply-to » đź‘‹ @jlj @eldersnake I rolled out a new experimental feature to improve the Onboarding experience for new users called "Internal Events" -- Enable with internal_events. Currently the messaging is a bit hard-coded, but we can iterate on making that configurable (TODOs in the code).

@fastidious@arrakis.netbros.com Sure thing! For now the feature is quite simple (with some known caveats):

  • The cache stores a list of Twts per-User that are only visible to that User.
  • So far the only event is the “On Register” event (TODO: Actually use proper event sourcing in the code) which:
    • Injects a new “Welcome Message” for that user in their timeline
    • Injects a new “New User Message” into the Admin’s (Poderator)’s timeline

It’s an early implementation of this issue and #646

⤋ Read More