Page MenuHomePhabricator

[lib][native] Only say "this thread" in EntityText when it's the current thread
ClosedPublic

Authored by ashoat on Feb 1 2023, 5:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 1:30 PM
Unknown Object (File)
Sat, Dec 14, 1:30 PM
Unknown Object (File)
Sat, Dec 14, 1:30 PM
Unknown Object (File)
Sat, Dec 14, 1:23 PM
Unknown Object (File)
Nov 16 2024, 9:54 PM
Unknown Object (File)
Nov 16 2024, 7:57 PM
Unknown Object (File)
Nov 16 2024, 5:54 PM
Unknown Object (File)
Nov 14 2024, 8:19 PM
Subscribers

Details

Summary

This will allow us to say "a channel" instead of "this channel" when referring to a child thread in CreateSubThread.robotext, but it requires that we pipe through the threadID to whatever function is "rendering" the EntityText to a string.

Depends on D6516

Test Plan

I git grep robotextToRawString to make sure I am including threadID in all the places I should be, and tested CreateSubThread.robotext in a subsequent diff where it renders a ThreadEntity for a subchannel (not the current thread)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable