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
F3294732: D6517.id21886.diff
Sat, Nov 16, 7:57 PM
F3293672: D6517.diff
Sat, Nov 16, 5:54 PM
Unknown Object (File)
Thu, Nov 14, 8:19 PM
Unknown Object (File)
Thu, Nov 14, 8:19 PM
Unknown Object (File)
Mon, Nov 4, 2:55 PM
Unknown Object (File)
Sat, Oct 26, 9:22 PM
Unknown Object (File)
Sat, Oct 26, 9:22 PM
Unknown Object (File)
Sat, Oct 26, 9:21 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