CI / Build & Quality Checks (push) Successful in 1m31s
CI / Docker image build & smoke test (push) Skipped
CI / Secret scan (gitleaks) (push) Successful in 7s
CI / Trigger Desktop Build (push) Successful in 5s
CI / Playwright smoke (e2e) (push) Successful in 2m7s
Forwarded events carried no origin at all; they read as the forwarder's own words. buildForwardContent now stamps io.lotus.forwarded (sender, ts, room_id, event_id; re-forwards keep the original stamp) and the main and thread timelines render a reply-style header above the message that jumps to the original when the viewer is in the source room (sender + time only otherwise — the source room's name is not leaked). Unit-tested; verified end to end with Playwright (header text, event content, jump, re-forward). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PPmy3tPq869XDW4njjVaKA
12 lines
322 B
TypeScript
12 lines
322 B
TypeScript
export * from './layout';
|
|
export * from './placeholder';
|
|
export * from './Reaction';
|
|
export * from './attachment';
|
|
export * from './Reply';
|
|
export * from './content';
|
|
export * from './Time';
|
|
export * from './MsgTypeRenderers';
|
|
export * from './FileHeader';
|
|
export * from './RenderBody';
|
|
export * from './ForwardedHeader';
|