@atproto/api 0.20.38 → 0.20.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3226,9 +3226,9 @@ export const schemaDict = {
3226
3226
  properties: {
3227
3227
  video: {
3228
3228
  type: 'blob',
3229
- description: 'The mp4 video file. May be up to 100mb, formerly limited to 50mb.',
3229
+ description: 'The mp4 video file. May be up to 300mb, formerly limited to 100mb.',
3230
3230
  accept: ['video/mp4'],
3231
- maxSize: 100000000,
3231
+ maxSize: 300000000,
3232
3232
  },
3233
3233
  captions: {
3234
3234
  type: 'array',