(newFlags: ChannelSettingsFlags)
| 393 | } |
| 394 | |
| 395 | export function channelFlagsToBitfield(newFlags: ChannelSettingsFlags) { |
| 396 | return dictToBitfield(newFlags, channelBitfieldFlags); |
| 397 | } |
| 398 | |
| 399 | export function findLatestThreadsFromAuthor( |
| 400 | authorId: string, |
nothing calls this directly
no test coverage detected