Commit Graph

3 Commits

Author SHA1 Message Date
Tim Abbott
772ed724c0 peer_data: Extend get_subscriber_count to allow excluding bots.
The new buddy list code path will want to be able to do this.
2024-02-06 14:44:09 -08:00
Lalit
e06726a5cf peer_data: Remove over defensive assert_number function.
Removes the `assert_number` over defensive function which was being used
for validating the type of `stream_id` but now that this module is
converted to TypeScript we do not need this function anymore since
typescript compiler will do the type checking for us.
2023-07-17 10:37:29 -07:00
Lalit
de6f21545b ts: Migrate peer_data.js to TypeScript. 2023-07-17 10:37:29 -07:00