UNPKG
@towns-protocol/sdk
Version:
latest (0.0.282)
0.0.282
0.0.280
0.0.279
0.0.278
0.0.277
0.0.268
0.0.267
0.0.266
0.0.265
0.0.264
0.0.263
0.0.261
0.0.260
0.0.258
0.0.257
0.0.256
0.0.255
0.0.253
0.0.252
0.0.251
0.0.250
0.0.249
0.0.248
0.0.247
0.0.246
0.0.245
0.0.244
0.0.242
0.0.241
0.0.240
0.0.239
0.0.237
0.0.236
0.0.235
0.0.234
0.0.232
0.0.231
0.0.230
0.0.229
0.0.228
0.0.227
0.0.226
0.0.225
0.0.224
0.0.223
0.0.221
0.0.220
0.0.219
0.0.218
0.0.217
0.0.216
0.0.215
0.0.214
0.0.213
0.0.212
0.0.211
0.0.210
0.0.209
0.0.208
0.0.207
0.0.206
0.0.205
0.0.204
0.0.203
0.0.202
0.0.201
0.0.200
0.0.198
0.0.197
0.0.196
0.0.195
0.0.194
0.0.193
0.0.192
0.0.191
For more details, visit the following resources:
@towns-protocol/sdk
/
dist
/
views
/
streams
/
userInboxStreams.js
11 lines
•
343 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
ObservableRecord
}
from
'../../observable/observableRecord'
;
export
class
UserInboxStreamsView
extends
ObservableRecord
{
constructor
(
) {
super
({
makeDefault
:
(
userInboxStreamId
) =>
({
streamId
: userInboxStreamId, }), }); } }
//# sourceMappingURL=userInboxStreams.js.map