KamoCRM

A notification can say whose doing it is

Featurekamo-shared-library
Shipped
September 23, 2026 at 8:46 AM UTC
Author
Kamo
Commit
727c0ec

MemberNotification gains ACTOR_MEMBER_ID (INT8) and ACTOR_NAME (255): the member who caused it - who dealt you in, whose meeting is starting, who wrote to you - and their name exactly as the title or body spells it. kamo-internal draws that stretch of the text as the member's name, so hovering it opens their member card. Until now every name in the bell was plain text, because nothing recorded who it was. DDL, applied by hand to production on 2026-09-23 as the owner kamo (ddl-auto is none everywhere): ALTER TABLE public.member_notifications ADD COLUMN IF NOT EXISTS actor_member_id INT8; ALTER TABLE public.member_notifications ADD COLUMN IF NOT EXISTS actor_name VARCHAR(255); The same statements ship in emailservice as **************** EmailService is the only service that reads or writes this table.

All changes

Like what you see shipping?

All of it arrives in your workspace on its own. Start on the free plan and read this page again in a month.

Start Free ForeverView Pricing