Differences From Artifact [c7ef550a1d]:
- File store.t — part of check-in [7af9e0961e] at 2021-01-22 17:18:52 on branch trunk — defuckulate bytestream_trusted (user: lexi, size: 19336) [annotate] [blame] [check-ins using]
To Artifact [33ecd773b1]:
- File store.t — part of check-in [3f080eded4] at 2021-01-25 13:24:48 on branch trunk — finish up LP support for user outbox views (user: lexi, size: 19400) [annotate] [blame] [check-ins using]
231 231 parent: uint64 232 232 -- ephemera 233 233 localpost: bool 234 234 accent: int16 235 235 rts: uint32 236 236 likes: uint32 237 237 rtdby: uint64 -- 0 if not rt 238 + rtdat: m.timepoint -- 0 if not rt, time of promotion otherwise 238 239 rtact: uint64 -- 0 if not rt, id of rt action otherwise 239 240 isreply: bool 240 241 source: &m.source 241 242 242 243 -- save :: bool -> {} (defined in acl.t due to dep. hell) 243 244 } 244 245