@devvit/public-api 0.12.2-next-2025-10-15-22-11-19-c784e6173.0 → 0.12.2-next-2025-10-16-15-23-11-75b88d7f4.0
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.
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/meta.min.json +17 -3
- package/migration/index.d.ts +12 -0
- package/migration/index.d.ts.map +1 -0
- package/migration/index.js +32 -0
- package/migration/index.test.d.ts.map +1 -0
- package/package.json +9 -9
- package/public-api.min.js +5 -5
- package/public-api.min.js.map +4 -4
- package/version.json +1 -1
package/public-api.min.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
var Gc=Object.create;var ad=Object.defineProperty;var Jc=Object.getOwnPropertyDescriptor;var zc=Object.getOwnPropertyNames;var $c=Object.getPrototypeOf,qc=Object.prototype.hasOwnProperty;var dd=i=>{throw TypeError(i)};var ai=(i,e)=>()=>(e||i((e={exports:{}}).exports,e),e.exports);var Kc=(i,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of zc(e))!qc.call(i,s)&&s!==t&&ad(i,s,{get:()=>e[s],enumerable:!(r=Jc(e,s))||r.enumerable});return i};var ld=(i,e,t)=>(t=i!=null?Gc($c(i)):{},Kc(e||!i||!i.__esModule?ad(t,"default",{value:i,enumerable:!0}):t,i));var Vo=(i,e,t)=>e.has(i)||dd("Cannot "+t);var n=(i,e,t)=>(Vo(i,e,"read from private field"),t?t.call(i):e.get(i)),l=(i,e,t)=>e.has(i)?dd("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),d=(i,e,t,r)=>(Vo(i,e,"write to private field"),r?r.call(i,t):e.set(i,t),t),h=(i,e,t)=>(Vo(i,e,"access private method"),t);var ud=(i,e,t,r)=>({set _(s){d(i,e,s,t)},get _(){return n(i,e,r)}});var ba=ai((Kb,Il)=>{var mp=Object.prototype.toString;Il.exports=function(e){if(e===void 0)return"undefined";if(e===null)return"null";var t=typeof e;if(t==="boolean")return"boolean";if(t==="string")return"string";if(t==="number")return"number";if(t==="symbol")return"symbol";if(t==="function")return yp(e)?"generatorfunction":"function";if(pp(e))return"array";if(kp(e))return"buffer";if(vp(e))return"arguments";if(hp(e))return"date";if(gp(e))return"error";if(fp(e))return"regexp";switch(xl(e)){case"Symbol":return"symbol";case"Promise":return"promise";case"WeakMap":return"weakmap";case"WeakSet":return"weakset";case"Map":return"map";case"Set":return"set";case"Int8Array":return"int8array";case"Uint8Array":return"uint8array";case"Uint8ClampedArray":return"uint8clampedarray";case"Int16Array":return"int16array";case"Uint16Array":return"uint16array";case"Int32Array":return"int32array";case"Uint32Array":return"uint32array";case"Float32Array":return"float32array";case"Float64Array":return"float64array"}if(bp(e))return"generator";switch(t=mp.call(e),t){case"[object Object]":return"object";case"[object Map Iterator]":return"mapiterator";case"[object Set Iterator]":return"setiterator";case"[object String Iterator]":return"stringiterator";case"[object Array Iterator]":return"arrayiterator"}return t.slice(8,-1).toLowerCase().replace(/\s/g,"")};function xl(i){return typeof i.constructor=="function"?i.constructor.name:null}function pp(i){return Array.isArray?Array.isArray(i):i instanceof Array}function gp(i){return i instanceof Error||typeof i.message=="string"&&i.constructor&&typeof i.constructor.stackTraceLimit=="number"}function hp(i){return i instanceof Date?!0:typeof i.toDateString=="function"&&typeof i.getDate=="function"&&typeof i.setDate=="function"}function fp(i){return i instanceof RegExp?!0:typeof i.flags=="string"&&typeof i.ignoreCase=="boolean"&&typeof i.multiline=="boolean"&&typeof i.global=="boolean"}function yp(i,e){return xl(i)==="GeneratorFunction"}function bp(i){return typeof i.throw=="function"&&typeof i.return=="function"&&typeof i.next=="function"}function vp(i){try{if(typeof i.length=="number"&&typeof i.callee=="function")return!0}catch(e){if(e.message.indexOf("callee")!==-1)return!0}return!1}function kp(i){return i.constructor&&typeof i.constructor.isBuffer=="function"?i.constructor.isBuffer(i):!1}});var El=ai((Xb,Tl)=>{"use strict";var Al=Symbol.prototype.valueOf,Cp=ba();function Pp(i,e){switch(Cp(i)){case"array":return i.slice();case"object":return Object.assign({},i);case"date":return new i.constructor(Number(i));case"map":return new Map(i);case"set":return new Set(i);case"buffer":return xp(i);case"symbol":return Ip(i);case"arraybuffer":return wp(i);case"float32array":case"float64array":case"int16array":case"int32array":case"int8array":case"uint16array":case"uint32array":case"uint8clampedarray":case"uint8array":return Fp(i);case"regexp":return Sp(i);case"error":return Object.create(i);default:return i}}function Sp(i){let e=i.flags!==void 0?i.flags:/\w+$/.exec(i)||void 0,t=new i.constructor(i.source,e);return t.lastIndex=i.lastIndex,t}function wp(i){let e=new i.constructor(i.byteLength);return new Uint8Array(e).set(new Uint8Array(i)),e}function Fp(i,e){return new i.constructor(i.buffer,i.byteOffset,i.length)}function xp(i){let e=i.length,t=Buffer.allocUnsafe?Buffer.allocUnsafe(e):Buffer.from(e);return i.copy(t),t}function Ip(i){return Al?Object(Al.call(i)):{}}Tl.exports=Pp});var Ol=ai((Zb,Rl)=>{"use strict";Rl.exports=function(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}});var Dl=ai((Qb,Ul)=>{"use strict";var Ap=Ol();function Ml(i){return Ap(i)===!0&&Object.prototype.toString.call(i)==="[object Object]"}Ul.exports=function(e){var t,r;return!(Ml(e)===!1||(t=e.constructor,typeof t!="function")||(r=t.prototype,Ml(r)===!1)||r.hasOwnProperty("isPrototypeOf")===!1)}});var Nl=ai((Yb,Bl)=>{"use strict";var Tp=El(),Ep=ba(),Rp=Dl();function va(i,e){switch(Ep(i)){case"object":return Op(i,e);case"array":return Mp(i,e);default:return Tp(i)}}function Op(i,e){if(typeof e=="function")return e(i);if(e||Rp(i)){let t=new i.constructor;for(let r in i)t[r]=va(i[r],e);return t}return i}function Mp(i,e){let t=new i.constructor(i.length);for(let r=0;r<i.length;r++)t[r]=va(i[r],e);return t}Bl.exports=va});var Ac=ai(wo=>{"use strict";wo.byteLength=dg;wo.toByteArray=ug;wo.fromByteArray=pg;var Ue=[],Se=[],ag=typeof Uint8Array<"u"?Uint8Array:Array,Xa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Zt=0,xc=Xa.length;Zt<xc;++Zt)Ue[Zt]=Xa[Zt],Se[Xa.charCodeAt(Zt)]=Zt;var Zt,xc;Se[45]=62;Se[95]=63;function Ic(i){var e=i.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=i.indexOf("=");t===-1&&(t=e);var r=t===e?0:4-t%4;return[t,r]}function dg(i){var e=Ic(i),t=e[0],r=e[1];return(t+r)*3/4-r}function lg(i,e,t){return(e+t)*3/4-t}function ug(i){var e,t=Ic(i),r=t[0],s=t[1],o=new ag(lg(i,r,s)),a=0,c=s>0?r-4:r,m;for(m=0;m<c;m+=4)e=Se[i.charCodeAt(m)]<<18|Se[i.charCodeAt(m+1)]<<12|Se[i.charCodeAt(m+2)]<<6|Se[i.charCodeAt(m+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return s===2&&(e=Se[i.charCodeAt(m)]<<2|Se[i.charCodeAt(m+1)]>>4,o[a++]=e&255),s===1&&(e=Se[i.charCodeAt(m)]<<10|Se[i.charCodeAt(m+1)]<<4|Se[i.charCodeAt(m+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function cg(i){return Ue[i>>18&63]+Ue[i>>12&63]+Ue[i>>6&63]+Ue[i&63]}function mg(i,e,t){for(var r,s=[],o=e;o<t;o+=3)r=(i[o]<<16&16711680)+(i[o+1]<<8&65280)+(i[o+2]&255),s.push(cg(r));return s.join("")}function pg(i){for(var e,t=i.length,r=t%3,s=[],o=16383,a=0,c=t-r;a<c;a+=o)s.push(mg(i,a,a+o>c?c:a+o));return r===1?(e=i[t-1],s.push(Ue[e>>2]+Ue[e<<4&63]+"==")):r===2&&(e=(i[t-2]<<8)+i[t-1],s.push(Ue[e>>10]+Ue[e>>4&63]+Ue[e<<2&63]+"=")),s.join("")}});var ee={APP:0,USER:1,UNSPECIFIED:2};import{Scope as Cg}from"@devvit/protos/json/reddit/devvit/app_permission/v1/app_permission.js";function p(i,e){if(i==null)throw Error(e??"Expected nonnullish value.")}import*as k from"@devvit/protos";import{Scope as en}from"@devvit/protos/json/reddit/devvit/app_permission/v1/app_permission.js";var _s=class{constructor(e){}};var Xc=/\.[a-zA-Z]{2,}$/;function cd(i){if(i.length>25)throw new Error("The size of requestedFetchDomains is limited to 25 domains.")}function md(i){let e=new Set;for(let t of i)try{if(!Xc.test(t))throw new Error("The domain does not have a valid top-level domain.");t.includes("://")||(t="http://"+t);let s=new URL(t).hostname.replace(/^www\./,"");e.add(s)}catch(r){throw new Error(`Failed to determine hostname from requested domain: '${t}'. ${r}`)}return Array.from(e)}import"@devvit/protos/json/devvit/events/v1alpha/events.js";import{DeletionReason as $g,EventSource as qg}from"@devvit/protos/json/devvit/events/v1alpha/events.js";import{CrowdControlLevel as Xg,DistinguishType as Zg}from"@devvit/protos/json/devvit/reddit/v2alpha/postv2.js";import{SubredditRating as Yg,SubredditType as eh}from"@devvit/protos/json/devvit/reddit/v2alpha/subredditv2.js";var ze;(function(i){i.Installation="installation",i.App="app"})(ze||(ze={}));function $e(i,e){if(!i)throw Error(e)}var pd;(function(i){i.COMMENT="t1_",i.ACCOUNT="t2_",i.LINK="t3_",i.MESSAGE="t4_",i.SUBREDDIT="t5_",i.AWARD="t6_"})(pd||(pd={}));function Ot(i,e=new Set){for(let t of i){if(t.type==="group"){Ot(t.fields,e);continue}let r=t.name;if(e.has(r))throw new Error(`Duplicate field name: ${r}`);e.add(r)}Zc(i)}function Zc(i){for(let e of i)if(e.type==="string"&&e.isSecret&&e.scope!==ze.App)throw`Invalid setting: only app settings can be secrets. Add "scope: SettingScope.App" to field "${e.name}"`}var qe=Object.freeze({INTERVAL:0,FORM:1,STATE:2,CHANNEL:3,WEB_VIEW:4});var vh=["3rd-party","activity","add-emoji","add","add-filter","add-media","add-to-feed","admin","ads","ai","align-center","align-left","align-right","all","ama","answers","appearance","approve","archived","aspect-ratio","aspect-rectangle","attach","audience","audio","author","automod","avatar-style","award","back","backup","ban","best","binoculars","block","blockchain","bold","boost","bot","bounce","brand-awareness","browse","browser","business","cake","calendar","camera","campaign","caret-down","caret-left","caret-right","caret-up","caret-updown","chat","chat-group","chat-new","chat-private","checkbox-dismiss","checkbox","checkmark","chrome","clear","client-list","close","closed-captioning","code-block","code-inline","coins-color-old","coins","collapse-left","collapse-right","collectible-expressions","collection","comment","comments","communities","community","confidence","contest","controversial","conversion","copy-clipboard","crop","crosspost","crowd-control","custom-feed","customize","dashboard","day","delete-column","delete","delete-row","devvit","discover","dismiss-all","distinguish","down-arrow","down","download","downvote","downvotes","drag","drugs","duplicate","edit","effect","embed","emoji","end-live-chat","error","expand-left","expand-right","external","feed-video","filter","fork","format","forward","funnel","gif-post","gold","hashtag","heart","help","hide","history","home","hot","ignore-reports","image-post","inbox","info","insert-column-left","insert-column-right","insert-row-above","insert-row-below","internet","invite","italic","join","joined","jump-down","jump-up","karma","keyboard","kick","language","leave","left","link","link-post","list-bulleted","list-numbered","live-chat","live","load","location","lock","logout","loop","macro","mark-read","marketplace","mask","media-gallery","meme","menu","merge","message","mic","mic-mute","mod","mod-mail","mod-mode","mod-mute","mod-overflow","mod-queue","mod-unmute","music","mute","new","new-guide","night","no-internet","notification","notification-frequent","notification-off","nsfw-alt","nsfw","nsfw-language","nsfw-violence","official","original","overflow-caret","overflow-horizontal","overflow-vertical","partner-community","pause","payment","peace","pending-posts","phone","pin","planet","play","poll-post","popular","posts","powerup","predictions","premium","privacy","profile","qa","qr-code","quarantined","quote","r-slash","radar","radio-button","raise-hand","random","ratings-everyone","ratings-mature","ratings-nsfw","ratings-violence","recovery-phrase","refresh","removal-reasons","remove","reply","report","reverse","rich-text","right","rising","rotate","rotate-image","rpan","rules","safari","save","save-view","saved","saved-response","search","self","send","settings","severity","share","share-new","show","side-menu","skipback10","skipforward10","sort-az","sort","sort-price","sort-za","spam","spoiler","sponsored","spreadsheet","star","statistics","status-live","sticker","strikethrough","subtract","superscript","swap-camera","swipe-back","swipe-down","swipe","swipe-up","table","tag","tap","telescope","text","text-post","text-size","toggle","tools","top","topic-activism","topic-addictionsupport","topic-advice","topic-animals","topic-anime","topic-art","topic-beauty","topic-business","topic-careers","topic-cars","topic-celebrity","topic-craftsdiy","topic-crypto","topic-culture","topic-diy","topic-entertainment","topic-ethics","topic-family","topic-fashion","topic","topic-fitness","topic-food","topic-funny","topic-gender","topic-health","topic-help","topic-history","topic-hobbies","topic-homegarden","topic-internet","topic-law","topic-learning","topic-lifestyle","topic-marketplace","topic-mature","topic-mensfashion","topic-menshealth","topic-meta","topic-military","topic-movies","topic-music","topic-news","topic-other","topic-outdoors","topic-pets","topic-photography","topic-places","topic-podcasts","topic-politics","topic-programming","topic-reading","topic-religion","topic-science","topic-sexorientation","topic-sports","topic-style","topic-tabletop","topic-technology","topic-television","topic-traumasupport","topic-travel","topic-videogaming","topic-womensfashion","topic-womenshealth","translate","translation-off","trim","u-slash","unban","undo","unheart","unlock","unmod","unpin","unstar","unverified","up-arrow","up","upload","upvote","upvotes","user","user-note","users","vault","verified","video-camera","video-feed","video-live","video-post","video-thread","video-transcription","view-card","view-classic","view-compact","view-grid","view-sort","views","volume","wallet","warning","webhook","whale","wiki-ban","wiki","wiki-unban","world","coins-color","powerup-color","powerup-fill-color","share-android","share-ios","video-live-1","video-live-fill-1"];import{DeletionReason as Sh,EventSource as wh}from"@devvit/protos";import{AppSettingsDefinition as Pm,GetFieldsResponse as Sm}from"@devvit/protos";import{FormFieldType as fe}from"@devvit/protos";function Ne(i){return i.map(e=>{switch(e.type){case"string":return Qc(e);case"image":return Yc(e);case"paragraph":return em(e);case"number":return tm(e);case"select":return im(e);case"boolean":return rm(e);case"group":return nm(e);default:throw new Error("Unknown field type.")}})}function Qc(i){return{defaultValue:{fieldType:fe.STRING,stringValue:i.defaultValue},disabled:i.disabled,fieldConfig:{stringConfig:{placeholder:i.placeholder}},fieldId:i.name,fieldType:fe.STRING,helpText:i.helpText,label:i.label,required:i.required,isSecret:i.isSecret}}function Yc(i){return{disabled:i.disabled,fieldId:i.name,fieldType:fe.IMAGE,helpText:i.helpText,label:i.label,required:i.required}}function em(i){return{defaultValue:{fieldType:fe.PARAGRAPH,stringValue:i.defaultValue},disabled:i.disabled,fieldConfig:{paragraphConfig:{lineHeight:i.lineHeight,placeholder:i.placeholder}},fieldId:i.name,fieldType:fe.PARAGRAPH,helpText:i.helpText,label:i.label,required:i.required}}function tm(i){return{defaultValue:{fieldType:fe.NUMBER,numberValue:i.defaultValue},disabled:i.disabled,fieldConfig:{numberConfig:{}},fieldId:i.name,fieldType:fe.NUMBER,helpText:i.helpText,label:i.label,required:i.required}}function im(i){return{defaultValue:{fieldType:fe.SELECTION,selectionValue:{values:i.defaultValue??[]}},disabled:i.disabled,fieldConfig:{selectionConfig:{choices:i.options,multiSelect:i.multiSelect}},fieldId:i.name,fieldType:fe.SELECTION,helpText:i.helpText,label:i.label,required:i.required}}function rm(i){return{defaultValue:{fieldType:fe.BOOLEAN,boolValue:i.defaultValue},disabled:i.disabled,fieldId:i.name,fieldType:fe.BOOLEAN,helpText:i.helpText,label:i.label}}function nm(i){return{fieldId:"",fieldType:fe.GROUP,fieldConfig:{groupConfig:{fields:Ne(i.fields)}},label:i.label,helpText:i.helpText}}function O(i,e){u.prototype[i]=e}import{ValidateFormResponse as Cm}from"@devvit/protos";import{RealtimeSubscriptionStatus as hd}from"@devvit/protos";var P=Object.freeze({Actor:"devvit-actor",App:"devvit-app",AppUser:"devvit-app-user",AppViewerAuthToken:"devvit-app-viewer-authorization",Caller:"devvit-caller",CallerPortID:"devvit-caller-port-id",Canary:"devvit-canary",Debug:"devvit-debug",GQLHost:"devvit-gql-host",Installation:"devvit-installation",ModPermissions:"devvit-mod-permissions",Post:"devvit-post",PostAuthor:"devvit-post-author",PostData:"devvit-post-data",R2Auth:"devvit-sec-authorization",R2Host:"devvit-r2-host",RemoteHostname:"devvit-remote-hostname",SettingsUri:"devvit-sec-settings-uri",StreamID:"devvit-stream-id",Subreddit:"devvit-subreddit",SubredditName:"devvit-subreddit-name",TraceID:"devvit-trace-id",User:"devvit-user",Username:"devvit-user-name",UserSnoovatarUrl:"devvit-user-snoovatar-url",UserAgent:"devvit-user-agent",Version:"devvit-version",Language:"devvit-accept-language",Timezone:"devvit-accept-timezone",Traceparent:"traceparent",AppDependencies:"devvit-app-dependencies"});var gd;(function(i){i.Blocks="blocks",i.EmitSnapshots="emitSnapshots",i.EmitState="emitState",i.Realtime="realtime",i.Runtime="runtime",i.Surface="surface",i.UseAsync="useAsync",i.Payments="payments",i.Bootstrap="bootstrap",i.WebView="webView"})(gd||(gd={}));function fd(i){function e(t){let s=i.currentHookIndex,o=i.getCurrentComponentState(),a=i.getPreviousComponentState(),c=i.metadata[P.App]?.values[0];p(c,"useChannel - app is missing from Context");let m=i.metadata[P.Installation]?.values[0];p(m,"useChannel - installation is missing from Context");async function y(N){let B=o[s].channel;if(o[s].active)if(o[s].connected)await i.realtime.send(B,N);else throw Error(`Failed to send to channel '${B}'; it is active but not yet connected`);else throw Error(`Cannot send a message over inactive channel: ${B}`)}function v(){if(!o[s].active){let N=o[s].channel;o[s].active=!0,i.addRealtimeChannel(N)}}function f(){if(o[s].active){let N=o[s].channel;o[s].active=!1,i.removeRealtimeChannel(N)}}function S(N){return async()=>{let B;switch(N.status){case hd.REALTIME_SUBSCRIBED:o[s].connected=!0,B=t.onSubscribed?.();break;case hd.REALTIME_UNSUBSCRIBED:o[s].connected=!1,B=t.onUnsubscribed?.();break;default:B=t.onMessage(N.event?.data?.msg);break}await B}}let b={channel:`${c}:${m}:${t.name}`,active:!1,connected:!1,preventCallback:!1,type:qe.CHANNEL};s in o?b=o[s]:s in a&&(b=a[s]);let _=i.realtimeEvent;i.isInitialRender?b.active=!1:_&&b.active&&_.event.channel===b.channel&&(b.preventCallback||i.runHook(S(_)),i.rerenderIn(0)),o[s]=b,i.currentHookIndex++;let I=0;return b.active&&b.connected?I=2:b.active&&!b.connected?I=1:!b.active&&b.connected?I=3:!b.active&&!b.connected&&(I=4),{subscribe:v,unsubscribe:f,send:y,status:I}}return e}import{FormFieldType as di}from"@devvit/protos";function Wo(i){switch(i.fieldType){case di.STRING:return i.stringValue;case di.IMAGE:return i.stringValue;case di.PARAGRAPH:return i.stringValue;case di.NUMBER:return i.numberValue;case di.BOOLEAN:return i.boolValue;case di.SELECTION:return i.selectionValue?.values??[];default:return}}function Ke(i){return Object.keys(i).reduce((e,t)=>{let r=Wo(i[t]);return r!==void 0&&(e[t]=r),e},{})}function yd(i){function e(t,r){let s=i.currentHookIndex,o=i.getCurrentComponentKey(),a=i.getCurrentComponentState(),c=i.getPreviousComponentState(),m=`form.hook.${o}.${s}`,y={formKey:m,preventSubmit:!1,type:qe.FORM};s in a?y=a[s]:s in c&&(y=c[s]),a[s]=y,i.forms.set(m,t);let v=i.formSubmittedEvent;return v&&!y.preventSubmit&&v.formId===m&&i.runHook(async()=>{let f=r(Ke(v.results));f&&f instanceof Promise&&await f,i.rerenderIn(0)}),a[s].preventSubmit=!1,i.currentHookIndex++,m}return e}function bd(i){function e(t,r){let s=i.currentHookIndex,o=i.getCurrentComponentState(),a=i.getPreviousComponentState(),c=100,m=Math.max(c,r),y={lastRun:void 0,running:!1,preventCallback:!1,type:qe.INTERVAL};s in o?y=o[s]:s in a&&(y=a[s]);function v(){r<c&&console.error(`useInterval delay must be at least ${c}ms. Your interval of ${r}ms was automatically extended.`);for(let[S,b]of Object.entries(o))if(S!==s.toString()&&b?.type===qe.INTERVAL&&b?.running)throw new Error("Only one useInterval hook may be running at a time");o[s]={running:!0,lastRun:o[s]?.lastRun??Date.now(),preventCallback:!1,type:qe.INTERVAL},i.rerenderIn(m)}function f(){o[s].running=!1,o[s].lastRun=void 0,o[s].preventCallback=!1}return i.isEffectRender&&y.running&&(y.preventCallback||(y.lastRun===void 0||y.lastRun+m<Date.now())&&i.runHook(async()=>{let S=t();S&&S instanceof Promise&&await S,y.lastRun=Date.now()}),i.rerenderIn(m)),y.preventCallback=!1,o[s]=y,i.currentHookIndex++,{start:v,stop:f}}return e}function vd(i){function e(t){let r=i.currentHookIndex,s=i.getCurrentComponentState(),o=i.getPreviousComponentState();if(r in s)return i.currentHookIndex++,[s[r],a];if(i.isInitialRender||!(r in o)){let c=t instanceof Function?t():t;if(c instanceof Promise)throw(async()=>{s[r]=await c,i.currentHookIndex=0})();s[r]=c}else s[r]=o[r];function a(c){if(i.isRendering)throw new Error("Cannot call setState while rendering.");s[r]=c instanceof Function?c(s[r]):c}return i.currentHookIndex++,[s[r],a]}return e}var $o={now(){return new Date}};function kd(i){return`__autocache__${i}`}function Cd(i){return`__lock__${i}`}var om=300,am=1e3,Hs=5e3,Go=3,Pd=.1,Sd=1e3,dm=3e4;function wd(i){if(i.error)throw new Error(i.error);return i.value}var Xe,Ze,ye,li,z,Fd,xd,Id,Jo,Ad,Td,zo,Ed,js=class{constructor(e,t,r=$o){l(this,z);l(this,Xe);l(this,Ze,{});l(this,ye);l(this,li);d(this,Xe,e),d(this,li,t),d(this,ye,r)}async cache(e,t){d(this,Ze,n(this,li).__cache=n(this,li).__cache??{}),h(this,z,Ed).call(this,t);let r=h(this,z,Fd).call(this,t.key);if(r!==void 0)return r;let s=await h(this,z,zo).call(this,t.key),o=await h(this,z,xd).call(this,t,s,e);return wd(o)}};Xe=new WeakMap,Ze=new WeakMap,ye=new WeakMap,li=new WeakMap,z=new WeakSet,Fd=function(e){let t=n(this,Ze)[e];if(t){let r=n(this,ye).now().getTime(),s=t?.error&&t?.errorTime&&t.errorCount<Go&&Math.random()<Pd&&t.errorTime+Sd<r;if(t?.expires&&t.expires<r&&t.checkedAt+Sd<r||s){delete n(this,Ze)[e];return}else return wd(t)}},xd=async function(e,t,r){let s=t?.expires,o=s?h(this,z,Td).call(this,s):1;return!t||t?.error&&t.errorCount<Go&&Pd>Math.random()||o>Math.random()?h(this,z,Id).call(this,e,t,r):t},Id=async function(e,t,r){let s=Cd(e.key),o=n(this,ye).now().getTime(),a=new Date(o+e.ttl/2);if(await n(this,Xe).set(s,"1",{expiration:a,nx:!0}))return h(this,z,Ad).call(this,e.key,t,r,e.ttl);if(t)return t;{let m=n(this,ye).now();return h(this,z,Jo).call(this,m,e.key,e.ttl)}},Jo=async function(e,t,r){let s=Math.min(r,am),o=await h(this,z,zo).call(this,t);if(o)return o;if(n(this,ye).now().getTime()-e.getTime()>=s)throw new Error(`Cache request timed out trying to get data at key: ${t}`);return await new Promise(a=>setTimeout(a,om)),h(this,z,Jo).call(this,e,t,r)},Ad=async function(e,t,r,s){let o=n(this,ye).now().getTime()+s;t=t??{value:null,expires:o,errorCount:0,error:null,errorTime:null,checkedAt:0};try{t.value=await r(),t.error=null,t.errorCount=0,t.errorTime=null}catch(a){t.value=null,t.error=a.message??"Unknown error",t.errorTime=n(this,ye).now().getTime(),t.errorCount++}return n(this,Ze)[e]=t,await n(this,Xe).set(kd(e),JSON.stringify(t),{expiration:new Date(o+dm)}),t.error&&t.errorCount<Go&&await n(this,Xe).del(Cd(e)),t},Td=function(e){let t=n(this,ye).now().getTime(),r=e-t;return r<0?1:r<1e3?.1:r<2e3?.01:r<3e3?.001:0},zo=async function(e){let t=await n(this,Xe).get(kd(e));if(t){let r=JSON.parse(t);return r.checkedAt=n(this,ye).now().getTime(),n(this,Ze)[e]=r,r}},Ed=function(e){e.ttl<Hs&&(console.warn(`Cache TTL cannot be less than ${Hs} milliseconds! Updating ttl value of ${e.ttl} to ${Hs}.`),e.ttl=Hs)};function Rd(i,e,t=$o){let r=new js(i,e,t);return r.cache.bind(r)}function Od(i){new URL(i.slice(0,i.indexOf(",")))}var ui,mi,Md,Ud,ci=class{constructor(){l(this,mi);l(this,ui,{});d(this,ui,u.webViewAssets)}getURL(e,t){return typeof e=="string"?h(this,mi,Md).call(this,e,t??{webView:!1}):h(this,mi,Ud).call(this,e,t??{webView:!1})}};ui=new WeakMap,mi=new WeakSet,Md=function(e,t){let r=t.webView?n(this,ui)[e]:u.assets[e];if(r)return r;try{return Od(e),e}catch{return""}},Ud=function(e,t){let r={},s=[],o=t.webView?n(this,ui):u.assets;if(o)for(let a of e)if(o[a])r[a]=o[a];else try{Od(a),r[a]=a}catch{s.push(a)}else s=e;if(s.length>0)throw new Error(`The following assets were missing from the assets list: ${s.join(", ")}`);return r};var Qe,pi=class{constructor(e){l(this,Qe);d(this,Qe,e)}async get(e){let{messages:t}=await u.kvStorePlugin.Get({keys:[e]},n(this,Qe));try{if(t[e])return JSON.parse(t[e])}catch{return}}async put(e,t){let r={};r[e]=JSON.stringify(t),await u.kvStorePlugin.Put({messages:r},n(this,Qe))}async delete(e){await u.kvStorePlugin.Del({keys:[e]},n(this,Qe))}async list(){let{keys:e}=await u.kvStorePlugin.List({filter:"*"},n(this,Qe));return e}};Qe=new WeakMap;var Mr,gi=class{constructor(e){l(this,Mr);d(this,Mr,e)}async upload(e){let t=await u.mediaPlugin.Upload(e,n(this,Mr));if(!t.mediaId)throw new Error("unable to get mediaId via uploads");return{mediaId:t.mediaId,mediaUrl:t.mediaUrl}}};Mr=new WeakMap;var Ur,hi=class{constructor(e){l(this,Ur);d(this,Ur,e)}async add(e){await u.modLogPlugin.Add(e,n(this,Ur))}};Ur=new WeakMap;var Dr,fi=class{constructor(e){l(this,Dr);d(this,Dr,e)}async send(e,t){await u.realtimePlugin.Send({channel:e,data:{msg:t}},n(this,Dr))}};Dr=new WeakMap;import"@devvit/protos";var Dd=(a=>(a.COMMENT="t1_",a.ACCOUNT="t2_",a.LINK="t3_",a.MESSAGE="t4_",a.SUBREDDIT="t5_",a.AWARD="t6_",a))(Dd||{});function Ye(i){return i.startsWith("t1_")}function Vs(i){return i.startsWith("t2_")}function Mt(i){return i.startsWith("t3_")}function Bd(i){return i.startsWith("t4_")}function Nd(i){return i.startsWith("t5_")}function Ld(i){return i.startsWith("t6_")}function lm(i){$e(Ye(i),`Expected comment id to start with t1_, got ${i}}`)}function um(i){$e(Vs(i),`Expected account id to start with t2_, got ${i}}`)}function cm(i){$e(Mt(i),`Expected link id to start with t3_, got ${i}}`)}function mm(i){$e(Bd(i),`Expected message id to start with t4_, got ${i}}`)}function pm(i){$e(Nd(i),`Expected subreddit id to start with t5_, got ${i}}`)}function gm(i){$e(Ld(i),`Expected award id to start with t6_, got ${i}}`)}function yi(i){return lm(i),i}function te(i){return um(i),i}function de(i){return cm(i),i}function hm(i){return mm(i),i}function K(i){return pm(i),i}function fm(i){return gm(i),i}function be(i){if(Ye(i))return yi(i);if(Vs(i))return te(i);if(Mt(i))return de(i);if(Bd(i))return hm(i);if(Nd(i))return K(i);if(Ld(i))return fm(i);throw new Error(`Expected thing id to start with ${Object.values(Dd).join(", ")} got ${i}}`)}function qo(i){return Ye(i)}var g,Br,Nr,Lr,bi=class{constructor(e){l(this,g);l(this,Br);l(this,Nr);l(this,Lr);d(this,g,e),d(this,Br,new Gs(e))}get modMail(){return n(this,Br)}getSubredditById(e){return le.getById(be(e),n(this,g))}getSubredditInfoById(e){return jd(e,n(this,g))}getSubredditByName(e){return le.getByName(e,n(this,g))}getSubredditInfoByName(e){return Vd(e,n(this,g))}addSubredditRemovalReason(e,t){return le.addRemovalReason(e,t.title,t.message,n(this,g))}getSubredditRemovalReasons(e){return le.getRemovalReasons(e,n(this,g))}async getCurrentSubredditName(){let e=n(this,g)?.[P.SubredditName]?.values[0];if(e)return e;let t=n(this,g)?.[P.Subreddit]?.values[0],r=await Ko(K(t),n(this,g));if(!r)throw new Error("Couldn't get current subreddit's name");return r}async getCurrentSubreddit(){let e=await le.getFromMetadata(n(this,g));if(!e)throw new Error("Couldn't get current subreddit");return e}getPostById(e){return G.getById(be(e),n(this,g))}submitPost(e){return G.submit(e,n(this,g))}crosspost(e){return G.crosspost(e,n(this,g))}getUserById(e){return C.getById(be(e),n(this,g))}getUserByUsername(e){return C.getByUsername(e,n(this,g))}async getCurrentUsername(){return n(this,Lr)??d(this,Lr,_d(n(this,g))),n(this,Lr)}async getCurrentUser(){return n(this,Nr)??d(this,Nr,this.getCurrentUsername().then(e=>e?C.getByUsername(e,n(this,g)):void 0)),n(this,Nr)}getAppUser(){return C.getFromMetadata(P.AppUser,n(this,g))}async getSnoovatarUrl(e){let t=await this.getCurrentUsername();if(t&&e===t){let r=n(this,g)?.[P.UserSnoovatarUrl]?.values[0];if(r)return r}return C.getSnoovatarUrl(e,n(this,g))}getCommentById(e){return Y.getById(be(e),n(this,g))}getComments(e){return Y.getComments(e,n(this,g))}getCommentsByUser(e){return Y.getCommentsByUser(e,n(this,g))}submitComment(e){return Y.submit({...e,id:be(e.id)},n(this,g))}getControversialPosts(e){return G.getControversialPosts(e,n(this,g))}getTopPosts(e){return G.getTopPosts(e,n(this,g))}getHotPosts(e){return G.getHotPosts(e,n(this,g))}getNewPosts(e){return G.getNewPosts(e,n(this,g))}getRisingPosts(e){return G.getRisingPosts(e,n(this,g))}getPostsByUser(e){return G.getPostsByUser(e,n(this,g))}getCommentsAndPostsByUser(e){return C.getOverview(e,n(this,g))}getModerationLog(e){return Ws(e,n(this,g))}getApprovedUsers(e){return C.getSubredditUsersByType({type:"contributors",...e},n(this,g))}approveUser(e,t){return C.createRelationship({username:e,subredditName:t,type:"contributor"},n(this,g))}removeUser(e,t){return C.removeRelationship({username:e,subredditName:t,type:"contributor"},n(this,g))}getWikiContributors(e){return C.getSubredditUsersByType({type:"wikicontributors",...e},n(this,g))}addWikiContributor(e,t){return C.createRelationship({username:e,subredditName:t,type:"wikicontributor"},n(this,g))}removeWikiContributor(e,t){return C.removeRelationship({username:e,subredditName:t,type:"wikicontributor"},n(this,g))}getBannedUsers(e){return C.getSubredditUsersByType({type:"banned",...e},n(this,g))}banUser(e){return C.createRelationship({username:e.username,subredditName:e.subredditName,type:"banned",banReason:e.reason,banMessage:e.message,note:e.note,duration:e.duration,banContext:e.context},n(this,g))}unbanUser(e,t){return C.removeRelationship({username:e,subredditName:t,type:"banned"},n(this,g))}getBannedWikiContributors(e){return C.getSubredditUsersByType({type:"wikibanned",...e},n(this,g))}banWikiContributor(e){return C.createRelationship({...e,type:"wikibanned"},n(this,g))}unbanWikiContributor(e,t){return C.removeRelationship({username:e,subredditName:t,type:"wikibanned"},n(this,g))}getModerators(e){return C.getSubredditUsersByType({type:"moderators",...e},n(this,g))}inviteModerator(e){return C.createRelationship({type:"moderator_invite",subredditName:e.subredditName,username:e.username,permissions:e.permissions??[]},n(this,g))}revokeModeratorInvite(e,t){return C.removeRelationship({username:e,subredditName:t,type:"moderator_invite"},n(this,g))}removeModerator(e,t){return C.removeRelationship({type:"moderator",subredditName:t,username:e},n(this,g))}setModeratorPermissions(e,t,r){return C.setModeratorPermissions(e,t,r,n(this,g))}getMutedUsers(e){return C.getSubredditUsersByType({type:"muted",...e},n(this,g))}muteUser(e){return C.createRelationship({...e,type:"muted"},n(this,g))}unmuteUser(e,t){return C.removeRelationship({username:e,subredditName:t,type:"muted"},n(this,g))}getModNotes(e){return ve.get(e,n(this,g))}deleteModNote(e){return ve.delete(e,n(this,g))}addModNote(e){let t={...e,redditId:e.redditId?be(e.redditId):void 0};return ve.add(t,n(this,g))}addRemovalNote(e){return ve.addRemovalNote(e,n(this,g))}async sendPrivateMessage(e){return Ut.send(e,n(this,g))}async sendPrivateMessageAsSubreddit(e){return Ut.sendAsSubreddit(e,n(this,g))}async approve(e){if(Ye(e))return Y.approve(e,n(this,g));if(Mt(e))return G.approve(e,n(this,g));throw new Error("id must start with either t1_ or t3_")}async remove(e,t){if(Ye(e))return Y.remove(e,t,n(this,g));if(Mt(e))return G.remove(e,t,n(this,g));throw new Error("id must start with either t1_ or t3_")}async getPostFlairTemplates(e){return ne.getPostFlairTemplates(e,n(this,g))}async getUserFlairTemplates(e){return ne.getUserFlairTemplates(e,n(this,g))}async createPostFlairTemplate(e){return ne.createPostFlairTemplate(e,n(this,g))}async createUserFlairTemplate(e){return ne.createUserFlairTemplate(e,n(this,g))}async editFlairTemplate(e){return ne.editFlairTemplate(e,n(this,g))}async deleteFlairTemplate(e,t){return ne.deleteFlairTemplate(e,t,n(this,g))}async setUserFlair(e){return ce.setUserFlair(e,n(this,g))}async setUserFlairBatch(e,t){return ce.setUserFlairBatch(e,t,n(this,g))}async removeUserFlair(e,t){return ce.removeUserFlair(e,t,n(this,g))}async setPostFlair(e){return ce.setPostFlair(e,n(this,g))}async removePostFlair(e,t){return ce.removePostFlair(e,de(t),n(this,g))}async getWidgets(e){return ie.getWidgets(e,n(this,g))}async deleteWidget(e,t){return ie.delete(e,t,n(this,g))}async addWidget(e){return ie.add(e,n(this,g))}async reorderWidgets(e,t){return ie.reorder(e,t,n(this,g))}async getWikiPage(e,t){return ue.getPage(e,t,n(this,g))}async getWikiPages(e){return ue.getPages(e,n(this,g))}async createWikiPage(e){return ue.createPage(e,n(this,g))}async updateWikiPage(e){return ue.updatePage(e,n(this,g))}getWikiPageRevisions(e){return ue.getPageRevisions(e,n(this,g))}async revertWikiPage(e,t,r){return ue.revertPage(e,t,r,n(this,g))}async getWikiPageSettings(e,t){return ue.getPageSettings(e,t,n(this,g))}async updateWikiPageSettings(e){return ue.updatePageSettings(e,n(this,g))}async addEditorToWikiPage(e,t,r){return ue.addEditor(e,t,r,n(this,g))}async removeEditorFromWikiPage(e,t,r){return ue.removeEditor(e,t,r,n(this,g))}getMessages(e){return Ut.getMessages(e,n(this,g))}markAllMessagesAsRead(){return Ut.markAllAsRead(n(this,g))}report(e,t){return u.redditAPIPlugins.LinksAndComments.Report({reason:t.reason,thingId:e.id,srName:e.subredditName,usernames:e.authorName},n(this,g))}getModQueue(e){return le.aboutLocation({...e,location:"modqueue"},n(this,g))}getReports(e){return le.aboutLocation({...e,location:"reports"},n(this,g))}getSpam(e){return le.aboutLocation({...e,location:"spam"},n(this,g))}getUnmoderated(e){return le.aboutLocation({...e,location:"unmoderated"},n(this,g))}getEdited(e){return le.aboutLocation({...e,location:"edited"},n(this,g))}getVaultByAddress(e){return Jd(e,n(this,g))}getVaultByUserId(e){return zd(be(e),n(this,g))}getSubredditLeaderboard(e){return Wd(e,n(this,g))}getSubredditStyles(e){return Gd(e,n(this,g))}async subscribeToCurrentSubreddit(){let e=await this.getCurrentSubreddit();await u.redditAPIPlugins.Subreddits.Subscribe({action:"sub",actionSource:"",srName:e.name,sr:"",skipInitialDefaults:!0},n(this,g))}async unsubscribeFromCurrentSubreddit(){let e=await this.getCurrentSubreddit();await u.redditAPIPlugins.Subreddits.Subscribe({action:"unsub",actionSource:"",srName:e.name,sr:"",skipInitialDefaults:!1},n(this,g))}};g=new WeakMap,Br=new WeakMap,Nr=new WeakMap,Lr=new WeakMap;import{BitfieldOverflowBehavior as Xo,RedisKeyScope as Zo}from"@devvit/protos";function _r(i){return i&&typeof i=="object"&&"message"in i&&i.message!==void 0&&typeof i.message=="string"?i.message.includes("redis: nil"):!1}var A,T,E,Qo=class{constructor(e,t,r){l(this,A);l(this,T);l(this,E);d(this,A,e),d(this,T,t),d(this,E,r)}async get(e){return await n(this,A).Get({key:e,transactionId:n(this,T)},n(this,E)),this}async multi(){await n(this,A).Multi(n(this,T),n(this,E))}async set(e,t,r){let s;return r?.expiration&&(s=Math.floor((r.expiration.getTime()-Date.now())/1e3),s<1&&(s=1)),await n(this,A).Set({key:e,value:t,nx:r?.nx===!0,xx:r?.xx===!0,expiration:s||0,transactionId:n(this,T)},n(this,E)),this}async del(...e){return await n(this,A).Del({keys:e,transactionId:n(this,T)},n(this,E)),this}async type(e){return await n(this,A).Type({key:e,transactionId:n(this,T)},n(this,E)),this}async exec(){let e=await n(this,A).Exec(n(this,T),n(this,E)),t=[];for(let r of e.response)r.members?t.push(r.members):r.nil!==void 0?t.push(null):r.num!==void 0?t.push(r.num):r.values!==void 0?t.push(r.values.values):r.str!==void 0?t.push(r.str):r.dbl!==void 0?t.push(r.dbl):r.bool!==void 0&&t.push(r.bool);return t}async discard(){await n(this,A).Discard(n(this,T),n(this,E))}async watch(...e){return await n(this,A).Watch({keys:e,transactionId:n(this,T)},n(this,E)),this}async unwatch(){return await n(this,A).Unwatch(n(this,T),n(this,E)),this}async getRange(e,t,r){return await n(this,A).GetRange({key:e,start:t,end:r,transactionId:n(this,T)},n(this,E)),this}async setRange(e,t,r){return await n(this,A).SetRange({key:e,offset:t,value:r,transactionId:n(this,T)},n(this,E)),this}async strlen(e){return this.strLen(e)}async strLen(e){return await n(this,A).Strlen({key:e,transactionId:n(this,T)},n(this,E)),this}async mget(e){return this.mGet(e)}async mGet(e){return await n(this,A).MGet({keys:e,transactionId:n(this,T)},n(this,E)),this}async mset(e){return this.mSet(e)}async mSet(e){let t=Object.entries(e).map(([r,s])=>({key:r,value:s}));return await n(this,A).MSet({kv:t,transactionId:n(this,T)},n(this,E)),this}async incrBy(e,t){return await n(this,A).IncrBy({key:e,value:t,transactionId:n(this,T)},n(this,E)),this}async expire(e,t){return await n(this,A).Expire({key:e,seconds:t,transactionId:n(this,T)},n(this,E)),this}async expireTime(e){return await n(this,A).ExpireTime({key:e,transactionId:n(this,T)},n(this,E)),this}async zAdd(e,...t){return await n(this,A).ZAdd({key:e,members:t,transactionId:n(this,T)},n(this,E)),this}async zScore(e,t){return await n(this,A).ZScore({key:{key:e,transactionId:n(this,T)},member:t},n(this,E)),this}async zRank(e,t){return await n(this,A).ZRank({key:{key:e,transactionId:n(this,T)},member:t},n(this,E)),this}async zIncrBy(e,t,r){return await n(this,A).ZIncrBy({key:e,member:t,value:r,transactionId:n(this,T)},n(this,E)),this}async zScan(e,t,r,s){let o={key:e,cursor:t,pattern:r,count:s,transactionId:n(this,T)};return await n(this,A).ZScan(o,n(this,E)),this}async zCard(e){return await n(this,A).ZCard({key:e,transactionId:n(this,T)},n(this,E)),this}async zRange(e,t,r,s){let o={rev:!1,byLex:!1,byScore:!1,offset:0,count:1e3};if(s?.reverse&&(o.rev=s.reverse),s?.by==="lex"?o.byLex=!0:s?.by==="score"&&(o.byScore=!0),s?.limit)if(o.byLex||o.byScore)o.offset=s.limit.offset,o.count=s.limit.count;else throw new Error("zRange parsing error: 'limit' only allowed when 'options.by' is 'lex' or 'score'");return await n(this,A).ZRange({key:{key:e,transactionId:n(this,T)},start:t+"",stop:r+"",...o},n(this,E)),this}async zRem(e,t){return await n(this,A).ZRem({key:{key:e,transactionId:n(this,T)},members:t},n(this,E)),this}async zRemRangeByLex(e,t,r){return await n(this,A).ZRemRangeByLex({key:{key:e,transactionId:n(this,T)},min:t,max:r},n(this,E)),this}async zRemRangeByRank(e,t,r){return await n(this,A).ZRemRangeByRank({key:{key:e,transactionId:n(this,T)},start:t,stop:r},n(this,E)),this}async zRemRangeByScore(e,t,r){return await n(this,A).ZRemRangeByScore({key:{key:e,transactionId:n(this,T)},min:t,max:r},n(this,E)),this}async hgetall(e){return this.hGetAll(e)}async hGetAll(e){return await n(this,A).HGetAll({key:e,transactionId:n(this,T)},n(this,E)),this}async hget(e,t){return this.hGet(e,t)}async hGet(e,t){return await n(this,A).HGet({key:e,field:t,transactionId:n(this,T)},n(this,E)),this}async hMGet(e,t){return await n(this,A).HMGet({key:e,fields:t,transactionId:n(this,T)},n(this,E)),this}async hset(e,t){return this.hSet(e,t)}async hSet(e,t){let r=Object.entries(t).map(([s,o])=>({field:s,value:o}));return await n(this,A).HSet({key:e,fv:r,transactionId:n(this,T)},n(this,E)),this}async hincrby(e,t,r){return this.hIncrBy(e,t,r)}async hIncrBy(e,t,r){return await n(this,A).HIncrBy({key:e,field:t,value:r,transactionId:n(this,T)},n(this,E)),this}async hdel(e,t){return this.hDel(e,t)}async hDel(e,t){return await n(this,A).HDel({key:e,fields:t,transactionId:n(this,T)},n(this,E)),this}async hscan(e,t,r,s){return this.hScan(e,t,r,s)}async hScan(e,t,r,s){let o={key:e,cursor:t,pattern:r,count:s,transactionId:n(this,T)};return await n(this,A).HScan(o,n(this,E)),this}async hkeys(e){return this.hKeys(e)}async hKeys(e){return await n(this,A).HKeys({key:e,transactionId:n(this,T)},n(this,E)),this}async hlen(e){return this.hLen(e)}async hLen(e){return await n(this,A).HLen({key:e,transactionId:n(this,T)},n(this,E)),this}};A=new WeakMap,T=new WeakMap,E=new WeakMap;var w,vi,Yo=class Yo{constructor(e,t=void 0,r=Zo.INSTALLATION){l(this,w);l(this,vi);d(this,w,e),d(this,vi,t),this.scope=r,this.global=r===Zo.INSTALLATION?new Yo(n(this,w),n(this,vi),Zo.GLOBAL):this}get storage(){return n(this,vi)||u.redisPlugin}async watch(...e){let t=await this.storage.Watch({keys:e},n(this,w));return new Qo(this.storage,t,n(this,w))}async get(e){try{let t=await this.storage.Get({key:e,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return t!==null?t.value??void 0:t}catch(t){if(_r(t))return;throw t}}async getBuffer(e){try{let t=await this.storage.GetBytes({key:e,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return t!==null?Buffer.from(t.value):t}catch(t){if(_r(t))return;throw t}}async set(e,t,r){let s;return r?.expiration&&(s=Math.floor((r.expiration.getTime()-Date.now())/1e3),s<1&&(s=1)),(await this.storage.Set({key:e,value:t,nx:r?.nx===!0&&!r.xx,xx:r?.xx===!0&&!r.nx,expiration:s||0,scope:this.scope},n(this,w))).value}async exists(...e){return(await this.storage.Exists({keys:e,scope:this.scope},n(this,w))).existingKeys}async del(...e){await this.storage.Del({keys:e,scope:this.scope},n(this,w))}async incrBy(e,t){return(await this.storage.IncrBy({key:e,value:t,scope:this.scope},n(this,w))).value}async getRange(e,t,r){let s=await this.storage.GetRange({key:e,start:t,end:r,scope:this.scope},n(this,w));return s!==null?s.value:s}async setRange(e,t,r){return(await this.storage.SetRange({key:e,offset:t,value:r,scope:this.scope},n(this,w))).value}async strlen(e){return this.strLen(e)}async strLen(e){return(await this.storage.Strlen({key:e,scope:this.scope},n(this,w))).value}async expire(e,t){await this.storage.Expire({key:e,seconds:t,scope:this.scope},n(this,w))}async expireTime(e){return(await this.storage.ExpireTime({key:e,scope:this.scope},n(this,w))).value}async zAdd(e,...t){return(await this.storage.ZAdd({key:e,members:t,scope:this.scope},n(this,w))).value}async zRange(e,t,r,s){let o={rev:!1,byLex:!1,byScore:!1,offset:0,count:1e3};if(s?.reverse&&(o.rev=s.reverse),s?.by==="lex"?o.byLex=!0:s?.by==="score"?o.byScore=!0:(o.offset=0,o.count=0),s?.limit)if(o.byLex||o.byScore)o.offset=s.limit.offset,o.count=s.limit.count;else throw new Error("zRange parsing error: 'limit' only allowed when 'options.by' is 'lex' or 'score'");return(await this.storage.ZRange({key:{key:e},start:t+"",stop:r+"",...o,scope:this.scope},n(this,w))).members}async zRem(e,t){return(await this.storage.ZRem({key:{key:e},members:t,scope:this.scope},n(this,w))).value}async zRemRangeByLex(e,t,r){return(await this.storage.ZRemRangeByLex({key:{key:e},min:t,max:r,scope:this.scope},n(this,w))).value}async zRemRangeByRank(e,t,r){return(await this.storage.ZRemRangeByRank({key:{key:e},start:t,stop:r,scope:this.scope},n(this,w))).value}async zRemRangeByScore(e,t,r){return(await this.storage.ZRemRangeByScore({key:{key:e},min:t,max:r,scope:this.scope},n(this,w))).value}async zScore(e,t){try{let r=await this.storage.ZScore({key:{key:e},member:t,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return r!==null?r.value:r}catch(r){if(_r(r))return;throw r}}async zRank(e,t){try{let r=await this.storage.ZRank({key:{key:e},member:t,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return r!==null?r.value:r}catch(r){if(_r(r))return;throw r}}async zIncrBy(e,t,r){let s=await this.storage.ZIncrBy({key:e,member:t,value:r,scope:this.scope},n(this,w));return s!==null?s.value:s}async mget(e){return this.mGet(e)}async mGet(e){let t=await this.storage.MGet({keys:e,scope:this.scope},n(this,w));return t!==null?t.values.map(r=>r||null):t}async mset(e){return this.mSet(e)}async mSet(e){let t=Object.entries(e).map(([r,s])=>({key:r,value:s}));await this.storage.MSet({kv:t,scope:this.scope},n(this,w))}async zCard(e){let t=await this.storage.ZCard({key:e,scope:this.scope},n(this,w));return t!==null?t.value:t}async zScan(e,t,r,s){let o={key:e,cursor:t,pattern:r,count:s,scope:this.scope};return await this.storage.ZScan(o,n(this,w))}async type(e){let t=await this.storage.Type({key:e,scope:this.scope},n(this,w));return t!==null?t.value:t}async rename(e,t){return(await this.storage.Rename({key:e,newKey:t,scope:this.scope},n(this,w))).result}async hget(e,t){return this.hGet(e,t)}async hGet(e,t){try{let r=await this.storage.HGet({key:e,field:t,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return r!==null?r.value??void 0:r}catch(r){if(_r(r))return;throw r}}async hMGet(e,t){let r=await this.storage.HMGet({key:e,fields:t,scope:this.scope},n(this,w));return r!==null?r.values.map(s=>s||null):r}async hset(e,t){return this.hSet(e,t)}async hSet(e,t){let r=Object.entries(t).map(([o,a])=>({field:o,value:a}));return(await this.storage.HSet({key:e,fv:r,scope:this.scope},n(this,w))).value}async hSetNX(e,t,r){return(await this.storage.HSetNX({key:e,field:t,value:r,scope:this.scope},n(this,w))).success}async hgetall(e){return this.hGetAll(e)}async hGetAll(e){let t=await this.storage.HGetAll({key:e,scope:this.scope},n(this,w));return t!==null?t.fieldValues:t}async hdel(e,t){return this.hDel(e,t)}async hDel(e,t){return(await this.storage.HDel({key:e,fields:t,scope:this.scope},n(this,w))).value}async hscan(e,t,r,s){return this.hScan(e,t,r,s)}async hScan(e,t,r,s){let o={key:e,cursor:t,pattern:r,count:s,scope:this.scope};return await this.storage.HScan(o,n(this,w))}async hkeys(e){return this.hKeys(e)}async hKeys(e){let t=await this.storage.HKeys({key:e,scope:this.scope},n(this,w));return t!==null?t.keys:t}async hincrby(e,t,r){return this.hIncrBy(e,t,r)}async hIncrBy(e,t,r){return(await this.storage.HIncrBy({key:e,field:t,value:r,scope:this.scope},n(this,w))).value}async hlen(e){return this.hLen(e)}async hLen(e){return(await this.storage.HLen({key:e,scope:this.scope})).value}async bitfield(e,...t){let r=[];for(let o=0;o<t.length;){let a=t[o],c={};switch(a){case"get":{if(o+2>=t.length)throw Error("bitfield command parse failed; not enough arguments for 'get' command");c.get={encoding:t[o+1],offset:t[o+2].toString()},o+=3;break}case"set":{if(o+3>=t.length)throw Error("bitfield command parse failed; not enough arguments for 'set' command");c.set={encoding:t[o+1],offset:t[o+2].toString(),value:t[o+3].toString()},o+=4;break}case"incrBy":{if(o+3>=t.length)throw Error("bitfield command parse failed; not enough arguments for 'incrBy' command");c.incrBy={encoding:t[o+1],offset:t[o+2].toString(),increment:t[o+3].toString()},o+=4;break}case"overflow":{if(o+1>=t.length)throw Error("bitfield command parse failed; not enough arguments for 'overflow' command");let m=t[o+1].toString();c.overflow={behavior:ym(m)},o+=2;break}default:throw Error(`bitfield command parse failed; ${a} unrecognized (must be 'get', 'set', 'incrBy', or 'overflow')`)}r.push(c)}return(await this.storage.Bitfield({key:e,commands:r})).results}};w=new WeakMap,vi=new WeakMap;var ki=Yo;function ym(i){let e=i.toLowerCase();switch(e){case"wrap":return Xo.BITFIELD_OVERFLOW_BEHAVIOR_WRAP;case"sat":return Xo.BITFIELD_OVERFLOW_BEHAVIOR_SAT;case"fail":return Xo.BITFIELD_OVERFLOW_BEHAVIOR_FAIL;default:throw Error(`unknown bitfield overflow behavior: ${e}`)}}var Dt,Ci=class{constructor(e){l(this,Dt);d(this,Dt,e)}async runJob(e){return(await u.schedulerPlugin.Schedule({action:{type:e.name,data:e.data},cron:"cron"in e?e.cron:void 0,when:"runAt"in e?e.runAt:void 0},n(this,Dt))).id}async cancelJob(e){await u.schedulerPlugin.Cancel({id:e},n(this,Dt))}async listJobs(){return(await u.schedulerPlugin.List({after:new Date(0),before:new Date(Date.now()+31536e7)},n(this,Dt))).actions.map(t=>(p(t.request?.action,"Scheduled job is malformed"),"when"in t.request&&t.request.when!=null?{id:t.id,name:t.request.action.type,runAt:t.request.when,data:t.request.action.data}:{id:t.id,name:t.request.action.type,cron:t.request.cron??"",data:t.request.action.data}))}};Dt=new WeakMap;import{FormFieldType as Js}from"@devvit/protos";var Hr,Pi=class{constructor(e){l(this,Hr);d(this,Hr,e)}async get(e){return(await this.getAll())[e]}async getAll(){let t=await u.settingsPlugin.GetSettings({},n(this,Hr));if(!t.installationSettings)throw new Error("Could not get installation settings");if(!t.appSettings)throw new Error("Could not get app settings");return bm(t),{...$d(t.installationSettings.settings,u.installationSettings),...$d(t.appSettings.settings,u.appSettings)}}};Hr=new WeakMap;function bm(i){if(!i.appSettings)throw new Error("Could not get app settings");for(let[e,t]of Object.entries(i.appSettings.settings)){let r=u.appSettings?.find(s=>s.type!=="group"&&s.name===e);r&&(r.type==="boolean"&&t.fieldType===Js.STRING&&t.boolValue==null&&t.stringValue!=null?(t.fieldType=Js.BOOLEAN,t.boolValue=!!t.stringValue,delete t.stringValue):r.type==="number"&&t.fieldType===Js.STRING&&t.numberValue==null&&t.stringValue!=null&&(t.fieldType=Js.NUMBER,t.numberValue=Number(t.stringValue),delete t.stringValue))}}function $d(i,e){let t=Object.keys(i).reduce((r,s)=>(r[s]=Wo(i[s]),r),{});return e&&qd(t,e),t}function qd(i,e){for(let t of e)t.type==="group"?qd(i,t.fields):!(t.name in i)&&"defaultValue"in t&&(i[t.name]=t.defaultValue)}import{EffectType as zs,ToastAppearance as Kd}from"@devvit/protos";var et,Si,jr,qs,$s=class{constructor(e){l(this,et,[]);l(this,Si);l(this,jr);l(this,qs,(e,t)=>{let r=t!==void 0?e:"",s=t!==void 0?t:e;n(this,et).push({type:zs.EFFECT_WEB_VIEW,webView:{postMessage:{webViewId:r,app:{message:s}}}})});d(this,Si,e),d(this,jr,{postMessage:n(this,qs)})}get webView(){return n(this,jr)}showForm(e,t){return this.showFormInternal(e,t)}showFormInternal(e,t,r){let s=u.formDefinitions?.get(e);if(!s&&n(this,Si)){let c=n(this,Si).forms.get(e);c&&(s={form:c,onSubmit:()=>{}})}if(!s)throw new Error("Form does not exist. Make sure you have added it using Devvit.createForm at the root of your app.");let o=r??(s.form instanceof Function?s.form(t??{}):s.form),a={fields:[],id:e,title:o.title,acceptLabel:o.acceptLabel,cancelLabel:o.cancelLabel,shortDescription:o.description};Ot(o.fields),a.fields=Ne(o.fields),n(this,et).push({type:zs.EFFECT_SHOW_FORM,showForm:{form:a}})}showToast(e){let t;e instanceof Object?t={text:e.text,appearance:e.appearance==="success"?Kd.SUCCESS:Kd.NEUTRAL}:t={text:e},n(this,et).push({type:zs.EFFECT_SHOW_TOAST,showToast:{toast:t}})}navigateTo(e){let t=typeof e=="string"?e:e.url;if(!URL.canParse(t))throw new TypeError(`Invalid URL: ${t}`);let r=new URL(t).toString();n(this,et).push({type:zs.EFFECT_NAVIGATE_TO_URL,navigateToUrl:{url:r}})}get __effects(){return n(this,et)}};et=new WeakMap,Si=new WeakMap,jr=new WeakMap,qs=new WeakMap;function ke({metadata:i,ui:e,hooks:t,reconciler:r}){let s=new hi(i),o=new pi(i),a=new ki(i),c=Rd(a,r?r.state:{}),m=new bi(i),y=new Ci(i),v=new Pi(i),f=e?new $s(r):void 0,S=new gi(i),b=new ci,_=new fi(i),I=t&&r?vd(r):void 0,N=t&&r?bd(r):void 0,B=t&&r?yd(r):void 0,oi=t&&r?fd(r):void 0;return{modLog:s,kvStore:o,redis:a,reddit:m,scheduler:y,settings:v,media:S,assets:b,realtime:_,get useForm(){return B??(()=>{throw new Error("useForm() is unavailable")})},get cache(){return c??(()=>{throw new Error("cache() is unavailable")})},get useState(){return I??(()=>{throw new Error("useState() is unavailable")})},get useInterval(){return N??(()=>{throw new Error("useInterval() is unavailable")})},get useChannel(){return oi??(()=>{throw new Error("useChannel() is unavailable")})},get ui(){if(!f)throw new Error("ui client is not available");return f}}}var Xd={name:"@devvit/public-api",version:"0.12.2-dev",license:"BSD-3-Clause",repository:{type:"git",url:"https://developers.reddit.com/"},type:"module",exports:{".":"./dist/index.js","./package.json":"./package.json","./*":"./dist/*"},main:"./dist/index.js",files:["dist/**"],scripts:{build:"yarn build:icon-types && yarn build:semantic-colors && tsc && cp -af devvit.tsconfig.json dist/ && yarn build:min","build:icon-types":"make-icons src/types/icons.ts","build:min":"esbuild --bundle --sourcemap=linked --target=es2020 --format=esm --metafile=dist/meta.min.json --outfile=dist/public-api.min.js --external:@devvit/protos --minify src/index.ts","build:semantic-colors":"node scripts/make-semantic-colors.js",clean:"rm -rf .turbo coverage dist src/devvit/internals/semanticColors.ts src/types/icons.ts || :",clobber:"yarn clean && rm -rf node_modules",dev:"tsc -w","dev:build":"chokidar ./src ../shared-types/dist --command 'yarn build' --ignore './src/types/icons.ts' --ignore './src/devvit/internals/semanticColors.ts'",lint:"redlint .","lint:fix":"yarn lint --fix",prepublishOnly:"publish-package-json",test:"yarn test:unit && yarn test:types && yarn test:size","test:size":"filesize","test:types":"tsc --noEmit","test:unit":"vitest run","test:unit-with-coverage":"vitest run --coverage"},types:"./dist/index.d.ts",dependencies:{"@devvit/metrics":"0.12.2-dev","@devvit/protos":"0.12.2-dev","@devvit/shared":"0.12.2-dev","@devvit/shared-types":"0.12.2-dev","base64-js":"1.5.1","clone-deep":"4.0.1",moderndash:"4.0.0"},devDependencies:{"@ampproject/filesize":"4.3.0","@devvit/repo-tools":"0.12.2-dev","@devvit/tsconfig":"0.12.2-dev","@reddit/faceplate-ui":"18.0.5","@types/clone-deep":"4.0.1","chokidar-cli":"3.0.0",esbuild:"0.25.9",eslint:"9.11.1",typescript:"5.8.3",vitest:"1.6.1"},publishConfig:{directory:"dist"},filesize:{"dist/public-api.min.js":{gzip:"63 KB",none:"220 KB"}},source:"./src/index.ts"};function se(i,e,t){let r=i[P.Subreddit]?.values[0];p(r,"subreddit is missing from Context");let s=i[P.SubredditName]?.values[0],o,a=i[P.PostData]?.values[0];a&&(o=JSON.parse(a).developerData);let c=i[P.AppUser]?.values[0],m=i[P.App]?.values[0],y=i[P.Version]?.values[0],v=i[P.User]?.values[0],f=km(i);return{get appAccountId(){return p(c,"appAccountId is missing from Context"),c},subredditId:r,subredditName:s,userId:v,postId:e,postData:o,commentId:t,appName:m,appVersion:y,debug:f,metadata:i,toJSON(){return{appAccountId:c,appName:m,appVersion:y,subredditId:r,subredditName:s,userId:v,postId:e,postData:o,commentId:t,debug:f,metadata:i}}}}function km(i){let e={blocks:void 0,emitSnapshots:void 0,emitState:void 0,realtime:void 0,runtime:void 0,surface:void 0,useAsync:void 0,payments:void 0,bootstrap:void 0,webView:void 0},t={};for(let s in e)t[s.toLowerCase()]=s;let r={};for(let s of(i[P.Debug]?.values??[]).join().split(",")){let[o,a]=s.split("=");o&&(o=o.trim(),a=a?.trim(),o.toLowerCase()in t&&(o=t[o.toLowerCase()]),r[o]??(r[o]=a||"true"))}return i[P.Debug]&&console.info(`[api] @devvit/public-api v${Xd.version} ${Object.entries(r).map(([s,o])=>`${s}=${o}`).join(" ")}`),{...r,metadata:i}}function Zd(i){return i.flatMap(e=>e.type==="group"?Zd(e.fields):e)}async function Ks(i,e,t){if(!e)throw new Error("Settings were not defined.");let r={success:!0,errors:{}},s=Ke(i.fieldValues),o=Zd(e);return await Promise.all(o.map(async a=>{let c=a.name;if(c&&a.onValidate){let m=s[c],y=a.onValidate,v=Object.assign(ke({metadata:t}),se(t)),f=await y({value:m,isEditing:i.editing},v);f&&(r.success=!1,r.errors[c]=f)}})),Cm.fromJSON(r)}async function wm(){return Sm.fromJSON({fields:{fields:Ne(u.appSettings??[])}})}async function Fm(i,e){return Ks(i,u.appSettings,e)}function Qd(i){i.provides(Pm),O("GetAppSettingsFields",wm),O("ValidateAppForm",Fm)}import{CustomPostDefinition as Om,RenderPostResponse as Mm}from"@devvit/protos";import{BlockRenderEventType as pa,EffectType as pl}from"@devvit/protos";function wi(i){return i.__effects}function Yd(){let i=new Set;return e=>{let t=e,r=1;for(;i.has(t);)t=`${e}.${r++}`;return i.add(t),t}}import{BlockActionType as ma,BlockAvatarBackground as ll,BlockAvatarFacing as ul,BlockAvatarSize as tt,BlockBorderWidth as Ys,BlockButtonAppearance as it,BlockButtonSize as na,BlockGap as eo,BlockHorizontalAlignment as sa,BlockIconSize as to,BlockImageResizeMode as Vr,BlockPadding as Wr,BlockRadius as Gr,BlockSpacerShape as oa,BlockSpacerSize as io,BlockStackDirection as aa,BlockTextOutline as da,BlockTextOverflow as la,BlockTextSize as xi,BlockTextStyle as ua,BlockTextWeight as cl,BlockType as Ee,BlockVerticalAlignment as ca}from"@devvit/protos";var ea={"alienblue-100":"#DCE2FB","alienblue-200":"#B8C5FC","alienblue-25":"#F7F8FD","alienblue-300":"#90A9FD","alienblue-400":"#648EFC","alienblue-50":"#EEF0FB","alienblue-500":"#1870F4","alienblue-600":"#115BCA","alienblue-700":"#0A449B","alienblue-75":"#E6E9FB","alienblue-800":"#0A2F6C","alienblue-900":"#0A1A3F","alienblue-950":"#07102B","berrypurple-100":"#F3DAFB","berrypurple-200":"#EAB3FD","berrypurple-25":"#FBF6FD","berrypurple-300":"#DE8BFF","berrypurple-400":"#CF5FFF","berrypurple-50":"#F8EDFC","berrypurple-500":"#BC0EFF","berrypurple-600":"#9B00D4","berrypurple-700":"#7600A3","berrypurple-75":"#F6E4FB","berrypurple-800":"#520472","berrypurple-900":"#300643","berrypurple-950":"#20042A",black:"#000000","black-opacity-0":"#00000000","black-opacity-10":"#00000019","black-opacity-15":"#00000026","black-opacity-20":"#00000033","black-opacity-25":"#0000003F","black-opacity-33":"#00000054","black-opacity-5":"#0000000C","black-opacity-50":"#0000007F","black-opacity-60":"#00000099","black-opacity-67":"#000000AA","black-opacity-80":"#000000CC","black-opacity-90":"#000000E5","brown-100":"#F1DFCF","brown-200":"#E9BE95","brown-25":"#FBF7F4","brown-300":"#DC9D5D","brown-400":"#BA854E","brown-50":"#F7EFE9","brown-500":"#9A6D3F","brown-600":"#7B5631","brown-700":"#5D4023","brown-75":"#F4E7DC","brown-800":"#3F2C19","brown-900":"#221A11","brown-950":"#15100A","coolgray-100":"#DBE4E9","coolgray-150":"#C9D7DE","coolgray-200":"#B7CAD4","coolgray-25":"#F6F8F9","coolgray-250":"#A4BDCA","coolgray-300":"#97AFBC","coolgray-350":"#8BA2AD","coolgray-400":"#7F949F","coolgray-450":"#748791","coolgray-50":"#EEF1F3","coolgray-500":"#667780","coolgray-525":"#576F76","coolgray-550":"#5C6C74","coolgray-600":"#536168","coolgray-650":"#48545B","coolgray-700":"#3D494E","coolgray-75":"#E5EBEE","coolgray-750":"#333D42","coolgray-800":"#2A3236","coolgray-850":"#21272A","coolgray-900":"#181C1F","coolgray-950":"#0E1113","global-black":{light:"#000000",dark:"#000000"},"global-brand-orangered":{light:"#FF4500",dark:"#FF4500"},"global-white":{light:"#FFFFFF",dark:"#FFFFFF"},"kiwigreen-100":"#A8F5A0","kiwigreen-200":"#58E15B","kiwigreen-25":"#EBFDE7","kiwigreen-300":"#00C61C","kiwigreen-400":"#01A816","kiwigreen-50":"#DDF8D7","kiwigreen-500":"#008A10","kiwigreen-600":"#016E0B","kiwigreen-700":"#005306","kiwigreen-75":"#CAF5C2","kiwigreen-800":"#033902","kiwigreen-900":"#0D2005","kiwigreen-950":"#081404","lightblue-100":"#CAE7FB","lightblue-200":"#87D0FD","lightblue-25":"#F3F9FD","lightblue-300":"#02B9FB","lightblue-400":"#029DD5","lightblue-50":"#E6F3FC","lightblue-500":"#007FAE","lightblue-600":"#01668D","lightblue-700":"#014D6B","lightblue-75":"#D9EDFB","lightblue-800":"#03354B","lightblue-900":"#051E2B","lightblue-950":"#04131A","lime-100":"#B7F28E","lime-200":"#90DA58","lime-25":"#EEFDDC","lime-300":"#6DBF01","lime-400":"#5BA200","lime-50":"#E0F8C8","lime-500":"#4A8500","lime-600":"#3A6A00","lime-700":"#2A5000","lime-75":"#CEF5AD","lime-800":"#1E3702","lime-900":"#151E05","lime-950":"#0D1304","mintgreen-100":"#9BF5D9","mintgreen-200":"#00E2B7","mintgreen-25":"#E7FDF5","mintgreen-300":"#00C29D","mintgreen-400":"#01A484","mintgreen-50":"#D7F8EC","mintgreen-500":"#01876D","mintgreen-600":"#006C56","mintgreen-700":"#015140","mintgreen-75":"#C0F5E3","mintgreen-800":"#00382B","mintgreen-900":"#032019","mintgreen-950":"#03140F","orangered-100":"#FCDBCF","orangered-200":"#FDB498","orangered-25":"#FDF6F4","orangered-300":"#FF895D","orangered-400":"#FF4500","orangered-50":"#FCEEE8","orangered-500":"#D93900","orangered-600":"#AE2C00","orangered-700":"#842100","orangered-75":"#FBE5DC","orangered-800":"#591B02","orangered-900":"#2F1405","orangered-950":"#1C0D04","periwinkle-100":"#E6DFFB","periwinkle-200":"#CDBEFD","periwinkle-25":"#F9F7FD","periwinkle-300":"#B29FFF","periwinkle-400":"#9580FF","periwinkle-50":"#F2EFFC","periwinkle-500":"#6A5CFF","periwinkle-600":"#523DFF","periwinkle-700":"#4001EA","periwinkle-75":"#ECE7FB","periwinkle-800":"#250AA6","periwinkle-900":"#160E5B","periwinkle-950":"#0C083F","poopbrown-100":"#FEEEDD","poopbrown-200":"#F6DDC3","poopbrown-300":"#EECCAA","poopbrown-400":"#CAA075","poopbrown-50":"#FEF7EE","poopbrown-500":"#9A6D3F","poopbrown-600":"#6E4924","poopbrown-700":"#54371A","poopbrown-800":"#3B2510","poopbrown-900":"#29190A","poopbrown-950":"#110B04","puregray-100":"#F2F2F2","puregray-150":"#EBEBEB","puregray-200":"#E4E4E4","puregray-250":"#DDDDDD","puregray-300":"#D6D6D6","puregray-350":"#C3C3C3","puregray-400":"#ACACAC","puregray-450":"#919191","puregray-50":"#F8F8F8","puregray-500":"#767676","puregray-550":"#5C5C5C","puregray-600":"#434343","puregray-650":"#393939","puregray-700":"#303030","puregray-750":"#272727","puregray-800":"#1E1E1E","puregray-850":"#181818","puregray-900":"#131313","puregray-950":"#080808","red-100":"#FBDBD4","red-200":"#FDB3A4","red-25":"#FDF6F5","red-300":"#FF8773","red-400":"#FF4F40","red-50":"#FCEEEA","red-500":"#EB001F","red-600":"#BC0117","red-700":"#90000F","red-75":"#FBE4DF","red-800":"#650405","red-900":"#340F05","red-950":"#1F0B04","sakurapink-100":"#FBD9EB","sakurapink-200":"#FDAEDA","sakurapink-25":"#FDF6F9","sakurapink-300":"#FF7ECA","sakurapink-400":"#FF38BB","sakurapink-50":"#FCEDF4","sakurapink-500":"#DE019F","sakurapink-600":"#B2007F","sakurapink-700":"#880060","sakurapink-75":"#FBE3EF","sakurapink-800":"#5F0443","sakurapink-900":"#380626","sakurapink-950":"#250419",transparent:"transparent",white:"#ffffff","white-opacity-0":"#FFFFFF00","white-opacity-10":"#FFFFFF19","white-opacity-15":"#FFFFFF26","white-opacity-20":"#FFFFFF33","white-opacity-25":"#FFFFFF3F","white-opacity-5":"#FFFFFF0C","white-opacity-50":"#FFFFFF7F","yellow-100":"#FFE284","yellow-200":"#FFBF0B","yellow-25":"#FFF9E0","yellow-300":"#D8A100","yellow-400":"#B78800","yellow-50":"#FFF3C0","yellow-500":"#977000","yellow-600":"#785800","yellow-700":"#5B4200","yellow-75":"#FFEAA2","yellow-800":"#3F2D00","yellow-900":"#231A03","yellow-950":"#161003","yelloworange-100":"#FCDCC8","yelloworange-200":"#FDB586","yelloworange-25":"#FDF7F3","yelloworange-300":"#FF8A35","yelloworange-400":"#E46C00","yelloworange-50":"#FCEEE6","yelloworange-500":"#BD5800","yelloworange-600":"#974500","yelloworange-700":"#733300","yelloworange-75":"#FBE5D7","yelloworange-800":"#4E2402","yelloworange-900":"#2A1705","yelloworange-950":"#1A0E04","action-downvote":{light:"#6A5CFF",dark:"#6A5CFF"},"action-upvote":{light:"#D93900",dark:"#D93900"},"ai-background-weaker":{light:"#E7FDF5",dark:"#00382B"},"ai-plain":{light:"#006C56",dark:"#01A484"},"ai-plain-hover":{light:"#015140",dark:"#00C29D"},"alert-caution":{light:"#977000",dark:"#977000"},"avatar-gradient":{light:"",dark:""},"avatar-media-gradient":{light:"",dark:""},"brand-background":{light:"#D93900",dark:"#D93900"},"brand-background-hover":{light:"#AE2C00",dark:"#AE2C00"},"brand-gradient-active":{light:"",dark:""},"brand-gradient-active-highlight":{light:"",dark:""},"brand-gradient-default":{light:"",dark:""},"brand-gradient-default-highlight":{light:"",dark:""},"brand-gradient-hover":{light:"",dark:""},"brand-gradient-hover-highlight":{light:"",dark:""},"brand-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"category-live":{light:"#D93900",dark:"#D93900"},"category-nsfw":{light:"#DE019F",dark:"#DE019F"},"category-spoiler":{light:"#131313",dark:"#F2F2F2"},"caution-background":{light:"#FFBF0B",dark:"#D8A100"},"caution-background-hover":{light:"#D8A100",dark:"#FFBF0B"},"caution-onBackground":{light:"#000000",dark:"#000000"},"caution-plain":{light:"#785800",dark:"#FFBF0B"},"caution-plain-hover":{light:"#5B4200",dark:"#FFE284"},"danger-background":{light:"#EB001F",dark:"#BC0117"},"danger-background-disabled":{light:"#FDB3A4",dark:"#340F05"},"danger-background-hover":{light:"#BC0117",dark:"#EB001F"},"danger-background-weaker":{light:"#FBDBD4",dark:"#650405"},"danger-content":{light:"#BC0117",dark:"#FF4F40"},"danger-content-default":{light:"#ffffff",dark:"#ffffff"},"danger-content-hover":{light:"#90000F",dark:"#FF8773"},"danger-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"danger-plain":{light:"#BC0117",dark:"#FF8773"},"danger-plain-hover":{light:"#90000F",dark:"#FDB3A4"},"downvote-background":{light:"#6A5CFF",dark:"#6A5CFF"},"downvote-background-disabled":{light:"#6a5cff4d",dark:"#6a5cff4d"},"downvote-background-hover":{light:"#523DFF",dark:"#523DFF"},"downvote-content":{light:"#523DFF",dark:"#9580FF"},"downvote-content-weak":{light:"#6A5CFF",dark:"#6A5CFF"},"downvote-disabled":{light:"#523DFF4c",dark:"#9580FF4c"},"downvote-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"downvote-onStrongScrim":{light:"#B29FFF",dark:"#B29FFF"},"downvote-onStrongScrim-disabled":{light:"#b29fff4d",dark:"#b29fff4d"},"downvote-onStrongScrim-weaker":{light:"#9580FF",dark:"#9580FF"},"downvote-plain":{light:"#523DFF",dark:"#9580FF"},"downvote-plain-disabled":{light:"#523dff4d",dark:"#9580ff4d"},"downvote-plain-weaker":{light:"#6A5CFF",dark:"#6A5CFF"},"elevation-large1":{light:"#0000003F",dark:"#0000007F"},"elevation-large2":{light:"#00000026",dark:"#00000033"},"elevation-medium1":{light:"#0000003F",dark:"#0000007F"},"elevation-medium2":{light:"#00000019",dark:"#00000033"},"elevation-small":{light:"#00000026",dark:"#00000054"},"elevation-xsmall":{light:"#0000003F",dark:"#000000AA"},favorite:{light:"#977000",dark:"#B78800"},"global-admin":{light:"#D93900",dark:"#D93900"},"global-alienblue":{light:"#1870F4",dark:"#1870F4"},"global-darkblue":{light:"#2A3236",dark:"#2A3236"},"global-focus":{light:"#029DD5",dark:"#007FAE"},"global-gold":{light:"#B78800",dark:"#D8A100"},"global-moderator":{light:"#008A10",dark:"#008A10"},"global-nsfw":{light:"#DE019F",dark:"#DE019F"},"global-offline":{light:"#667780",dark:"#667780"},"global-online":{light:"#00C61C",dark:"#00C61C"},"global-orangered":{light:"#FF4500",dark:"#FF4500"},"global-stars":{light:"#977000",dark:"#D8A100"},"gradient-media":{light:"",dark:""},"gradient-media-strong":{light:"",dark:""},"identity-admin":{light:"#D93900",dark:"#D93900"},"identity-coins":{light:"#B78800",dark:"#B78800"},"identity-moderator":{light:"#008A10",dark:"#008A10"},"identity-self":{light:"#01876D",dark:"#01876D"},"interactive-background-disabled":{light:"#0000000C",dark:"#FFFFFF0C"},"interactive-content-disabled":{light:"#0000003F",dark:"#FFFFFF3F"},"interactive-focused":{light:"#007FAE",dark:"#007FAE"},"interactive-pressed":{light:"#00000026",dark:"#FFFFFF26"},"inverted-interactive-background-disabled":{light:"#FFFFFF0C",dark:"#0000000C"},"inverted-interactive-content-disabled":{light:"#FFFFFF3F",dark:"#0000003F"},"inverted-interactive-pressed":{light:"#FFFFFF26",dark:"#00000026"},"inverted-neutral-background":{light:"#0E1113",dark:"#FFFFFF"},"inverted-neutral-background-hover":{light:"#181C1F",dark:"#F6F8F9"},"inverted-neutral-border":{light:"#FFFFFF33",dark:"#00000033"},"inverted-neutral-content":{light:"#B7CAD4",dark:"#333D42"},"inverted-neutral-content-strong":{light:"#EEF1F3",dark:"#181C1F"},"inverted-secondary-background":{light:"#2A3236",dark:"#E5EBEE"},"inverted-secondary-background-hover":{light:"#333D42",dark:"#DBE4E9"},"inverted-secondary-background-selected":{light:"#3D494E",dark:"#C9D7DE"},"inverted-secondary-onBackground":{light:"#FFFFFF",dark:"#000000"},"inverted-secondary-plain":{light:"#DBE4E9",dark:"#181C1F"},"inverted-secondary-plain-hover":{light:"#FFFFFF",dark:"#000000"},"media-background":{light:"#00000099",dark:"#00000099"},"media-background-hover":{light:"#000000cc",dark:"#000000cc"},"media-background-selected":{light:"#000000cc",dark:"#000000cc"},"media-border-selected":{light:"#FFFFFF",dark:"#FFFFFF"},"media-border-weak":{light:"#FFFFFF19",dark:"#FFFFFF19"},"media-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"media-onBackground-disabled":{light:"#FFFFFF3F",dark:"#FFFFFF3F"},"media-onBackground-weak":{light:"#E5EBEE",dark:"#E5EBEE"},"media-onbackground":{light:"#ffffff",dark:"#ffffff"},"media-onbackground-disabled":{light:"#ffffff3f",dark:"#ffffff3f"},"media-onbackground-weak":{light:"#B7CAD4",dark:"#B7CAD4"},"neutral-background":{light:"#FFFFFF",dark:"#0E1113"},"neutral-background-container":{light:"#F6F8F9",dark:"#181C1F"},"neutral-background-container-hover":{light:"#EEF1F3",dark:"#21272A"},"neutral-background-container-strong":{light:"#EEF1F3",dark:"#21272A"},"neutral-background-container-strong-hover":{light:"#E5EBEE",dark:"#2A3236"},"neutral-background-gilded":{light:"#FFF9E0",dark:"#181C1F"},"neutral-background-gilded-hover":{light:"#FFF3C0",dark:"#21272A"},"neutral-background-hover":{light:"#F6F8F9",dark:"#181C1F"},"neutral-background-medium":{light:"#F8F8F8",dark:"#131313"},"neutral-background-pinned":{light:"#FFFFFF",dark:"#0E1113"},"neutral-background-selected":{light:"#E5EBEE",dark:"#2A3236"},"neutral-background-strong":{light:"#FFFFFF",dark:"#181C1F"},"neutral-background-strong-hover":{light:"#F6F8F9",dark:"#21272A"},"neutral-background-weak":{light:"#F6F8F9",dark:"#000000"},"neutral-background-weak-hover":{light:"#EEF1F3",dark:"#0E1113"},"neutral-border":{light:"#00000033",dark:"#FFFFFF33"},"neutral-border-medium":{light:"#0000007F",dark:"#FFFFFF7F"},"neutral-border-strong":{light:"#181C1F",dark:"#F6F8F9"},"neutral-border-weak":{light:"#00000019",dark:"#FFFFFF19"},"neutral-content":{light:"#333D42",dark:"#B7CAD4"},"neutral-content-disabled":{light:"#D6D6D6",dark:"#303030"},"neutral-content-strong":{light:"#181C1F",dark:"#EEF1F3"},"neutral-content-weak":{light:"#5C6C74",dark:"#8BA2AD"},offline:{light:"#767676",dark:"#767676"},online:{light:"#01A816",dark:"#01A816"},"opacity-08":{light:"#13131314",dark:"#13131314"},"opacity-50":{light:"#0000007f",dark:"#F2F2F27f"},"opacity-highlight":{light:"",dark:""},pizzaRed:{light:"#ef5350",dark:"#c62828"},primary:{light:"#115BCA",dark:"#648EFC"},"primary-background":{light:"#0A449B",dark:"#115BCA"},"primary-background-hover":{light:"#0A2F6C",dark:"#1870F4"},"primary-background-selected":{light:"#0A1A3F",dark:"#648EFC"},"primary-border":{light:"#0A449B",dark:"#648EFC"},"primary-border-hover":{light:"#0A2F6C",dark:"#90A9FD"},"primary-hover":{light:"#0A449B",dark:"#90A9FD"},"primary-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"primary-onBackground-selected":{light:"#FFFFFF",dark:"#000000"},"primary-plain":{light:"#0A449B",dark:"#648EFC"},"primary-plain-hover":{light:"#0A2F6C",dark:"#90A9FD"},"primary-plain-visited":{light:"#7600A3",dark:"#CF5FFF"},"primary-visited":{light:"#9B00D4",dark:"#CF5FFF"},scrim:{light:"#00000099",dark:"#00000099"},"scrim-background":{light:"#00000099",dark:"#00000099"},"scrim-background-strong":{light:"#000000CC",dark:"#000000CC"},"scrim-gradient":{light:"",dark:""},"scrim-strong":{light:"#000000cc",dark:"#000000cc"},secondary:{light:"#21272A",dark:"#DBE4E9"},"secondary-background":{light:"#E5EBEE",dark:"#2A3236"},"secondary-background-hover":{light:"#DBE4E9",dark:"#333D42"},"secondary-background-selected":{light:"#C9D7DE",dark:"#3D494E"},"secondary-hover":{light:"#000000",dark:"#ffffff"},"secondary-onBackground":{light:"#000000",dark:"#FFFFFF"},"secondary-plain":{light:"#181C1F",dark:"#DBE4E9"},"secondary-plain-hover":{light:"#000000",dark:"#FFFFFF"},"secondary-plain-weak":{light:"#5C6C74",dark:"#8BA2AD"},"secondary-weak":{light:"#576F76",dark:"#748791"},"success-background":{light:"#008A10",dark:"#016E0B"},"success-background-hover":{light:"#016E0B",dark:"#008A10"},"success-content":{light:"#016E0B",dark:"#01A816"},"success-hover":{light:"#005306",dark:"#00C61C"},"success-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"success-plain":{light:"#016E0B",dark:"#00C61C"},"success-plain-hover":{light:"#005306",dark:"#58E15B"},"tone-1":{light:"#131313",dark:"#F2F2F2"},"tone-2":{light:"#434343",dark:"#ACACAC"},"tone-3":{light:"#ACACAC",dark:"#434343"},"tone-4":{light:"#E4E4E4",dark:"#303030"},"tone-5":{light:"#F2F2F2",dark:"#1E1E1E"},"tone-6":{light:"#F8F8F8",dark:"#131313"},"tone-7":{light:"#ffffff",dark:"#080808"},"transparent-background-hover":{light:"#74879119",dark:"#66778019"},"ui-canvas":{light:"#F2F2F2",dark:"#080808"},"ui-modalbackground":{light:"#FFFFFF",dark:"#181C1F"},"upvote-background":{light:"#D93900",dark:"#D93900"},"upvote-background-disabled":{light:"#d939004d",dark:"#d939004d"},"upvote-background-hover":{light:"#AE2C00",dark:"#AE2C00"},"upvote-content":{light:"#AE2C00",dark:"#FF4500"},"upvote-content-weak":{light:"#FF4500",dark:"#FF4500"},"upvote-disabled":{light:"#AE2C004c",dark:"#FF45004c"},"upvote-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"upvote-onStrongScrim":{light:"#FF895D",dark:"#FF895D"},"upvote-onStrongScrim-disabled":{light:"#ff895d4d",dark:"#ff895d4d"},"upvote-onStrongScrim-weaker":{light:"#FF4500",dark:"#FF4500"},"upvote-plain":{light:"#AE2C00",dark:"#FF895D"},"upvote-plain-disabled":{light:"#ae2c004d",dark:"#ff895d4d"},"upvote-plain-weaker":{light:"#FF4500",dark:"#FF4500"},"warning-background":{light:"#B78800",dark:"#B78800"},"warning-background-hover":{light:"#977000",dark:"#D8A100"},"warning-content":{light:"#785800",dark:"#B78800"},"warning-content-hover":{light:"#5B4200",dark:"#D8A100"},"warning-onBackground":{light:"#000000",dark:"#000000"}};var el={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",transparent:"#FFFFFF00",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},tl=i=>!!i.match(/^(#[0-9a-fA-F]{3,8}).*/),il=i=>i in ea,ta=i=>i in el,rl=i=>!!i.match(/^rgba?\(.*/),nl=i=>!!i.match(/^hsla?\(.*/),sl=(i,e="light")=>{if(ta(i))return Xs(i);let r=ea[i];return typeof r=="string"?r:r[e]},Xs=i=>el[i]??i,ol=i=>{let[e,t,r,s]=i.replace(/^rgba?\(|\s+|\)$/g,"").split(",");if(!e||!t||!r)return i;let a=[...[e,t,r].map(m=>parseFloat(m))];if(s){let m=parseFloat(s),y=Math.round(m*255);a.push(y)}return`#${a.map(m=>m.toString(16).padStart(2,"0")).join("")}`};import{BlockStackDirection as Zs}from"@devvit/protos";var ia={stackParentLayout:{hasHeight:!0,hasWidth:!0,direction:Zs.UNRECOGNIZED,alignment:void 0}};function dl(i,e,t){if(!e)return{hasHeight:!1,hasWidth:!1};let{growDirection:r,stretchDirection:s}=xm(i?.grow,e.direction,e.alignment),o=t?.height?.value?.value||t?.height?.min?.value||al(2,r,s,e.hasHeight),a=t?.width?.value?.value||t?.width?.min?.value||al(1,r,s,e.hasWidth);return{hasHeight:!!o,hasWidth:!!a}}function al(i,e,t,r){return e===i&&r||t===i&&r}function xm(i,e,t){let r=e===Zs.STACK_VERTICAL||e===Zs.UNRECOGNIZED,s=e===Zs.STACK_HORIZONTAL,o=0;s&&i?o=1:r&&i&&(o=2);let a=t===void 0||t.horizontal===void 0,c=t===void 0||t.vertical===void 0,m=s?!!c:r?!!a:!1,y=0;return s&&m?y=2:r&&m&&(y=1),{growDirection:o,stretchDirection:y}}import{BlockSizeUnit as Bt,BlockStackDirection as Qs}from"@devvit/protos";function Fi(i){if(i==null)return;if(typeof i=="number")return{value:i,unit:Bt.SIZE_UNIT_PERCENT};let e=i.match(/^(\d+(?:\.\d+)?)(px|%)?$/);if(e==null)return;let t=Bt.SIZE_UNIT_PERCENT;return e.at(2)==="px"&&(t=Bt.SIZE_UNIT_PIXELS),{value:Number.parseFloat(e[1]),unit:t}}function Im(i,e){return(i.width?.value?.unit===Bt.SIZE_UNIT_PERCENT||i.width?.min?.unit===Bt.SIZE_UNIT_PERCENT)&&(e.direction===Qs.STACK_HORIZONTAL||e.direction===Qs.STACK_DEPTH)&&(e.hasWidth||(i.width=void 0)),(i.height?.value?.unit===Bt.SIZE_UNIT_PERCENT||i.height?.min?.unit===Bt.SIZE_UNIT_PERCENT)&&(e.direction===Qs.STACK_VERTICAL||e.direction===Qs.STACK_DEPTH)&&(e.hasHeight||(i.height=void 0)),i}function ra(i,e){if(i){let t=i.width!=null||i.minWidth!=null||i.maxWidth!=null,r=i.height!=null||i.minHeight!=null||i.maxHeight!=null;if(t||r||i.grow!=null){let s={width:t?{value:Fi(i.width),min:Fi(i.minWidth),max:Fi(i.maxWidth)}:void 0,height:r?{value:Fi(i.height),min:Fi(i.minHeight),max:Fi(i.maxHeight)}:void 0,grow:i.grow};return e.stackParentLayout&&(s=Im(s,e.stackParentLayout)),s}}}var ml="data-",Am=new Set(["onPress","onMessage"]),Tm=new Map([["onPress",ma.ACTION_CLICK],["onMessage",ma.ACTION_WEBVIEW]]),Jr,Ii=class{constructor(e=()=>{}){l(this,Jr);d(this,Jr,e)}createBlocksElementOrThrow({type:e,props:t,children:r}){let s=this.createBlocksElement({type:e,props:t,children:r},ia);if(!s)throw new Error(`Could not create block of type ${e}`);return s}createBlocksElement({type:e,props:t,children:r},s){switch(e){case"blocks":return this.makeRoot(t,...r);case"hstack":return this.makeHStack(t,s,...r);case"vstack":return this.makeVStack(t,s,...r);case"zstack":return this.makeZStack(t,s,...r);case"text":return this.makeText(t,s,...r);case"button":return this.makeButton(t,s,...r);case"image":return this.makeImage(t,s);case"spacer":return this.makeSpacer(t,s);case"icon":return this.makeIcon(t,s);case"avatar":return this.makeAvatar(t,s);case"webview":return this.makeWebView(t,s);case"__fragment":throw new Error("root fragment is not supported - use 'blocks' instead")}}makeRootHeight(e){switch(e){case"regular":return 320;case"tall":return 512}}makeBlockPadding(e){switch(e){case"none":return Wr.PADDING_NONE;case"xsmall":return Wr.PADDING_XSMALL;case"small":return Wr.PADDING_SMALL;case"medium":return Wr.PADDING_MEDIUM;case"large":return Wr.PADDING_LARGE}}makeBlockRadius(e){switch(e){case"none":return Gr.RADIUS_NONE;case"small":return Gr.RADIUS_SMALL;case"medium":return Gr.RADIUS_MEDIUM;case"large":return Gr.RADIUS_LARGE;case"full":return Gr.RADIUS_FULL}}makeBlockGap(e){switch(e){case"none":return eo.GAP_NONE;case"small":return eo.GAP_SMALL;case"medium":return eo.GAP_MEDIUM;case"large":return eo.GAP_LARGE}}makeBlockAlignment(e){if(e===void 0)return;let t,r;if(e.includes("top")?t=ca.ALIGN_TOP:e.includes("middle")?t=ca.ALIGN_MIDDLE:e.includes("bottom")&&(t=ca.ALIGN_BOTTOM),e.includes("start")?r=sa.ALIGN_START:e.includes("center")?r=sa.ALIGN_CENTER:e.includes("end")&&(r=sa.ALIGN_END),t!==void 0||r!==void 0)return{vertical:t,horizontal:r}}makeBlockBorder(e,t,r,s){if(!e&&!t)return;let o;switch(e){case"none":o=Ys.BORDER_WIDTH_NONE;break;case"thin":o=Ys.BORDER_WIDTH_THIN;break;case"thick":o=Ys.BORDER_WIDTH_THICK;break;default:o=Ys.BORDER_WIDTH_THIN;break}let a=t??"neutral-border-weak",c=this.getThemedColors(a,r,s);return{width:o,color:c?.light,colors:c}}makeBlockTextSize(e){switch(e){case"xsmall":return xi.TEXT_SIZE_XSMALL;case"small":return xi.TEXT_SIZE_SMALL;case"medium":return xi.TEXT_SIZE_MEDIUM;case"large":return xi.TEXT_SIZE_LARGE;case"xlarge":return xi.TEXT_SIZE_XLARGE;case"xxlarge":return xi.TEXT_SIZE_XXLARGE}}makeBlockTextStyle(e){switch(e){case"body":return ua.TEXT_STYLE_BODY;case"metadata":return ua.TEXT_STYLE_METADATA;case"heading":return ua.TEXT_STYLE_HEADING}}makeBlockTextOutline(e){switch(e){case"none":return da.TEXT_OUTLINE_NONE;case"thin":return da.TEXT_OUTLINE_THIN;case"thick":return da.TEXT_OUTLINE_THICK}}makeBlockTextWeight(e){switch(e){case"regular":return cl.TEXT_WEIGHT_REGULAR;case"bold":return cl.TEXT_WEIGHT_BOLD}}makeBlockTextOverflow(e){switch(e){case"clip":return la.TEXT_OVERFLOW_CLIP;case"ellipsis":return la.TEXT_OVERFLOW_ELLIPSE}return la.TEXT_OVERFLOW_ELLIPSE}makeBlockButtonAppearance(e){switch(e){case"secondary":return it.BUTTON_APPEARANCE_SECONDARY;case"primary":return it.BUTTON_APPEARANCE_PRIMARY;case"plain":return it.BUTTON_APPEARANCE_PLAIN;case"bordered":return it.BUTTON_APPEARANCE_BORDERED;case"media":return it.BUTTON_APPEARANCE_MEDIA;case"destructive":return it.BUTTON_APPEARANCE_DESTRUCTIVE;case"caution":return it.BUTTON_APPEARANCE_CAUTION;case"success":return it.BUTTON_APPEARANCE_SUCCESS}}makeBlockButtonSize(e){switch(e){case"small":return na.BUTTON_SIZE_SMALL;case"medium":return na.BUTTON_SIZE_MEDIUM;case"large":return na.BUTTON_SIZE_LARGE}}makeBlockImageResizeMode(e){switch(e){case"none":return Vr.IMAGE_RESIZE_NONE;case"fit":return Vr.IMAGE_RESIZE_FIT;case"fill":return Vr.IMAGE_RESIZE_FILL;case"cover":return Vr.IMAGE_RESIZE_COVER;case"scale-down":return Vr.IMAGE_RESIZE_SCALE_DOWN}}makeBlockSpacerSize(e){switch(e){case"xsmall":return io.SPACER_XSMALL;case"small":return io.SPACER_SMALL;case"medium":return io.SPACER_MEDIUM;case"large":return io.SPACER_LARGE}}makeBlockSpacerShape(e){switch(e){case"invisible":return oa.SPACER_INVISIBLE;case"thin":return oa.SPACER_THIN;case"square":return oa.SPACER_SQUARE}}makeBlockIconSize(e){switch(e){case"xsmall":return to.ICON_SIZE_XSMALL;case"small":return to.ICON_SIZE_SMALL;case"medium":return to.ICON_SIZE_MEDIUM;case"large":return to.ICON_SIZE_LARGE}}makeBlockAvatarSize(e){switch(e){case"xxsmall":return tt.AVATAR_SIZE_XXSMALL;case"xsmall":return tt.AVATAR_SIZE_XSMALL;case"small":return tt.AVATAR_SIZE_SMALL;case"medium":return tt.AVATAR_SIZE_MEDIUM;case"large":return tt.AVATAR_SIZE_LARGE;case"xlarge":return tt.AVATAR_SIZE_XXLARGE;case"xxlarge":return tt.AVATAR_SIZE_XXLARGE;case"xxxlarge":return tt.AVATAR_SIZE_XXXLARGE}}makeBlockAvatarFacing(e){switch(e){case"left":return ul.AVATAR_FACING_LEFT;case"right":return ul.AVATAR_FACING_RIGHT}}makeBlockAvatarBackground(e){switch(e){case"dark":return ll.AVATAR_BG_DARK;case"light":return ll.AVATAR_BG_LIGHT}}getDataSet(e){return Object.keys(e).filter(t=>t.startsWith(ml)).reduce((t,r)=>(t[r.substring(ml.length)]=e[r],t),{})}makeActions(e,t){let r=[],s=this.getDataSet(t);return Am.forEach(o=>{if(o in t){let a=t[o];r.push({type:Tm.get(o)??ma.UNRECOGNIZED,id:a.toString(),data:s})}}),r}blockColorToHex(e,t="light"){if(e)return e=e.toLowerCase(),tl(e)?e:il(e)?sl(e,t):ta(e)?Xs(e):rl(e)?ol(e):nl(e)?e:(console.warn(`Could not parse color: ${e}.`),Xs("red"))}childrenToBlocks(e,t){return e.flatMap(r=>(typeof r!="string"?this.createBlocksElement(r,t):void 0)??[])}getThemedColors(e,t,r){let s=this.blockColorToHex(t,"light"),o=this.blockColorToHex(r,"dark"),a=[];if(e&&(!s||!o)){let c=Array.from(e?.matchAll(/[\w#-]+(?:\([\w\t ,.#-]+\))?/g)??[]);a.push(...c.map(m=>m[0]))}return s||(s=this.blockColorToHex(a?.at(0),"light")),o||(o=this.blockColorToHex(a?.at(1)??a?.at(0),"dark")),s||o?{light:s,dark:o}:void 0}parsePixels(e){return typeof e=="string"?Number(e.slice(0,-2)):e}resolveAssetUrl(e,t){return n(this,Jr).call(this)?.getURL(e,t)??e}childrenToString(e){return e.map(t=>t.toString()).join("")}makeRoot(e,...t){return this.wrapRoot(e,this.childrenToBlocks(t,ia))}wrapRoot(e,t){return this.makeBlock(Ee.BLOCK_ROOT,{},{},{rootConfig:{children:t,height:this.makeRootHeight(u.customPostType?.height??e?.height??"regular")}})}makeStackBlock(e,t,r,s){let o=this.getThemedColors(t?.backgroundColor,t?.lightBackgroundColor,t?.darkBackgroundColor),a=this.makeBlockAlignment(t?.alignment),c=ra(t,r),m=dl(t,r.stackParentLayout,c);return this.makeBlock(Ee.BLOCK_STACK,t,r,{stackConfig:{alignment:a,backgroundColor:o?.light,backgroundColors:o,border:this.makeBlockBorder(t?.border,t?.borderColor,t?.lightBorderColor,t?.darkBorderColor),children:this.childrenToBlocks(s,{stackParentLayout:{...m,direction:e,alignment:a}}),cornerRadius:this.makeBlockRadius(t?.cornerRadius),direction:e,gap:this.makeBlockGap(t?.gap),padding:this.makeBlockPadding(t?.padding),reverse:t?.reverse}})}makeHStack(e,t,...r){return this.makeStackBlock(aa.STACK_HORIZONTAL,e,t,r)}makeVStack(e,t,...r){return this.makeStackBlock(aa.STACK_VERTICAL,e,t,r)}makeZStack(e,t,...r){return this.makeStackBlock(aa.STACK_DEPTH,e,t,r)}makeText(e,t,...r){let s=this.getThemedColors(e?.color,e?.lightColor,e?.darkColor);return this.makeBlock(Ee.BLOCK_TEXT,e,t,{textConfig:{alignment:this.makeBlockAlignment(e?.alignment),color:s?.light,colors:s,outline:this.makeBlockTextOutline(e?.outline),size:this.makeBlockTextSize(e?.size),style:this.makeBlockTextStyle(e?.style),text:this.childrenToString(r),weight:this.makeBlockTextWeight(e?.weight),selectable:e?.selectable,wrap:e?.wrap,overflow:this.makeBlockTextOverflow(e?.overflow)}})}makeButton(e,t,...r){let s=this.getThemedColors(e?.textColor,e?.lightTextColor,e?.darkTextColor);return this.makeBlock(Ee.BLOCK_BUTTON,e,t,{buttonConfig:{buttonAppearance:this.makeBlockButtonAppearance(e?.appearance),icon:e?.icon,buttonSize:this.makeBlockButtonSize(e?.size),text:this.childrenToString(r),textColor:s?.light,textColors:s,disabled:e?.disabled}})}makeImage(e,t){return e&&this.makeBlock(Ee.BLOCK_IMAGE,e,t,{imageConfig:{description:e?.description,resizeMode:this.makeBlockImageResizeMode(e.resizeMode),url:this.resolveAssetUrl(e.url),width:this.parsePixels(e.imageWidth),height:this.parsePixels(e.imageHeight)}})}makeSpacer(e,t){return this.makeBlock(Ee.BLOCK_SPACER,e,t,{spacerConfig:{size:this.makeBlockSpacerSize(e?.size),shape:this.makeBlockSpacerShape(e?.shape)}})}makeIcon(e,t){let r=this.getThemedColors(e?.color,e?.lightColor,e?.darkColor);return e&&this.makeBlock(Ee.BLOCK_ICON,e,t,{iconConfig:{icon:e.name,color:r?.light,colors:r,size:this.makeBlockIconSize(e.size)}})}makeAvatar(e,t){return e&&this.makeBlock(Ee.BLOCK_AVATAR,e,t,{avatarConfig:{thingId:e.thingId,size:this.makeBlockAvatarSize(e.size),facing:this.makeBlockAvatarFacing(e.facing),background:this.makeBlockAvatarBackground(e.background)}})}makeWebView(e,t){return e&&this.makeBlock(Ee.BLOCK_WEBVIEW,e,t,{webviewConfig:{url:this.resolveAssetUrl(e.url,{webView:!0})}})}makeBlock(e,t,r,s){return{type:e,sizes:ra(t,r),config:s,actions:(t&&this.makeActions(e,t))??[],id:t?.id,key:t?.key}}ensureRootBlock(e){let t;if(e.type===Ee.BLOCK_ROOT?(e.config?.rootConfig&&u.customPostType?.height&&(e.config.rootConfig.height=this.makeRootHeight(u.customPostType?.height)),t=e):t=this.wrapRoot(void 0,[e]),!t)throw new Error("Could not create root block");return t}};Jr=new WeakMap;function gl(i){if(typeof i=="string")throw new Error("Root element cannot be a string")}var hl=i=>{let e="",t=i.props?Object.keys(i.props).map(r=>r==="onPress"?"":`${r}="${i.props[r]}"`).join(" "):"";e+=`<${i.type}${t?" "+t:""}>`;for(let r of i.children)typeof r=="string"?e+=r:e+=hl(r);return e+=`</${i.type}>`,e};function Em(i){return" ".repeat(i)}function Rm(i){let e="",t=0,r=i.split(/>\s*</);for(let s=0;s<r.length;s++){let o=r[s];s===0&&(o=o.trim()),s===r.length-1&&(o=o.trim());let a=o.charAt(0)==="/";a&&t--,e+=Em(t),s!==0&&(e+="<"),e+=o,s!==r.length-1&&(e+=`>
|
|
2
|
-
`),!a&&o.indexOf("</")===-1&&o.charAt(o.length-1)!=="/"&&t++}return e}var Ce,fl,zr,ga,$r,Le=class{constructor(e,t,r,s,o){l(this,Ce);this.renderState={};this.currentComponentKey=[];this.currentHookIndex=0;this.actions=new Map;this.forms=new Map;this.realtimeChannels=[];this.realtimeUpdated=!1;this.pendingHooks=[];this.isRendering=!1;this.transformer=new Ii(()=>this.assets);this.effects=[];l(this,$r,!1);this.component=e,this.event=t,this.state={__renderState:{},...r},this.metadata=s,this.state.__realtimeChannels&&(this.realtimeChannels=this.state.__realtimeChannels);let a=ke({reconciler:this,hooks:!0,ui:!0,metadata:s});this.cache=a.cache,this.modLog=a.modLog,this.reddit=a.reddit,this.kvStore=a.kvStore,this.redis=a.redis,this.settings=a.settings,this.scheduler=a.scheduler,this.media=a.media,this.assets=a.assets,this.realtime=a.realtime,this.dimensions=o,this.ui=a.ui,this.hooks={useState:a.useState,useInterval:a.useInterval,useForm:a.useForm,useChannel:a.useChannel}}emitEffect(e,t){this.effects.push(t)}async render(){await this.reconcile(),this.isRendering=!0;let e=await this.buildBlocksUI();return this.isRendering=!1,e}makeUniqueActionID(e){let t=e,r=1;for(;this.actions.has(t);)t=`${e}.${r++}`;return t}async reconcile(){let e=h(this,Ce,zr).call(this),t={type:this.component,props:e,children:[]},r=await this.processBlock(t);if(gl(r),this.transformer.createBlocksElementOrThrow(r),this.isUserActionRender&&this.blockRenderEventId){let s=this.actions.get(this.blockRenderEventId);s&&await s(this.event.data)}for(let s of this.pendingHooks)await s();this.buildNextState(),h(this,Ce,fl).call(this)}async buildBlocksUI(){let e=h(this,Ce,zr).call(this),t={type:this.component,props:e,children:[]},r=await this.renderElement(e,t);return this.transformer.ensureRootBlock(r)}async renderElement(e,t){let r=await this.processBlock(t);return gl(r),(u.debug.emitSnapshots||e.debug.emitSnapshots)&&console.debug(Rm(hl(r))),(u.debug.emitState||e.debug.emitState)&&console.debug(JSON.stringify(this.state,void 0,2)),this.transformer.createBlocksElementOrThrow(r)}async processProps(e){let t=e.props??{},r=["onPress","onMessage"];for(let s of r)if(s in t){let o=t[s],a=o?.name,c=this.makeUniqueActionID(`${e.type}.${a??s}`);this.actions.set(c,o),t[s]=c}}async processBlock(e,t=Yd(),r=[]){let s=e;if(typeof s.type=="string"){let c=[];for(let f=0;f<s.children.length;f++){let S=s.children[f];S!=null&&c.push(await this.processBlock(S,t,[...r,`${s.type}.${f}`]))}let m=c.flat(),y=h(this,Ce,ga).call(this,m);return await this.processProps(s),{type:s.type,props:s.props,children:y}}if(typeof s.type=="function"){let c=t(`${r.length?r.join("."):"root"}.${s.type.name.length?s.type.name:"anonymous"}`);this.currentComponentKey.push(c),this.renderState[c]||(this.renderState[c]={});let m=s.children.flatMap(f=>f),y={...h(this,Ce,zr).call(this),...s.props,children:m},v;for(;v===void 0;)try{v=await s.type(y,h(this,Ce,zr).call(this))}catch(f){if(f instanceof Promise)v=await f;else throw f}if(!this.isInitialRender){let f=this.getPreviousComponentState();if(Object.keys(f).length!==this.currentHookIndex)throw new Error("Invalid hook call. Hooks can only be called at the top-level of a function component. Make sure that you are not calling hooks inside loops, conditions, or nested functions.")}if(this.currentComponentKey.pop(),this.currentHookIndex=0,typeof v=="object")return this.processBlock(v,t,[...r,s.type.name])}if(typeof s=="string")return s;if(typeof s=="number")return`${s}`;let o=[],a="";return Array.isArray(s)?o=s:typeof s.type>"u"&&s.children&&(o=s.children,a="fragmentChild."),{type:"__fragment",props:void 0,children:await Promise.all(o.flatMap(async(c,m)=>await this.processBlock(c,t,[...r,`${a}${m}`])))}}getCurrentComponentKey(){if(!this.currentComponentKey.at(-1))throw new Error("Current component key is missing");return this.currentComponentKey}getCurrentComponentState(){let e=this.currentComponentKey.at(-1);if(!e)throw new Error("Current component key is missing");return this.renderState[e]}getPreviousComponentState(){let e=this.currentComponentKey.at(-1);if(!e)throw new Error("Current component key is missing");return this.state.__renderState[e]||(this.state.__renderState[e]={}),this.state.__renderState[e]}get isInitialRender(){return this.event?this.event.type===pa.RENDER_INITIAL:!1}get isUserActionRender(){return this.event?this.event.type===pa.RENDER_USER_ACTION:!1}get isEffectRender(){return this.event?this.event.type===pa.RENDER_EFFECT_EVENT:!1}get formSubmittedEvent(){return this.event?this.event.formSubmitted:!1}get blockRenderEventId(){return this.event?this.event.id:!1}get realtimeEvent(){if(!this.event)return!1;let e=this.event.realtimeEvent;return e?.event?.channel?e:!1}runHook(e){this.pendingHooks.push(e)}rerenderIn(e){n(this,$r)||(d(this,$r,!0),this.effects.push({type:pl.EFFECT_RERENDER_UI,rerenderUi:{delaySeconds:e/1e3}}))}addRealtimeChannel(e){this.realtimeChannels.push(e),this.realtimeUpdated=!0}removeRealtimeChannel(e){this.realtimeChannels=this.realtimeChannels.filter(t=>t!==e),this.realtimeUpdated=!0}get realtimeEffect(){return this.realtimeUpdated&&this.realtimeChannels.length>0?[{type:pl.EFFECT_REALTIME_SUB,realtimeSubscriptions:{subscriptionIds:this.realtimeChannels}}]:[]}getEffects(){return[...wi(this.ui),...this.effects,...this.realtimeEffect]}buildNextState(){for(let e of Object.keys(this.renderState))this.renderState[e]=Object.values(this.renderState[e]);this.state={__postData:this.state.__postData,__renderState:this.renderState,__cache:this.state.__cache,...this.realtimeChannels.length>0?{__realtimeChannels:this.realtimeChannels}:{}}}};Ce=new WeakSet,fl=function(){this.actions.clear(),this.currentComponentKey=[],this.currentHookIndex=0,this.pendingHooks=[],this.realtimeChannels=[],this.realtimeUpdated=!1},zr=function(){let e={...se(this.metadata,this.state.__postData?.thingId),modLog:this.modLog,reddit:this.reddit,cache:this.cache,kvStore:this.kvStore,redis:this.redis,settings:this.settings,scheduler:this.scheduler,media:this.media,assets:this.assets,realtime:this.realtime,ui:this.ui,dimensions:this.dimensions,uiEnvironment:{timezone:this.metadata[P.Timezone]?.values[0],locale:this.metadata[P.Language]?.values[0],dimensions:this.dimensions},...this.hooks};return e.debug.effects=this,e},ga=function(e){let t=[];for(let r of e)typeof r=="string"?t.push(r):r.type==="__fragment"?t.push(...h(this,Ce,ga).call(this,r.children)):t.push(r);return t},$r=new WeakMap;async function Um(i,e){let t=u.customPostType;if(!t)throw new Error("Custom post type not registered");let r=new Le((o,a)=>t.render(a),i.blocks,i.state,e,i.dimensions),s=await r.render();return Mm.fromJSON({state:r.state,blocks:{ui:s},effects:r.getEffects()})}function yl(i){i.provides(Om),O("RenderPost",Um)}import{GetFieldsResponse as Dm,InstallationSettingsDefinition as Bm}from"@devvit/protos";async function Nm(){return Dm.fromJSON({fields:{fields:Ne(u.installationSettings??[])}})}async function Lm(i,e){return Ks(i,u.installationSettings,e)}function bl(i){i.provides(Bm),O("GetSettingsFields",Nm),O("ValidateForm",Lm)}import{ContextActionDefinition as _m,ContextActionList as Hm,ContextActionResponse as jm}from"@devvit/protos";function ha(i){let e=i.metadata[P.User].values[0];if(!e)throw new Error("User missing from context");return e}function fa(i){let e=i.metadata[P.Subreddit].values[0];if(!e)throw new Error("Subreddit missing from context");return e}async function vl(i,e){let t=ha(i),r=fa(i);if(!t||!r)throw new Error("User or subreddit missing from context");let s=e.comment?.id&&`t1_${e.comment.id}`,o=e.post?.id&&`t3_${e.post.id}`,a=e.subreddit?.id&&`t5_${e.subreddit.id}`,c=s||o||a;if(!c)throw new Error("targetId is missing from ContextActionRequest");if(s){let f=await i.reddit.getCommentById(s);if(!f)throw new Error(`Comment ${s} not found`);if(f.subredditId!==r)throw new Error("Comment does not belong to the subreddit")}if(o){let f=await i.reddit.getPostById(o);if(!f)throw new Error(`Post ${o} not found`);if(f.subredditId!==r)throw new Error("Post does not belong to the subreddit")}if(a&&a!==r)throw new Error(`Subreddit ${a} ${r} not found`);let m=qr(e.actionId);if(!m)throw new Error("Action not found");let y=!!m.forUserType?.includes("moderator");if(y&&!kl(i))throw new Error("User is not a moderator");let v={needsModCheck:y};await i.redis.set(`${t}${r}${c}${e.actionId}`,JSON.stringify(v)),await i.redis.expire(`${t}${r}${c}${e.actionId}`,600)}async function kl(i){let e=ha(i),t=fa(i),r=await i.reddit.getSubredditInfoById(t);return!!(await i.reddit.getModerators({subredditName:r.name}).all()).find(o=>o.id===e)}async function Cl(i,e){let t=ha(i),r=fa(i),{actionId:s,thingId:o}=e.state?.__contextAction??{},a=await i.redis.get(`${t}${r}${o}${s}`);if(!a)throw new Error("CSRF token not found");if(JSON.parse(a).needsModCheck&&!await kl(i))throw new Error("User is not a moderator: "+t+"; "+r)}var Pl=i=>`menuItem.${i}`;function qr(i){return u.menuItems.find((e,t)=>Pl(t)===i)}function ya(i,e){return i?Array.isArray(i.location)?i.location.includes(e):i.location===e:!1}async function Vm(i,e){let r=u.menuItems.map((s,o)=>({actionId:Pl(o),name:s.label,description:s.description,contexts:{subreddit:s.location.includes("subreddit"),post:s.location.includes("post"),comment:s.location.includes("comment")},users:{loggedOut:s.forUserType?.includes("loggedOut"),moderator:s.forUserType?.includes("moderator")},postFilters:s.postFilter==="currentApp"?{currentApp:!0}:void 0}));return Hm.fromJSON({actions:r})}async function Wm(i,e){let t=qr(i.actionId);if(!t)throw new Error(`MenuItem ${i.actionId} not found`);let r=i.comment?.id&&`t1_${i.comment.id}`,s=i.post?.id&&`t3_${i.post.id}`,o=i.subreddit?.id&&`t5_${i.subreddit.id}`,a=r||s||o;p(a,"targetId is missing from ContextActionRequest");let c={targetId:a,location:i.comment?"comment":i.post?"post":"subreddit"},m=Object.assign(ke({ui:!0,metadata:e}),se(e,s,r),{uiEnvironment:{timezone:e[P.Timezone]?.values[0],locale:e[P.Language]?.values[0]}});return await vl(m,i),await t.onPress(c,m),jm.fromJSON({effects:wi(m.ui)})}function Sl(i){i.provides(_m),O("GetActions",Vm),O("OnAction",Wm)}function Fe(i){return i?i===!0?!0:i.enabled:!1}import{SchedulerHandlerDefinition as Gm}from"@devvit/protos";async function Jm(i,e){let t=i.type,r=u.scheduledJobHandlers?.get(t);if(!r)throw new Error(`Job ${t} not found`);let s={name:t,data:i.data},o=Object.assign(ke({metadata:e}),se(e));return await r(s,o),{}}function wl(i){i.provides(Gm),O("HandleScheduledAction",Jm)}import{OnAppInstallDefinition as zm,OnAppUpgradeDefinition as $m,OnAutomoderatorFilterCommentDefinition as qm,OnAutomoderatorFilterPostDefinition as Km,OnCommentCreateDefinition as Xm,OnCommentDeleteDefinition as Zm,OnCommentReportDefinition as Qm,OnCommentSubmitDefinition as Ym,OnCommentUpdateDefinition as ep,OnModActionDefinition as tp,OnModMailDefinition as ip,OnPostCreateDefinition as rp,OnPostDeleteDefinition as np,OnPostFlairUpdateDefinition as sp,OnPostNsfwUpdateDefinition as op,OnPostReportDefinition as ap,OnPostSpoilerUpdateDefinition as dp,OnPostSubmitDefinition as lp,OnPostUpdateDefinition as up}from"@devvit/protos";var rt;(function(i){function e(a,c){return a.length<=c?a:`${a.slice(0,c-1)}\u2026`}i.ellipsize=e;function t(a){return a[0]==null?a:`${a[0].toLocaleUpperCase()}${a.slice(1)}`}i.capitalize=t;function r(a){return a==null||/^\s*$/.test(a)}i.isBlank=r;function s(a,c="stack"){return a instanceof Error?`${a[c]||a.stack||a.message||a.name}`:String(a)}i.caughtToString=s;function o(a,c="stack"){return a instanceof Error?`${a[c]||a.stack||a.message||a.name}`:String(a)}i.caughtToStringUntyped=o})(rt||(rt={}));function q(i,e){return p(e),async(t,r)=>{let s={...t,type:i},o=Object.assign(ke({metadata:r}),se(r)),a=await Promise.allSettled(e.map(m=>m(s,o))),c=cp(a);if(c)throw c.err;return{}}}function Fl(i){for(let e of u.triggerOnEventHandlers.keys())switch(e){case"PostSubmit":i.provides(lp),O("OnPostSubmit",q("PostSubmit",u.triggerOnEventHandlers.get(e)));break;case"PostCreate":i.provides(rp),O("OnPostCreate",q("PostCreate",u.triggerOnEventHandlers.get(e)));break;case"PostUpdate":i.provides(up),O("OnPostUpdate",q("PostUpdate",u.triggerOnEventHandlers.get(e)));break;case"PostReport":i.provides(ap),O("OnPostReport",q("PostReport",u.triggerOnEventHandlers.get(e)));break;case"PostDelete":i.provides(np),O("OnPostDelete",q("PostDelete",u.triggerOnEventHandlers.get(e)));break;case"PostFlairUpdate":i.provides(sp),O("OnPostFlairUpdate",q("PostFlairUpdate",u.triggerOnEventHandlers.get(e)));break;case"CommentSubmit":i.provides(Ym),O("OnCommentSubmit",q("CommentSubmit",u.triggerOnEventHandlers.get(e)));break;case"CommentCreate":i.provides(Xm),O("OnCommentCreate",q("CommentCreate",u.triggerOnEventHandlers.get(e)));break;case"CommentUpdate":i.provides(ep),O("OnCommentUpdate",q("CommentUpdate",u.triggerOnEventHandlers.get(e)));break;case"CommentReport":i.provides(Qm),O("OnCommentReport",q("CommentReport",u.triggerOnEventHandlers.get(e)));break;case"CommentDelete":i.provides(Zm),O("OnCommentDelete",q("CommentDelete",u.triggerOnEventHandlers.get(e)));break;case"AppInstall":i.provides(zm),O("OnAppInstall",q("AppInstall",u.triggerOnEventHandlers.get(e)));break;case"AppUpgrade":i.provides($m),O("OnAppUpgrade",q("AppUpgrade",u.triggerOnEventHandlers.get(e)));break;case"ModAction":i.provides(tp),O("OnModAction",q("ModAction",u.triggerOnEventHandlers.get(e)));break;case"ModMail":i.provides(ip),O("OnModMail",q("ModMail",u.triggerOnEventHandlers.get(e)));break;case"PostNsfwUpdate":i.provides(op),O("OnPostNsfwUpdate",q("PostNsfwUpdate",u.triggerOnEventHandlers.get(e)));break;case"PostSpoilerUpdate":i.provides(dp),O("OnPostSpoilerUpdate",q("PostSpoilerUpdate",u.triggerOnEventHandlers.get(e)));break;case"AutomoderatorFilterPost":i.provides(Km),O("OnAutomoderatorFilterPost",q("AutomoderatorFilterPost",u.triggerOnEventHandlers.get(e)));break;case"AutomoderatorFilterComment":i.provides(qm),O("OnAutomoderatorFilterComment",q("AutomoderatorFilterComment",u.triggerOnEventHandlers.get(e)));break;default:throw new Error(`Unknown trigger event: ${e}`)}}function cp(i){let e=i.reduce((t,r)=>r.status==="rejected"?[...t,r.reason]:t,[]);if(e.length!==0)return e.length===1?{err:e[0]}:{err:new Error(e.map(t=>rt.caughtToString(t)).join(`
|
|
3
|
-
`))}}import{EffectType as Dp,HandleUIEventResponse as ka,UIEventHandlerDefinition as Bp}from"@devvit/protos";var Vl=ld(Nl(),1);function Ll(i){return i?.constructor===Object}function Nt(i,e){return Object.is(i,e)?!0:typeof i!=typeof e?!1:Array.isArray(i)&&Array.isArray(e)?_l(i,e):i instanceof Date&&e instanceof Date?i.getTime()===e.getTime():i instanceof RegExp&&e instanceof RegExp?i.toString()===e.toString():Ll(i)&&Ll(e)?Up(i,e):i instanceof ArrayBuffer&&e instanceof ArrayBuffer?Hl(new DataView(i),new DataView(e)):i instanceof DataView&&e instanceof DataView?Hl(i,e):jl(i)&&jl(e)?i.byteLength!==e.byteLength?!1:_l(i,e):!1}function Up(i,e){let t=Object.keys(i),r=Object.keys(e);if(!Nt(t,r))return!1;for(let s of t)if(!Nt(i[s],e[s]))return!1;return!0}function _l(i,e){return i.length!==e.length?!1:i.every((t,r)=>Nt(t,e[r]))}function Hl(i,e){if(i.byteLength!==e.byteLength)return!1;for(let t=0;t<i.byteLength;t++)if(i.getUint8(t)!==e.getUint8(t))return!1;return!0}function jl(i){return ArrayBuffer.isView(i)&&!(i instanceof DataView)}async function Np(i,e){let t=i.state??{},r=(0,Vl.default)(t),s=ke({ui:!0,metadata:e});if(i.event?.formSubmitted&&i.event.formSubmitted.formId){let m=i.event.formSubmitted.formId;if(m.includes("form.hook.")&&u.customPostType){let b=new Le((_,I)=>u.customPostType?.render(I)??null,i.event,i.state,e,void 0);return await b.reconcile(),ka.fromJSON({state:b.state,effects:b.getEffects()})}let y=u.formDefinitions?.get(m);if(!y)throw new Error(`Form with key ${m} not found`);let v,f;if(r.__contextAction){let{actionId:b,thingId:_}=r.__contextAction,I=qr(b);ya(I,"post")?v=_:ya(I,"comment")&&(f=_)}let S=Object.assign(s,se(e,v,f),{uiEnvironment:{timezone:e[P.Timezone]?.values[0],locale:e[P.Language]?.values[0]}});await Cl(S,i),await y.onSubmit({values:Ke(i.event.formSubmitted.results)},S)}else if(i.event?.realtimeEvent){if(u.customPostType){let m=new Le((y,v)=>u.customPostType?.render(v)??null,i.event,i.state,e,void 0);return await m.reconcile(),ka.fromJSON({state:m.state,effects:m.getEffects()})}}else if(i.event?.toastAction)throw new Error("Toast actions not yet implemented");let o=!Nt(t,r),a=wi(s.ui),c=o?[...a,{type:Dp.EFFECT_RERENDER_UI,rerenderUi:{delaySeconds:0}}]:a;return ka.fromJSON({state:r,effects:c})}function Wl(i){i.provides(Bp),O("HandleUIEvent",Np)}import{CustomPostDefinition as yo,UIResponse as fu}from"@devvit/protos";import{UIEventScope as Jp}from"@devvit/protos";var Ca="ServerCallRequired";function ro(i){return i?.message===Ca}var Fa={now(){return new Date}};function Gl(i){return`__autocache__${i}`}function Jl(i){return`__lock__${i}`}var Lp=300,_p=1e3,no=5e3,Pa=3,zl=.1,$l=1e3,Hp=3e4;function ql(i){if(i.error)throw new Error(i.error);return i.value}var nt,st,Pe,Ai,$,Kl,Xl,Zl,Sa,Ql,Yl,wa,eu,so=class{constructor(e,t,r=Fa){l(this,$);l(this,nt);l(this,st,{});l(this,Pe);l(this,Ai);d(this,nt,e),d(this,Ai,t),d(this,Pe,r)}async cache(e,t){var a;(a=n(this,Ai)).__cache??(a.__cache={}),d(this,st,n(this,Ai).__cache),h(this,$,eu).call(this,t);let r=h(this,$,Kl).call(this,t.key);if(r!==void 0)return r;let s=await h(this,$,wa).call(this,t.key),o=await h(this,$,Xl).call(this,t,s,e);return ql(o)}};nt=new WeakMap,st=new WeakMap,Pe=new WeakMap,Ai=new WeakMap,$=new WeakSet,Kl=function(e){let t=n(this,st)[e];if(t){let r=n(this,Pe).now().getTime(),s=t?.error&&t?.errorTime&&t.errorCount<Pa&&Math.random()<zl&&t.errorTime+$l<r;if(t?.expires&&t.expires<r&&t.checkedAt+$l<r||s){delete n(this,st)[e];return}else return ql(t)}},Xl=async function(e,t,r){let s=t?.expires,o=s?h(this,$,Yl).call(this,s):1;return!t||t?.error&&t.errorCount<Pa&&zl>Math.random()||o>Math.random()?h(this,$,Zl).call(this,e,t,r):t},Zl=async function(e,t,r){let s=Jl(e.key),o=n(this,Pe).now().getTime(),a=new Date(o+e.ttl/2);if(await n(this,nt).set(s,"1",{expiration:a,nx:!0}))return h(this,$,Ql).call(this,e.key,t,r,e.ttl);if(t)return t;{let m=n(this,Pe).now();return h(this,$,Sa).call(this,m,e.key,e.ttl)}},Sa=async function(e,t,r){let s=Math.min(r,_p),o=await h(this,$,wa).call(this,t);if(o)return o;if(n(this,Pe).now().getTime()-e.getTime()>=s)throw new Error(`Cache request timed out trying to get data at key: ${t}`);return await new Promise(a=>setTimeout(a,Lp)),h(this,$,Sa).call(this,e,t,r)},Ql=async function(e,t,r,s){let o=n(this,Pe).now().getTime()+s;t=t??{value:null,expires:o,errorCount:0,error:null,errorTime:null,checkedAt:0};try{t.value=await r(),t.error=null,t.errorCount=0,t.errorTime=null}catch(a){t.value=null,t.error=a.message??"Unknown error",t.errorTime=n(this,Pe).now().getTime(),t.errorCount++}return n(this,st)[e]=t,await n(this,nt).set(Gl(e),JSON.stringify(t),{expiration:new Date(o+Hp)}),t.error&&t.errorCount<Pa&&await n(this,nt).del(Jl(e)),t},Yl=function(e){let t=n(this,Pe).now().getTime(),r=e-t;return r<0?1:r<1e3?.1:r<2e3?.01:r<3e3?.001:0},wa=async function(e){let t=await n(this,nt).get(Gl(e));if(t){let r=JSON.parse(t);return r.checkedAt=n(this,Pe).now().getTime(),n(this,st)[e]=r,r}},eu=function(e){e.ttl<no&&(console.warn(`Cache TTL cannot be less than ${no} milliseconds! Updating ttl value of ${e.ttl} to ${no}.`),e.ttl=no)};function tu(i,e,t=Fa){let r=new so(i,e,t);return r.cache.bind(r)}import{EffectType as oo,ToastAppearance as nu}from"@devvit/protos";function iu(i){let e=i.match(/form\.hook\.(.+)\.0/);if(e?.[1])return e[1]}var xa=class{constructor(e,t,r){this.state=null;this.hookId=e.hookId,this.form=t,this.onSubmit=r,this.onUIEvent=async s=>{s.formSubmitted&&await r(Ke(s.formSubmitted.results))}}};function Ia(i,e){let t=me({namespace:"useForm",initializer:r=>new xa(r,i,e)});return jp({id:t.hookId})}function jp(i){return`form.hook.${i.id}.0`}function ru(i,e){let t=iu(e);return i.getHook({id:t})}var _e,lo,Kr,uo,ao=class{constructor(e){l(this,_e);l(this,lo,0);l(this,Kr);l(this,uo,(e,t)=>{let r=t!==void 0?e:"",s=t!==void 0?t:e;n(this,_e).emitEffect(`postMessage${ud(this,lo)._++}`,{type:oo.EFFECT_WEB_VIEW,webView:{postMessage:{webViewId:r,app:{message:s,jsonString:JSON.stringify(s)}}}})});d(this,_e,e),d(this,Kr,{postMessage:n(this,uo)})}get webView(){return n(this,Kr)}showForm(e,t){return this.showFormInternal(e,t)}showFormInternal(e,t,r){let s=ru(n(this,_e),e);if(!s)throw new Error("Form does not exist. Make sure you have added it using useForm.");let o=r??(s.form instanceof Function?s.form(t??{}):s.form),a={fields:[],id:e,title:o.title,acceptLabel:o.acceptLabel,cancelLabel:o.cancelLabel,shortDescription:o.description};Ot(o.fields),a.fields=Ne(o.fields),n(this,_e).emitEffect(e,{type:oo.EFFECT_SHOW_FORM,showForm:{form:a}})}showToast(e){let t;e instanceof Object?t={text:e.text,appearance:e.appearance==="success"?nu.SUCCESS:nu.NEUTRAL}:t={text:e},n(this,_e).emitEffect(e.toString(),{type:oo.EFFECT_SHOW_TOAST,showToast:{toast:t}})}navigateTo(e){let t=typeof e=="string"?e:e.url;if(!URL.canParse(t))throw new TypeError(`Invalid URL: ${t}`);let r=new URL(t).toString();n(this,_e).emitEffect(r,{type:oo.EFFECT_NAVIGATE_TO_URL,navigateToUrl:{url:r}})}};_e=new WeakMap,lo=new WeakMap,Kr=new WeakMap,uo=new WeakMap;import{EffectType as Vp,RealtimeSubscriptionStatus as su}from"@devvit/protos";var ot,Re,at,Lt,Xr,Ta,co=class co{constructor(e,t){l(this,Xr);l(this,ot);l(this,Re);l(this,at);l(this,Lt);d(this,ot,t.context),d(this,Re,!!t.context._devvitContext?.debug.realtime),d(this,Lt,e),d(this,at,t.invalidate);let r=t.context.meta[P.App]?.values[0];if(!r)throw Error("useChannel missing app ID metadata");let s=t.context.meta[P.Installation]?.values[0];if(!s)throw Error("useChannel missing install ID from metadata");let o=`${r}:${s}:${e.name}`;if(Object.values(n(this,ot)._hooks).filter(c=>c instanceof co).some(c=>c.state.channel===o))throw Error(`useChannel channel names must be unique; "${o}" duplicated`);this.state={channel:o,connected:!1,subscribed:!1}}async onUIEvent(e){let t=e.realtimeEvent;if(!(!t||!this.state.subscribed))switch(t.status){case su.REALTIME_SUBSCRIBED:n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" connected`),this.state.connected=!0,n(this,at).call(this),await n(this,Lt).onSubscribed?.();break;case su.REALTIME_UNSUBSCRIBED:n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" disconnected`),this.state.connected=!1,n(this,at).call(this),await n(this,Lt).onUnsubscribed?.();break;default:n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" received message: ${JSON.stringify(e,void 0,2)}`),n(this,Lt).onMessage(t.event?.data?.msg);break}}async send(e){if(n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" send message: ${JSON.stringify(e,void 0,2)}`),!this.state.subscribed||!this.state.connected)throw console.debug(`[realtime] "${this.state.channel}" send failed; channel not connected`),Error(`useChannel send failed; "${this.state.channel}" channel not connected`);await n(this,ot).devvitContext.realtime.send(this.state.channel,e)}get status(){return this.state.subscribed&&this.state.connected?2:this.state.subscribed&&!this.state.connected?1:!this.state.subscribed&&this.state.connected?3:4}subscribe(){this.state.subscribed||(n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" subscribed`),this.state.subscribed=!0,n(this,at).call(this),h(this,Xr,Ta).call(this))}unsubscribe(){this.state.subscribed&&(n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" unsubscribed`),this.state.subscribed=!1,n(this,at).call(this),h(this,Xr,Ta).call(this))}};ot=new WeakMap,Re=new WeakMap,at=new WeakMap,Lt=new WeakMap,Xr=new WeakSet,Ta=function(){let e=Object.values(n(this,ot)._hooks).filter(t=>t instanceof co&&t.state.subscribed).map(t=>t.state.channel);n(this,ot).emitEffect(this.state.channel,{type:Vp.EFFECT_REALTIME_SUB,realtimeSubscriptions:{subscriptionIds:e}})};var Aa=co;function Ea(i){if(!i.name||/[^a-zA-Z0-9_]/.test(i.name))throw Error(`useChannel error: The name "${i.name}" you provided for the hook is invalid. Valid names can only contain letters, numbers, and underscores (_).`);let e=`useChannel:${i.name}`;return me({id:e,namespace:e,initializer:t=>new Aa(i,t)})}import{EffectType as Ra}from"@devvit/protos";function ou(i){return typeof i=="object"&&i!==null&&"__deleted"in i}var _t,dt,Ti=class Ti{constructor(e,t){l(this,_t);this._segments=[];l(this,dt,{});this._prevHooks={};this._prevHookId="";this._effects={};this._changed={};this._touched={};this._requeueEvents=[];this._rootProps={};this._generated={};this._undeliveredHandlers={};this.request=e,this.meta=t,d(this,_t,e.state??{__cache:{}}),this._rootProps=e.props??{}}get devvitContext(){if(!this._devvitContext)throw new Error("Devvit context not available");return this._devvitContext}set devvitContext(e){this._devvitContext=e}get _changedState(){let e={__cache:n(this,_t).__cache??{}};for(let r in this._changed)e[r]=this._state[r];let t=new Set(Object.keys(this._state));return Object.keys(n(this,dt)).forEach(r=>{r!=="__cache"&&t.delete(r)}),t.forEach(r=>{if(r==="__cache")return;let s={__deleted:!0};this._state[r]=e[r]=s}),e}get _hooks(){return n(this,dt)}set _hooks(e){this._prevHooks=n(this,dt),d(this,dt,e)}get _state(){return n(this,_t)}set _state(e){d(this,_t,e)}push(e){this._segments.push({...e,next:0})}pop(){this._segments.pop()}addUndeliveredEventHandler(e,t){this._undeliveredHandlers[e]=t}addGlobalUndeliveredEventHandler(e,t){Ti.addGlobalUndeliveredEventHandler(e,t)}getHook(e){return n(this,dt)[e.id]}static addGlobalUndeliveredEventHandler(e,t){Ti._staticUndeliveredHandlers[e]=t}async handleUndeliveredEvent(e){let t={...Ti._staticUndeliveredHandlers,...this._undeliveredHandlers};for(let[r,s]of Object.entries(t))await s(e,this)}emitEffect(e,t){this._effects[e]=t}addToRequeueEvents(...e){this._devvitContext?.debug.blocks&&console.debug("[blocks] requeueing events",e);let t=e.reduce((r,s)=>(s.retry?r.retry.push(s):r.normal.push(s),r),{retry:[],normal:[]});this._requeueEvents=[...t.retry,...this._requeueEvents,...t.normal]}get effects(){return Object.values(this._effects)}nextHookId(e){e.key===void 0&&(e.key=this._segments[this._segments.length-1].next+++""),this.push(e);try{let t=[];for(let s=this._segments.length-1;s>=0;s--){let o=this._segments[s];if(o.id){t.unshift(o.id);break}let a=[];o.namespace&&a.push(o.namespace),o.key!==void 0&&o.key!==!1&&a.push(o.key),t.unshift(a.join("-"))}let r=t.join(".");if(this._generated[r]&&!e.shared)throw new Error(`Hook id ${r} already used, cannot register another hook with the same id`);return this._generated[r]=!0,this._prevHookId=r,r}finally{this.pop()}}};_t=new WeakMap,dt=new WeakMap,Ti._staticUndeliveredHandlers={};var Ei=Ti;var lt={};Ei.addGlobalUndeliveredEventHandler("intervals",async(i,e)=>{i.timer&&i.hook&&(delete lt[i.hook],e.emitEffect("timers",{type:Ra.EFFECT_SET_INTERVALS,interval:{intervals:lt}}))});var ut,Ri,Zr,Oi,Oa=class{constructor(e,t,r){l(this,ut);l(this,Ri);l(this,Zr);l(this,Oi);this.state={duration:{seconds:0,nanos:0},running:!1};d(this,Ri,r.invalidate),d(this,ut,r.hookId),d(this,Zr,e),d(this,Oi,r.context);let s=Math.floor(t/1e3),o=t%1e3*1e6;this.state.duration={seconds:s,nanos:o}}onStateLoaded(){this.state.running?lt[n(this,ut)]={duration:this.state.duration}:delete lt[n(this,ut)]}async onUIEvent(e){await n(this,Zr).call(this)}start(){lt[n(this,ut)]={duration:this.state.duration},this.state.running=!0,n(this,Ri).call(this),n(this,Oi).emitEffect("timers",{type:Ra.EFFECT_SET_INTERVALS,interval:{intervals:lt}})}stop(){delete lt[n(this,ut)],this.state.running=!1,n(this,Ri).call(this),n(this,Oi).emitEffect("timers",{type:Ra.EFFECT_SET_INTERVALS,interval:{intervals:lt}})}};ut=new WeakMap,Ri=new WeakMap,Zr=new WeakMap,Oi=new WeakMap;function Ma(i,e){let t=me({namespace:"useInterval",initializer:r=>new Oa(i,e,r)});return{start:()=>t.start(),stop:()=>t.stop()}}import{UIEventScope as Gp}from"@devvit/protos";var Ht=class extends Error{};import{UIEventScope as au}from"@devvit/protos";function Da(i){if(i instanceof Error){if(i.message===Ca)throw i;return console.error(i),{message:i.message,details:i.stack??""}}else return console.error(i),{message:"Unknown error",details:rt.caughtToString(i)}}var xe,Oe,Mi,Qr,Ui,Ua=class{constructor(e,t,r){l(this,xe);l(this,Oe);l(this,Mi);l(this,Qr);l(this,Ui);d(this,xe,!!r.context.devvitContext.debug.useAsync),n(this,xe)&&console.debug("[useAsync] v1",t),this.state={data:null,load_state:"initial",error:null,depends:null},d(this,Oe,r.hookId),this.initializer=e,d(this,Mi,r.invalidate),d(this,Qr,r.context),this.localDepends=t.depends??null,d(this,Ui,t)}onStateLoaded(){if(n(this,xe)&&console.debug("[useAsync] async onLoad ",n(this,Oe),this.state),n(this,xe)&&console.debug("[useAsync] async onLoad have ",this.localDepends,"and",this.state.depends),!Nt(this.localDepends,this.state.depends)||this.state.load_state==="initial"){n(this,xe)&&console.debug("[useAsync] attempting to resolve for hookId",n(this,Oe)),this.state.load_state="loading",this.state.depends=this.localDepends,n(this,Mi).call(this);let e={scope:au.ALL,hook:n(this,Oe),async:!0,asyncRequest:{requestId:n(this,Oe)+"-"+JSON.stringify(this.state.depends)}};n(this,xe)&&console.debug("[useAsync] onLoad requeue"),n(this,Qr).addToRequeueEvents(e)}}async onUIEvent(e,t){if(e.asyncRequest){let r={requestId:e.asyncRequest.requestId};try{r.data={value:await this.initializer()}}catch(o){r.error=Da(o)}let s={scope:au.ALL,asyncResponse:r,hook:n(this,Oe)};n(this,xe)&&console.debug("[useAsync] onReq requeue"),t.addToRequeueEvents(s)}else if(e.asyncResponse){let r=n(this,Oe)+"-"+JSON.stringify(this.state.depends);e.asyncResponse.requestId===r?(this.state={...this.state,data:e.asyncResponse.data?.value??null,error:e.asyncResponse.error??null,load_state:e.asyncResponse.error?"error":"loaded"},n(this,Ui).finally&&await n(this,Ui).finally(this.state.data,this.state.error?new Error(this.state.error?.message??"Unknown error"):null),n(this,Mi).call(this)):n(this,xe)&&console.debug("[useAsync] onResp skip, stale event",e.asyncResponse.requestId," !== ",r)}else throw new Error("Unknown event type")}};xe=new WeakMap,Oe=new WeakMap,Mi=new WeakMap,Qr=new WeakMap,Ui=new WeakMap;function Wp(i,e={}){let t=me({namespace:"useAsync",initializer:r=>new Ua(i,e,r)});return{data:t.state.data,error:t.state.error,loading:t.state.load_state==="loading"}}var He,Di,jt,ct,Ba=class{constructor(e,t){this.state={value:null,load_state:"initial",error:null};l(this,He);l(this,Di);l(this,jt);l(this,ct);d(this,jt,e),d(this,ct,t.hookId),d(this,He,t.invalidate),d(this,Di,t.context)}async onUIEvent(){if(this.state.load_state==="loading"&&this._promise){try{this.state.value=await this._promise,this.state.load_state="loaded"}catch(e){this.state.load_state="error",this.state.error=Da(e)}n(this,He).call(this)}else console.warn(`Invalid state for hook (${n(this,ct)}):`,this.state.load_state,this._promise)}setter(e){this.state.value=e instanceof Function?e(this.state.value):e,this.state.load_state="loaded",n(this,He).call(this)}onStateLoaded(){if(this._promise=n(this,Di)._prevHooks[n(this,ct)]?._promise,this.state.load_state==="loading")throw new Ht;if(this.state.load_state==="error")throw new Error(this.state.error?.message??"Unknown error");if(this.state.load_state==="initial"){let e;try{e=n(this,jt)instanceof Function?n(this,jt).call(this):n(this,jt)}catch(t){console.log("error in loading async",t),this.state.load_state="error",n(this,He).call(this);return}if(e instanceof Promise){this._promise=e,this.state.load_state="loading";let t={scope:Gp.ALL,asyncRequest:{requestId:n(this,ct)},hook:n(this,ct)};throw n(this,Di).addToRequeueEvents(t),n(this,He).call(this),new Ht}else this.state.value=e,this.state.load_state="loaded";n(this,He).call(this)}}};He=new WeakMap,Di=new WeakMap,jt=new WeakMap,ct=new WeakMap;function Na(i){let e=me({namespace:"useState",initializer:t=>new Ba(i,t)});return[e.state.value,e.setter.bind(e)]}var mo=class{buildContext(e,t,r){let s=new hi(r),o=new pi(r),a=new ki(r),c=new bi(r),m=new Ci(r),y=new Pi(r),v=new ao(e),f=new gi(r),S=new ci,b=new fi(r),_=tu(a,e._state),I={modLog:s,kvStore:o,redis:a,reddit:c,scheduler:m,settings:y,media:f,assets:S,realtime:b,ui:v,useState:Na,useChannel:Ea,useInterval:Ma,useForm:Ia,cache:_,dimensions:t.env?.dimensions,uiEnvironment:{timezone:r[P.Timezone]?.values[0],locale:r[P.Language]?.values[0],dimensions:t.env?.dimensions,colorScheme:t.env?.colorScheme}},N=se(r,t.props?.postId);return N.debug.effects=e,{...N,...I}}};var pe=null;function du(i){return JSON.parse(JSON.stringify(i))}function zp(i){if(!(i!==""&&!/[-.]/.test(i)))throw new Error(`Hook with namespace '${i}' is invalid. Hook namespaces cannot be empty string or contain dashes/dots because they are used as delimiters internally. Please update the hook namespace and try again.`)}function me({initializer:i,...e}){if(!pe)throw new Error("Hooks can only be declared at the top of a component. You cannot declare hooks outside of components or inside of event handlers. It's almost always a mistake to declare hooks inside of loops or conditionals.");zp(e.namespace);let t=pe.nextHookId(e),r=pe,s={hookId:t,invalidate:()=>{r._changed[t]=!0,r._state[t]=r?._hooks[t]?.state},context:pe},o=pe._state[t]===void 0||ou(pe._state[t]);pe._hooks[t]=pe._hooks[t]??i(s);let a=pe._hooks[t];return o||(a.state=pe._state[t]),a.onStateLoaded?.(),o&&a.state!==void 0&&a.state!==null&&s.invalidate(),a}var $p=null,po=128,Bi,fo,Yr,F,oe,go,lu,La,uu,_a,Ha,ho,ja,cu,Vt=class{constructor(e){l(this,F);l(this,Bi);l(this,fo,new mo);l(this,Yr,new Ii(()=>this._latestRenderContext?.devvitContext?.assets));this._latestRenderContext=null;n(this,F,oe)&&console.debug("[blocks] BlocksHandler v1"),d(this,Bi,e),$p=this}async handle(e,t){let r=new Ei(e,t),s=n(this,fo).buildContext(r,e,t);r.devvitContext=s;let o,a=e.events.length-po,c=e.events;if(a>0){c=[];{let I=0;for(let N of e.events)I<a&&N.realtimeEvent?I++:c.push(N)}for(;c.length>po;)c.shift();console.warn(`dropped ${a} events`)}let y=!c.length||c.some(I=>!I.async),v=c.some(I=>I.blocking),f,S,b=[...c];c.length===0&&c.push({scope:Jp.ALL}),n(this,F,oe)&&console.debug("[blocks] starting processing events");let _=0;for(;c.length>0;){if(_++>po)throw new Error(`Exceeded maximum iterations of ${po}`);n(this,F,oe)&&console.debug("[blocks] processing events loop iteration",c.length);let I=[];if(!c[0].async)I.push(c.shift());else for(;c[0]?.async;)I.push(c.shift());if(!I.length)throw Error("batch must have at least one event");try{if(I[0].async){let B=du(r._state);await h(this,F,lu).call(this,r,...I),r._state=B}else await h(this,F,uu).call(this,r,...I)}catch(B){if(!ro(B))throw B;if(n(this,F,oe)&&console.debug("[blocks] caught in handler",B),r._latestRenderContent=void 0,S){r._state=S._state,r._changed=f,r._effects=S._effects;let oi=b.map(sd=>{let od={...sd};return od.retry=!0,od});r.addToRequeueEvents(...oi);break}else throw ro(B)||console.error("[blocks] unhandled error in handler",B),B}n(this,F,oe)&&console.debug("[blocks] remaining events",r._requeueEvents);let N=[];for(let B of r._requeueEvents){if(!y&&!B.async){n(this,F,oe)&&console.debug("[blocks] NOT reprocessing event in BlocksHandler, sync mismatch A",B),N.push(B);continue}if(y&&B.async&&!v){n(this,F,oe)&&console.debug("[blocks] NOT reprocessing event in BlocksHandler, sync mismatch B",B),N.push(B);continue}n(this,F,oe)&&console.debug("[blocks] reprocessing event in BlocksHandler",B),c.push(B)}r._requeueEvents=N,c.length>0&&(f={...r._changed},S={_state:du(r._state),_effects:{...r._effects}},b=[...c])}if(y){r._latestRenderContent||(r._latestRenderContent=h(this,F,_a).call(this,n(this,Bi),r.request.props??{},r));let I=r._latestRenderContent;I&&(o=n(this,Yr).createBlocksElementOrThrow(I),o=n(this,Yr).ensureRootBlock(o))}return{state:r._changedState,effects:r.effects,blocks:o,events:r._requeueEvents}}};Bi=new WeakMap,fo=new WeakMap,Yr=new WeakMap,F=new WeakSet,oe=function(){return!!this._latestRenderContext?.devvitContext.debug.blocks},go=function(e,...t){e._hooks={},h(this,F,_a).call(this,n(this,Bi),e.request.props??{},e)},lu=async function(e,...t){h(this,F,go).call(this,e,...t),await Promise.all(t.map(async r=>{if(!r.async)throw new Error("You can't mix main and other queues in one batch. This is likely a platform bug. Please file an issue in the Discord for someone to help! https://discord.com/channels/1050224141732687912/1115441897079574620");await h(this,F,La).call(this,e,r)}))},La=async function(e,t){let r=e._hooks[t.hook];if(r?.onUIEvent)try{await r.onUIEvent(t,e)}catch(s){throw ro(s)?n(this,F,oe)&&console.error("Server call required",s):console.error("Error in event handler",s),s}else await e.handleUndeliveredEvent(t)},uu=async function(e,...t){for(let r of t)n(this,F,oe)&&console.log("[blocks] handling main queue event",r),n(this,F,oe)&&console.log("[blocks] before",e._state),h(this,F,go).call(this,e,r),await h(this,F,La).call(this,e,r),n(this,F,oe)&&console.log("[blocks] after",e._state);h(this,F,go).call(this,e)},_a=function(e,t,r){n(this,F,oe)&&console.debug("[blocks] renderRoot"),r._generated={},pe=r,this._latestRenderContext=r;try{let s=h(this,F,Ha).call(this,e,t,r);if(s.length!==1)throw new Error(`There can only be one root element, received: ${s.length}. Please wrap these elements in a <vstack></vstack> or <hstack></hstack> to continue. Fragments cannot be used as a root element.`);let o=s[0];if(o==="[object Promise]")throw new Error('Root elements cannot be async. To use data from an async endpoint, please use "const [data] = useState(async () => {/** your async code */})".');if(typeof o=="string")throw new Error("The root element must return a valid block, not a string. Try wrapping the element in a <text>your content</text> tag to continue.");return r._latestRenderContent=o,o}catch(s){if(s instanceof Ht)return;throw s}finally{pe=null}},Ha=function(e,t,r){r.push({namespace:e.name||"anonymous",...t});try{let s=e(t,r.devvitContext);if(s instanceof Promise)throw new Error(`Components (found: ${e.name??"unknown component"}) cannot be async. To use data from an async endpoint, please use "const [data] = useState(async () => {/** your async code */})".`);return h(this,F,ja).call(this,s,r)}finally{r.pop()}},ho=function(e,t){return e=e.flat(1/0),e.flatMap((r,s)=>(r&&typeof r=="object"&&"props"in r&&(r.props?.key||(r.props=r.props??{},r.props.key=`${s}`)),h(this,F,ja).call(this,r,t)))},ja=function(e,t){if(Array.isArray(e))return h(this,F,ho).call(this,e,t);if(qp(e))if(e.type===void 0)try{return t.push({namespace:"fragment",...e.props}),h(this,F,ho).call(this,e.children,t)}finally{t.pop()}else if(typeof e.type=="function"){let r={...e.props,children:e.children.flat(1/0)};return h(this,F,Ha).call(this,e.type,r,t)}else try{t.push({namespace:e.type,...e.props});let r=h(this,F,ho).call(this,e.children,t),s=h(this,F,cu).call(this,e.props??{});return[{type:e.type,children:r,props:s}]}finally{t.pop()}else return[(e??"").toString()]},cu=function(e){let t={};for(let r in e)if(!(typeof e[r]>"u"))if(typeof e[r]=="function"){let s=me({namespace:r,key:!1,initializer:({hookId:o})=>({hookId:o,state:null,onUIEvent:a=>{if(a.userAction)return e[r](a.userAction.data);if(a.webView?.postMessage){let c=a.webView.postMessage.jsonString?JSON.parse(a.webView.postMessage.jsonString):a.webView.postMessage.message;return e[r](c)}}})});t[r]=s.hookId,"captureHookRef"in e[r]&&e[r].captureHookRef()}else{let s=JSON.parse(JSON.stringify(e[r]));s!=null&&(t[r]=s)}return t};function qp(i){return typeof i=="object"&&i!=null&&"type"in i}var mu=i=>{let e=Number(i.trim().split(".").pop());return isNaN(e)?void 0:e},pu=i=>{let[e,t,r]=i.trim().split(";");if(!e||!t||!r){console.warn(`Received a malformed devvit-user-agent! Received: '${i}'`);return}if(e!=="Reddit"){console.warn(`Received unknown company name in user agent! Received: '${i}'`);return}if(t==="iOS"){let s=mu(r);if(s===void 0){console.warn(`Could not parse version number from user agent! Received: '${i}'`);return}return{company:"Reddit",platform:"iOS",rawVersion:r,versionNumber:s}}if(t==="Android"){let s=mu(r);if(s===void 0){console.warn(`Could not parse version number from user agent! Received: '${i}'`);return}return{company:"Reddit",platform:"Android",rawVersion:r,versionNumber:s}}if(t==="Shreddit")return{company:"Reddit",platform:"Shreddit",rawVersion:r};console.warn("Received unknown platform:",t)},gu=i=>i?i.platform==="Android"?i.versionNumber<1875012:i.platform==="iOS"?i.versionNumber<614973:!1:(console.warn(`Could not parse devvit-user-agent! Received: '${JSON.stringify(i)}'`),!1),Kp=i=>{switch(i){case"Android":return"https://play.google.com/store/apps/details?id=com.reddit.frontpage";case"iOS":return"https://apps.apple.com/us/app/reddit/id1064216828";case"Shreddit":break;default:console.error(`No upgrade link for platform: ${i}`)}},Xp=({platform:i},e)=>u.createElement("blocks",null,u.createElement("vstack",{alignment:"middle center",height:100,width:100},u.createElement("vstack",{maxWidth:"300px",gap:"large",alignment:"middle center"},u.createElement("vstack",{gap:"medium",alignment:"middle center"},u.createElement("image",{imageHeight:100,imageWidth:100,url:"https://i.redd.it/p1vmc5ulmpib1.png"}),u.createElement("text",{size:"large",weight:"bold",wrap:!0,alignment:"center"},"Uh oh, the app you're trying to use requires the latest version of Reddit. Please upgrade your app to continue.")),u.createElement("hstack",{alignment:"middle center"},u.createElement("button",{onPress:()=>{let t=Kp(i);t?e.ui.navigateTo(t):console.warn("No upgrade link found for platform:",i)}},"Upgrade"))))),hu=i=>()=>u.createElement(Xp,{platform:i});var Zp=()=>u.createElement("vstack",{alignment:"center middle",width:"100%",height:"100%"},u.createElement("text",null,"This feature is not available yet")),Qp=[[yo,yo.methods.renderPostContent,(i,e)=>u.customPostType?.render(e)??null],[yo,yo.methods.renderPostComposer,(i,e)=>u.createElement(Zp,null)]];function Yp(i){return async(e,t)=>{let r=pu(t["devvit-user-agent"]?.values?.[0]??"");if(r&&gu(r)){let o=new Vt(hu(r.platform));return fu.fromJSON(await o.handle(e,t))}let s=new Vt(i);return fu.fromJSON(await s.handle(e,t))}}function yu(i){for(let[e,t,r]of Qp)i.provides(e),O(t.name,Yp(r))}var je,Wt,Gt,mt,Ve,Jt,pt,gt,tn,Ni,ht,rn,zt,j,bo,bu,U=class U extends _s{static configure(e){d(this,Wt,{...n(this,Wt),...e});let t=e.http,r=typeof t=="object"&&"domains"in t;Fe(r?{enabled:!0}:t)&&(r&&(cd(t.domains),d(this,Ni,md(t.domains))),this.use(k.HTTPDefinition)),(e.redis===void 0||Fe(e.kvStore)||Fe(e.redis))&&(this.use(k.KVStoreDefinition),this.use(k.RedisAPIDefinition)),Fe(e.media)&&this.use(k.MediaServiceDefinition),Fe(e.modLog)&&this.use(k.ModlogDefinition),Fe(e.redditAPI)&&(this.use(k.FlairDefinition),this.use(k.GraphQLDefinition),this.use(k.LinksAndCommentsDefinition),this.use(k.ListingsDefinition),this.use(k.ModerationDefinition),this.use(k.ModNoteDefinition),this.use(k.NewModmailDefinition),this.use(k.PrivateMessagesDefinition),this.use(k.SubredditsDefinition),this.use(k.UsersDefinition),this.use(k.WidgetsDefinition),this.use(k.WikiDefinition)),Fe(e.realtime)&&this.use(k.RealtimeDefinition);let a=e.userActions,m=typeof a=="object"&&"scopes"in a?{enabled:!0}:a;Fe(m)&&(this.use(k.UserActionsDefinition),d(this,ht,h(this,bo,bu).call(this,e)))}static addMenuItem(e){this._initMenu(),n(this,Jt).push(e)}static addCustomPostType(e){d(this,Gt,e)}static createForm(e,t){this._initForms();let r=`form.${n(this,mt).size}`;return n(this,mt).set(r,{form:e,onSubmit:t}),r}static addSchedulerJob(e){if(this._initScheduler(),n(this,pt).has(e.name))throw new Error(`Job ${e.name} is already defined`);n(this,pt).set(e.name,e.onRun)}static addSettings(e){var o;let t=Array.isArray(e)?e:[e],r=t.filter(a=>a.type==="group"||!a.scope||a.scope===ze.Installation),s=t.filter(a=>a.type!=="group"&&a.scope===ze.App);this._initSettings(s.length>0,r.length>0),r.length>0&&n(this,Ve).push(...r),s.length>0&&n(this,je).push(...s),Ot([...n(this,Ve)??[],...n(this,je)??[]]),n(this,j)[k.SettingsDefinition.fullName]||this.use(k.SettingsDefinition),globalThis.devvit??(globalThis.devvit={}),(o=globalThis.devvit).settings??(o.settings={}),globalThis.devvit.settings.app=n(this,je),globalThis.devvit.settings.installation=n(this,Ve)}static addTrigger(e){if("events"in e){for(let t of e.events)this.addTrigger({event:t,onEvent:(r,s)=>e.onEvent(r,s)});return this}return n(this,gt).has(e.event)?n(this,gt).get(e.event)?.push(e.onEvent):n(this,gt).set(e.event,[e.onEvent]),U}static provide(e){n(this,rn).push(e)}static use(e){n(this,zt)[e.fullName]={def:e,handler:void 0};let t={};for(let r of Object.values(e.methods))t[r.name]=(s,o)=>n(this,zt)[e.fullName].handler?.[r.name]?.(r.requestType?.fromPartial(s??{}),o);return n(this,j)[e.fullName]=t,t}static get redditAPIPlugins(){if(!Fe(n(this,Wt).redditAPI))throw new Error("Reddit API is not enabled. You can enable it by passing `redditAPI: true` to `Devvit.configure`.");return{Flair:n(this,j)[k.FlairDefinition.fullName],GraphQL:n(this,j)[k.GraphQLDefinition.fullName],LinksAndComments:n(this,j)[k.LinksAndCommentsDefinition.fullName],Listings:n(this,j)[k.ListingsDefinition.fullName],Moderation:n(this,j)[k.ModerationDefinition.fullName],ModNote:n(this,j)[k.ModNoteDefinition.fullName],NewModmail:n(this,j)[k.NewModmailDefinition.fullName],PrivateMessages:n(this,j)[k.PrivateMessagesDefinition.fullName],Subreddits:n(this,j)[k.SubredditsDefinition.fullName],Users:n(this,j)[k.UsersDefinition.fullName],Widgets:n(this,j)[k.WidgetsDefinition.fullName],Wiki:n(this,j)[k.WikiDefinition.fullName]}}static get modLogPlugin(){let e=n(this,j)[k.ModlogDefinition.fullName];if(!e)throw new Error("ModLog is not enabled. You can enable it by passing `modLog: true` to `Devvit.configure`");return e}static get schedulerPlugin(){let e=n(this,j)[k.SchedulerDefinition.fullName];if(!e)throw new Error("Scheduler is not enabled. You can enable it by calling `Devvit.addSchedulerJob` at the top level of your app.");return e}static get kvStorePlugin(){let e=n(this,j)[k.KVStoreDefinition.fullName];if(!e)throw new Error("Key Value Store is not enabled. You can enable it by passing `kvStore: true` to `Devvit.configure`");return e}static get redisPlugin(){let e=n(this,j)[k.RedisAPIDefinition.fullName];if(!e)throw new Error("Redis is not enabled. You can enable it by passing `redis: true` to `Devvit.configure`");return e}static get mediaPlugin(){let e=n(this,j)[k.MediaServiceDefinition.fullName];if(!e)throw new Error("MediaService is not enabled. You can enable it by passing `media: true` to `Devvit.configure`");return e}static get settingsPlugin(){let e=n(this,j)[k.SettingsDefinition.fullName];if(!e)throw new Error("Settings must first be configured with `Devvit.addSettings()` before they can be accessed");return e}static get realtimePlugin(){let e=n(this,j)[k.RealtimeDefinition.fullName];if(!e)throw new Error("Realtime is not enabled. You can enable it by passing `realtime: true` to `Devvit.configure`");return e}static get userActionsPlugin(){if(!(n(this,ht).length>0&&Fe(n(this,Wt).redditAPI)))throw new Error("UserActions is not enabled. You can enable it by passing scopes in `userActions: { scopes: [...scopes] }` and `redditAPI: true` to `Devvit.configure`");return n(this,j)[k.UserActionsDefinition.fullName]}static get scopes(){return n(this,ht)}static get menuItems(){return n(this,Jt)??[]}static get customPostType(){return n(this,Gt)}static get formDefinitions(){return n(this,mt)}static get scheduledJobHandlers(){return n(this,pt)}static get installationSettings(){return n(this,Ve)}static get appSettings(){return n(this,je)}static get triggerOnEventHandlers(){return n(this,gt)}static get assets(){return globalThis.devvit?.assets??{}}static get webViewAssets(){return n(this,tn)}static _initForms(){n(this,mt)??d(this,mt,new Map)}static _initMenu(){n(this,Jt)??d(this,Jt,[])}static _initScheduler(){n(this,j)[k.SchedulerDefinition.fullName]||this.use(k.SchedulerDefinition),n(this,pt)??d(this,pt,new Map)}static _initSettings(e,t){e&&(n(this,je)??d(this,je,[])),t&&(n(this,Ve)??d(this,Ve,[]))}constructor(e){var t,r;super(e),globalThis.devvit??(globalThis.devvit={}),(t=globalThis.devvit).assets??(t.assets=e.assets),(r=globalThis.devvit).appConfig??(r.appConfig=globalThis.__devvit__?.config),d(U,tn,e.webviewAssets??{});for(let s in n(U,zt)){let o=n(U,zt)[s];o.handler=e.use(o.def)}n(U,Jt)&&Sl(e),n(U,pt)&&wl(e),n(U,Gt)&&(yl(e),yu(e)),(n(U,Gt)||n(U,mt))&&Wl(e),n(U,Ve)&&bl(e),n(U,je)&&Qd(e),n(U,gt).size>0&&Fl(e);for(let s of n(U,rn))e.provides(s);(n(U,Ni).length>0||n(U,ht).length>0)&&e.addPermissions?.({requestedFetchDomains:n(U,Ni),asUserScopes:n(U,ht)})}static assertUserScope(e){let t=en[e];if(!U.scopes.includes(e))throw Error(`To call this API with 'runAs: "USER"', set 'userActions: { scopes: [ Scope.${t} ] }' in your Devvit.configure().`)}};je=new WeakMap,Wt=new WeakMap,Gt=new WeakMap,mt=new WeakMap,Ve=new WeakMap,Jt=new WeakMap,pt=new WeakMap,gt=new WeakMap,tn=new WeakMap,Ni=new WeakMap,ht=new WeakMap,rn=new WeakMap,zt=new WeakMap,j=new WeakMap,bo=new WeakSet,bu=function(e){let t=e.userActions;return t?typeof t=="boolean"&&t?[en.SUBMIT_POST,en.SUBMIT_COMMENT]:typeof t=="object"&&"enabled"in t&&t.enabled?"scopes"in t?t.scopes:[en.SUBMIT_POST,en.SUBMIT_COMMENT]:typeof t=="object"&&"scopes"in t?t.scopes:[]:[]},l(U,bo),U.debug={},l(U,je),l(U,Wt,{}),l(U,Gt),l(U,mt),l(U,Ve),l(U,Jt),l(U,pt),l(U,gt,new Map),l(U,tn,{}),l(U,Ni,[]),l(U,ht,[]),l(U,rn,[]),l(U,zt,{}),l(U,j,{});var u=U;(e=>{function i(t,r,...s){return{type:t,props:r,children:s}}e.createElement=i})(u||(u={}));function X(i){let e=Object.getOwnPropertyDescriptors(i.constructor.prototype);for(let[t,r]of Object.entries(e))r.get&&Object.defineProperty(i,t,{...r,enumerable:!0})}var Va;(function(i){i[i.bold=1]="bold",i[i.italic=2]="italic",i[i.underline=4]="underline",i[i.strikethrough=8]="strikethrough",i[i.subscript=16]="subscript",i[i.superscript=32]="superscript",i[i.monospace=64]="monospace"})(Va||(Va={}));var vu="text",ku="raw",Cu="br",Pu="link",Su="c/",wu="p/",Fu="r/",xu="u/",Iu="@",Au="spoilertext",Tu="par",Eu="h",Ru="hr",Ou="blockquote",Mu="code",Uu="li",Du="list",Bu="L",Nu="R",Lu="C",_u="table",Hu="embed",ju="img",Vu="gif",Wu="video";function Gu(i){return{e:Vu,id:i.mediaId,...i.caption&&{c:i.caption},...i.blur&&{o:i.blur}}}function Ju(i,e){let t={},r=[];return Object.assign(t,nn(t,r),sn(t,r),on(t,r),ln(t,r),un(t,r),cn(t,r)),e(t),{e:Ou,c:r,...i.author&&{a:i.author}}}function zu(i,e){let t={},r=[];return Object.assign(t,Ga(t,r)),e(t),{e:Mu,c:r,...i.language&&{l:i.language}}}function $u(i){return{e:Su,t:i.permalink}}function qu(i,e){let t={},r=[];return Object.assign(t,Ga(t,r),dn(t,r)),e(t),{e:Eu,l:i.level,c:r}}function Ku(i){return{e:Hu,u:i.sourceUrl,c:i.contentUrl,x:i.width,y:i.height}}function Xu(){return{e:Ru}}function Zu(i){return{e:ju,id:i.mediaId,...i.caption&&{c:i.caption},...i.blur&&{o:i.blur}}}function Qu(){return{e:Cu}}function Yu(i){return{e:Pu,t:i.text,u:i.url,...i.formatting&&{f:i.formatting},...i.tooltip&&{a:i.tooltip}}}function ec(i,e){let t={},r=[];return Object.assign(t,fc(t,r)),e(t),{e:Du,o:i.ordered,c:r}}function tc(i){let e={},t=[];return Object.assign(e,nn(e,t),sn(e,t),on(e,t),vo(e,t),ln(e,t),un(e,t),cn(e,t)),i(e),{e:Uu,c:t}}function ic(i){let e={},t=[];return Object.assign(e,ko(e,t),dn(e,t),Wa(e,t),Ja(e,t),an(e,t)),i(e),{e:Tu,c:t}}function rc(i){return{e:wu,t:i.permalink}}function nc(i){return{e:ku,t:i}}function sc(i){let e={},t=[];return Object.assign(e,ko(e,t),dn(e,t),Wa(e,t)),i(e),{e:Au,c:t}}function oc(i){return{e:Fu,t:i.subredditName,l:i.showPrefix}}function ac(i){let e={},t=[],r=[];return Object.assign(e,yc(e,t,r)),i(e),{e:_u,h:t,c:r}}function dc(i){let[e,t]=hc();return i(e),{c:t}}function lc(i,e){let[t,r]=hc();e(t);let s;switch(i.columnAlignment){case"left":s=Bu;break;case"right":s=Nu;break;case"center":s=Lu;break}return{...s&&{a:s},...r&&{c:r}}}function uc(i){let e={},t=[];return Object.assign(e,bc(e,t)),i(e),t}function cc(i){return{e:vu,t:i.text,...i.formatting&&{f:i.formatting}}}function mc(i){return{e:xu,t:i.username,l:i.showPrefix}}function pc(i){return{e:Iu,t:i.username,l:i.showPrefix}}function gc(i){return{e:Wu,id:i.mediaId,...i.caption&&{c:i.caption},...i.blur&&{o:i.blur},...i.thumbnail&&{p:i.thumbnail},...i.convertToGif&&{gifify:i.convertToGif}}}function hc(){let i={},e=[];return Object.assign(i,ko(i,e),dn(i,e),Ja(i,e),an(i,e)),[i,e]}function nn(i,e){return{blockQuote(t,r){return e.push(Ju(t,r)),i}}}function sn(i,e){return{codeBlock(t,r){return e.push(zu(t,r)),i}}}function vc(i,e){return{embed(t){return e.push(Ku(t)),i}}}function on(i,e){return{heading(t,r){return e.push(qu(t,r)),i}}}function vo(i,e){return{horizontalRule(){return e.push(Xu()),i}}}function an(i,e){return{image(t){return e.push(Zu(t)),i},animatedImage(t){return e.push(Gu(t)),i}}}function Wa(i,e){return{linebreak(){return e.push(Qu()),i}}}function dn(i,e){return{link(t){return e.push(Yu(t)),i},commentLink(t){return e.push($u(t)),i},postLink(t){return e.push(rc(t)),i},subredditLink(t){return e.push(oc(t)),i},userLink(t){return e.push(mc(t)),i},userMention(t){return e.push(pc(t)),i}}}function ln(i,e){return{list(t,r){return e.push(ec(t,r)),i}}}function fc(i,e){return{item(t){return e.push(tc(t)),i}}}function un(i,e){return{paragraph(t){return e.push(ic(t)),i}}}function Ga(i,e){return{rawText(t){return e.push(nc(t)),i}}}function Ja(i,e){return{spoiler(t){return e.push(sc(t)),i}}}function yc(i,e,t){return{headerCell(r,s){return e.push(lc(r,s)),i},row(r){return t.push(uc(r)),i}}}function cn(i,e){return{table(t){return e.push(ac(t)),i}}}function bc(i,e){return{cell(t){return e.push(dc(t)),i}}}function ko(i,e){return{text(t){return e.push(cc(t)),i}}}function kc(i,e){return{video(t){return e.push(gc(t)),i}}}var eg=function(i,e,t,r,s){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?i!==e||!s:!e.has(i))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?s.call(i,t):s?s.value=t:e.set(i,t),t},tg=function(i,e,t,r){if(t==="a"&&!r)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?i!==e||!r:!e.has(i))throw new TypeError("Cannot read private member from an object whose class did not declare it");return t==="m"?r:t==="a"?r.call(i):r?r.value:e.get(i)},Co,$t=class{constructor(){Co.set(this,void 0);let e=[];Object.assign(this,un(this,e),on(this,e),vo(this,e),nn(this,e),sn(this,e),vc(this,e),ln(this,e),cn(this,e),an(this,e),kc(this,e)),eg(this,Co,{document:e},"f")}build(){return JSON.stringify(tg(this,Co,"f"))}paragraph(e){return this}heading(e,t){return this}horizontalRule(){return this}blockQuote(e,t){return this}codeBlock(e,t){return this}embed(e){return this}list(e,t){return this}table(e){return this}image(e){return this}animatedImage(e){return this}video(e){return this}};Co=new WeakMap;function Li(i){let e;return i instanceof $t?e=i.build():typeof i=="object"?e=JSON.stringify(i):e=i,e}var Cc=100,Pc=1/0,qt,Kt,ft,_i,Hi,Po,W=class{constructor(e){l(this,Hi);l(this,qt);l(this,Kt);l(this,ft);l(this,_i,!1);this.pageSize=Cc;this.limit=Pc;this.children=[];X(this),this._fetch=e.fetch,this.pageSize=e.pageSize??Cc,this.limit=e.limit??Pc,d(this,Kt,e.after),d(this,qt,e.before),d(this,ft,e.more),e.children&&(this.children=e.children)}get hasMore(){return!n(this,_i)||!!(n(this,Kt)||n(this,qt)||n(this,ft))}async*[Symbol.asyncIterator](){let e=0;for(;;){if(e===this.children.length)if(this.hasMore){if((await h(this,Hi,Po).call(this)).length===0)break}else break;if(yield this.children[e],e++,e===this.limit)break}}setMore(e){d(this,ft,e)}preventInitialFetch(){d(this,_i,!0)}async all(){for(;this.hasMore&&this.children.length<this.limit;)await h(this,Hi,Po).call(this);return this.children.slice(0,this.limit)}async get(e){let t=e<=this.limit?e:this.limit;for(;this.hasMore&&this.children.length<t;)await h(this,Hi,Po).call(this);return this.children.slice(0,t)}};qt=new WeakMap,Kt=new WeakMap,ft=new WeakMap,_i=new WeakMap,Hi=new WeakSet,Po=async function(){if(!this.hasMore)throw new Error("This listing does not have any more items to load.");let{children:e,before:t,after:r,more:s}=await this._fetch({before:n(this,qt),after:n(this,Kt),limit:this.pageSize,more:n(this,ft)});return this.children.push(...e),d(this,qt,t),d(this,Kt,r),d(this,ft,s),d(this,_i,!0),e};var mn,za,ve=class{constructor(){}static get(e,t){let r=u.redditAPIPlugins.ModNote;return new W({hasMore:!0,before:e.before,limit:e.limit,pageSize:e.limit,fetch:async s=>{let o=await r.GetNotes({subreddit:e.subreddit,user:e.user,filter:e.filter,before:s.before,limit:s.limit},t);return{children:o.modNotes?.map(a=>h(this,mn,za).call(this,a))||[],before:o.hasNextPage?o.endCursor:void 0,hasMore:o.hasNextPage}}})}static async delete(e,t){let r=u.redditAPIPlugins.ModNote,{deleted:s}=await r.DeleteNotes(e,t);return!!s}static async add(e,t){let s=await u.redditAPIPlugins.ModNote.PostNotes(e,t);if(!s?.created)throw new Error("Failed to create mod note");return h(this,mn,za).call(this,s.created)}static async addRemovalNote(e,t){await u.redditAPIPlugins.ModNote.PostRemovalNote(e,t)}};mn=new WeakSet,za=function(e){return p(e.id,"Mod note ID is null or undefined"),p(e.createdAt,"Mod note createdAt is null or undefined"),p(e.type,"Mod note type is null or undefined"),p(e.subreddit,"Mod note subreddit is null or undefined"),p(e.subredditId,"Mod note subredditId is null or undefined"),p(e.operator,"Mod note operator is null or undefined"),p(e.operatorId,"Mod note operatorId is null or undefined"),p(e.user,"Mod note user is null or undefined"),p(e.userId,"Mod note userId is null or undefined"),p(e.userNoteData,"Mod note userNote is null or undefined"),p(e.modActionData,"Mod note modAction is null or undefined"),{id:e.id,user:{id:te(e.userId??""),name:e.user},subreddit:{id:K(e.subredditId??""),name:e.subreddit},operator:{id:te(e.operatorId??""),name:e.operator},createdAt:new Date(e.createdAt*1e3),userNote:{note:e.userNoteData?.note,redditId:e.userNoteData?.redditId?be(e.userNoteData?.redditId):void 0,label:e.userNoteData?.label},type:e.type}},l(ve,mn);var Z=class{static queryWithQueryString(e,t){return u.redditAPIPlugins.GraphQL.Query({query:e},t)}static query(e,t,r,s){return u.redditAPIPlugins.GraphQL.PersistedQuery({operationName:e,id:t,variables:r},s)}};var Sc=["all","wiki","posts","access","mail","config","flair","channels","chat_config","chat_operator","community_chat"];function ig(i,e){return e.map(t=>(i.includes(t)?"+":"-")+t).join(",")}function $a(i){return ig(i,Sc)}function wc(i){return i.filter(e=>Sc.includes(e))}import"@devvit/protos";var rg=(t=>(t.User="USER_FLAIR",t.Post="LINK_FLAIR",t))(rg||{}),Xt,ji,Vi,Wi,Gi,Ji,zi,$i,qi,Ki,Xi,So,Ie=class Ie{constructor(e,t,r){l(this,Xt);l(this,ji);l(this,Vi);l(this,Wi);l(this,Gi);l(this,Ji);l(this,zi);l(this,$i);l(this,qi);l(this,Ki);X(this),p(e.id),p(e.text),d(this,Xt,e.id),d(this,ji,t),d(this,Vi,e.text),d(this,Wi,ng(e.textColor)),d(this,Gi,sg(e.backgroundColor)),d(this,Ji,og(e.allowableContent)),d(this,zi,e.modOnly),d(this,$i,e.maxEmojis),d(this,qi,e.textEditable),d(this,Ki,r)}get id(){return n(this,Xt)}get text(){return n(this,Vi)}get textColor(){return n(this,Wi)}get backgroundColor(){return n(this,Gi)}get allowableContent(){return n(this,Ji)}get modOnly(){return n(this,zi)}get maxEmojis(){return n(this,$i)}get allowUserEdits(){return n(this,qi)}async delete(){return Ie.deleteFlairTemplate(n(this,Xt),n(this,ji),n(this,Ki))}async edit(e){return Ie.editFlairTemplate({id:n(this,Xt),subredditName:n(this,ji),text:e.text??n(this,Vi),allowableContent:e.allowableContent??n(this,Ji),backgroundColor:e.backgroundColor??n(this,Gi),maxEmojis:e.maxEmojis??n(this,$i),modOnly:e.modOnly??n(this,zi),textColor:e.textColor??n(this,Wi),allowUserEdits:e.allowUserEdits??n(this,qi)},n(this,Ki))}static async createPostFlairTemplate(e,t){var r;return h(r=Ie,Xi,So).call(r,{...e,flairType:"LINK_FLAIR"},t)}static async createUserFlairTemplate(e,t){var r;return h(r=Ie,Xi,So).call(r,{...e,flairType:"USER_FLAIR"},t)}static async editFlairTemplate(e,t){var r;return h(r=Ie,Xi,So).call(r,e,t)}static async getPostFlairTemplates(e,t){return(await u.redditAPIPlugins.Flair.LinkFlair({subreddit:e},t)).flair?.map(o=>new Ie(o,e,t))||[]}static async getUserFlairTemplates(e,t){return(await u.redditAPIPlugins.Flair.UserFlair({subreddit:e},t)).flair?.map(o=>new Ie(o,e,t))||[]}static async deleteFlairTemplate(e,t,r){await u.redditAPIPlugins.Flair.DeleteFlairTemplate({subreddit:e,flairTemplateId:t},r)}};Xt=new WeakMap,ji=new WeakMap,Vi=new WeakMap,Wi=new WeakMap,Gi=new WeakMap,Ji=new WeakMap,zi=new WeakMap,$i=new WeakMap,qi=new WeakMap,Ki=new WeakMap,Xi=new WeakSet,So=async function(e,t){let{subredditName:r,allowableContent:s="all",backgroundColor:o="transparent",flairType:a="",maxEmojis:c=10,modOnly:m=!1,text:y,textColor:v="dark",allowUserEdits:f=!1,id:S=""}=e;if(m&&f)throw new Error("Cannot have a mod only flair that is editable by users");let _=await u.redditAPIPlugins.Flair.FlairTemplate({subreddit:r,allowableContent:s,backgroundColor:o,flairType:a,maxEmojis:c,modOnly:m,text:y,textColor:v,textEditable:f,flairTemplateId:S,cssClass:"",overrideCss:!1},t);return new Ie(_,r,t)},l(Ie,Xi);var ne=Ie;function pn(i){return{flairCssClass:i.flairCssClass,user:i.user,flairText:i.flairText}}var Me,qa,Fc,Ka,yt=class yt{static async getUserFlairBySubreddit(e,t){return u.redditAPIPlugins.Flair.FlairList(e,t)}static setUserFlair(e,t){var r;return h(r=yt,Me,qa).call(r,e,t)}static setUserFlairBatch(e,t,r){var s;return h(s=yt,Me,Fc).call(s,e,t,r)}static setPostFlair(e,t){var r;return h(r=yt,Me,qa).call(r,{...e,postId:de(e.postId)},t)}static async removePostFlair(e,t,r){var s;return h(s=yt,Me,Ka).call(s,e,t,void 0,r)}static async removeUserFlair(e,t,r){var s;return h(s=yt,Me,Ka).call(s,e,void 0,t,r)}};Me=new WeakSet,qa=async function(e,t){await u.redditAPIPlugins.Flair.SelectFlair({subreddit:e.subredditName,flairTemplateId:e.flairTemplateId??"",text:e.text??"",name:e.username??"",link:e.postId??"",backgroundColor:e.backgroundColor??"",textColor:e.textColor??"dark",cssClass:e.cssClass??"",returnRtjson:"none"},t)},Fc=async function(e,t,r){if(!t.length)return[];if(t.length>100)throw new Error("Unexpected input: flairs array cannot be longer than 100 entries.");let o=",",a=t.map(y=>{for(let v in y)if(y[v]?.includes(o))throw new Error(`Unexpected input: ${v} cannot contain the "," character`);return[y.username,y.text||"",y.cssClass||""].join(o)}).join(`
|
|
4
|
-
`);return(await u.redditAPIPlugins.Flair.FlairCsv({subreddit:e,flairCsv:a},r)).result},Ka=async function(e,t,r,s){await u.redditAPIPlugins.Flair.SelectFlair({subreddit:e,name:r??"",link:t??"",flairTemplateId:"",backgroundColor:"",text:"",textColor:"",cssClass:"",returnRtjson:"none"},s)},l(yt,Me);var ce=yt;function ng(i){if(p(i,"Flair text color is required"),i==="light"||i==="dark")return i;throw new Error(`Invalid flair text color: ${i}`)}function sg(i){if(!i||i.length===0||i==="transparent")return"transparent";if(/^#([A-Fa-f0-9]{6})$/.test(i))return i;throw new Error(`Invalid flair background color: ${i}`)}function og(i){if(i==="all"||i==="text"||i==="emoji")return i;throw new Error(`Invalid allowable content: ${i}`)}import{Block as Tc,UIResponse as hg}from"@devvit/protos";import{Scope as Ec}from"@devvit/protos/json/reddit/devvit/app_permission/v1/app_permission.js";var Qa=ld(Ac(),1);var Za=i=>"text"in i?i.text:gg(i.richtext),gg=i=>i instanceof $t?i.build():typeof i=="object"?JSON.stringify(i):i;var fg={NONE:0,BLOCKS:1,UNRECOGNIZED:-1},tP={UNKNOWN:0,VALID:1,FAILED:2},Zi,hn,Qt,fn,Qi,yn,bn,vn,Yt,kn,Cn,Pn,Sn,wn,Fn,bt,xn,In,ei,Yi,vt,er,tr,ir,kt,Ct,Pt,rr,St,wt,Ft,We,An,Tn,nr,sr,or,M,D=class D{constructor(e,t){l(this,Zi);l(this,hn);l(this,Qt);l(this,fn);l(this,Qi);l(this,yn);l(this,bn);l(this,vn);l(this,Yt);l(this,kn);l(this,Cn);l(this,Pn);l(this,Sn);l(this,wn);l(this,Fn);l(this,bt);l(this,xn);l(this,In);l(this,ei);l(this,Yi);l(this,vt);l(this,er);l(this,tr);l(this,ir);l(this,kt);l(this,Ct);l(this,Pt);l(this,rr);l(this,St);l(this,wt);l(this,Ft);l(this,We);l(this,An);l(this,Tn);l(this,nr);l(this,sr);l(this,or);l(this,M);X(this),p(e.id,"Post is missing id"),p(e.title,"Post is missing title"),p(e.createdUtc,"Post is missing created date"),p(e.author,"Post is missing author name"),p(e.subreddit,"Post is missing subreddit name"),p(e.subredditId,"Post is missing subreddit id"),p(e.url,"Post is missing url"),p(e.permalink,"Post is missing permalink"),d(this,Zi,de(`t3_${e.id}`)),d(this,Qt,e.author),d(this,hn,e.authorFullname?te(e.authorFullname):void 0),d(this,Qi,K(e.subredditId)),d(this,yn,e.subreddit),d(this,Pn,e.score??0),d(this,Sn,e.numComments??0),d(this,wn,e.numReports??0);let r=new Date(0);r.setUTCSeconds(e.createdUtc),d(this,fn,r),d(this,vn,e.title),d(this,Yt,e.selftext),d(this,kn,e.selftextHtml),d(this,Cn,e.url),d(this,bn,e.permalink),e.thumbnail&&e.thumbnail!=="self"&&e.thumbnail!=="nsfw"&&e.thumbnailHeight!=null&&e.thumbnailWidth!=null&&d(this,Fn,{url:e.thumbnail,height:e.thumbnailHeight,width:e.thumbnailWidth}),d(this,bt,e.approved??!1),d(this,xn,e.approvedAtUtc??0),d(this,In,e.bannedAtUtc??0),d(this,vt,e.removed??!1),d(this,er,e.removedBy),d(this,tr,e.removedByCategory),d(this,ei,e.spam??!1),d(this,Yi,e.stickied??!1),d(this,ir,e.archived??!1),d(this,kt,e.edited??!1),d(this,Ct,e.locked??!1),d(this,Pt,e.over18??!1),d(this,rr,e.quarantine??!1),d(this,St,e.spoiler),d(this,wt,e.hidden??!1),d(this,Ft,e.ignoreReports??!1),d(this,We,e.distinguished),d(this,Tn,e.secureMedia),d(this,nr,(e.modReports??[]).map(([s])=>s)),d(this,sr,(e.userReports??[]).map(([s])=>s)),d(this,M,t),(e.linkFlairBackgroundColor||e.linkFlairCssClass||e.linkFlairText||e.linkFlairType||e.linkFlairTemplateId||e.linkFlairRichtext||e.linkFlairTextColor)&&d(this,An,{backgroundColor:e.linkFlairBackgroundColor,cssClass:e.linkFlairCssClass,text:e.linkFlairText,type:e.linkFlairType,templateId:e.linkFlairTemplateId,richtext:(e.linkFlairRichtext??[]).map(({e:s,t:o,a,u:c})=>({elementType:s,text:o,emojiRef:a,url:c})),textColor:e.linkFlairTextColor}),e.gallery?d(this,or,e.gallery.map(s=>({status:s.status,url:s.url,height:s.height,width:s.width}))):d(this,or,[])}get id(){return n(this,Zi)}get authorId(){return n(this,hn)}get authorName(){return n(this,Qt)}get subredditId(){return n(this,Qi)}get subredditName(){return n(this,yn)}get permalink(){return n(this,bn)}get title(){return n(this,vn)}get body(){return n(this,Yt)}get bodyHtml(){return n(this,kn)}get url(){return n(this,Cn)}get thumbnail(){return n(this,Fn)}get createdAt(){return n(this,fn)}get score(){return n(this,Pn)}get numberOfComments(){return n(this,Sn)}get numberOfReports(){return n(this,wn)}get approved(){return n(this,bt)}get approvedAtUtc(){return n(this,xn)}get bannedAtUtc(){return n(this,In)}get spam(){return n(this,ei)}get stickied(){return n(this,Yi)}get removed(){return n(this,vt)}get removedBy(){return n(this,er)}get removedByCategory(){return n(this,tr)}get archived(){return n(this,ir)}get edited(){return n(this,kt)}get locked(){return n(this,Ct)}get nsfw(){return n(this,Pt)}get quarantined(){return n(this,rr)}get spoiler(){return n(this,St)}get hidden(){return n(this,wt)}get ignoringReports(){return n(this,Ft)}get distinguishedBy(){return n(this,We)}get comments(){return Y.getComments({postId:this.id},n(this,M))}get flair(){return n(this,An)}get secureMedia(){return n(this,Tn)}get userReportReasons(){return n(this,sr)}get modReportReasons(){return n(this,nr)}get gallery(){return n(this,or)}toJSON(){return{id:this.id,authorId:this.authorId,authorName:this.authorName,subredditId:this.subredditId,subredditName:this.subredditName,permalink:this.permalink,title:this.title,body:this.body,bodyHtml:this.bodyHtml,url:this.url,thumbnail:this.thumbnail,score:this.score,numberOfComments:this.numberOfComments,numberOfReports:this.numberOfReports,createdAt:this.createdAt,approved:this.approved,spam:this.spam,stickied:this.stickied,removed:this.removed,removedBy:n(this,er),removedByCategory:n(this,tr),archived:this.archived,edited:this.edited,locked:this.locked,nsfw:this.nsfw,quarantined:this.quarantined,spoiler:this.spoiler,hidden:this.hidden,ignoringReports:this.ignoringReports,distinguishedBy:this.distinguishedBy,flair:this.flair,secureMedia:this.secureMedia,modReportReasons:n(this,nr),userReportReasons:n(this,sr)}}isApproved(){return n(this,bt)}isSpam(){return n(this,ei)}isStickied(){return n(this,Yi)}isRemoved(){return n(this,vt)}isArchived(){return n(this,ir)}isEdited(){return n(this,kt)}isLocked(){return n(this,Ct)}isNsfw(){return n(this,Pt)}isQuarantined(){return n(this,rr)}isSpoiler(){return n(this,St)}isHidden(){return n(this,wt)}isIgnoringReports(){return n(this,Ft)}isDistinguishedBy(){return n(this,We)}async edit(e){let t=await D.edit({id:this.id,...e},n(this,M));d(this,Yt,t.body),d(this,kt,t.edited)}async setSuggestedCommentSort(e){await D.setSuggestedCommentSort({id:this.id,subredditId:n(this,Qi),suggestedSort:e},n(this,M))}async getPostData(){return(await D.getDevvitPostData(this.id,n(this,M)))?.developerData}async setPostData(e){let t=await D.getDevvitPostData(this.id,n(this,M));await D.setPostData({postId:this.id,postData:{...t,developerData:e}},n(this,M))}async setCustomPostPreview(e){await D.setCustomPostPreview({id:this.id,ui:e},n(this,M))}async setTextFallback(e){let t=await D.setTextFallback(e,this.id,n(this,M));d(this,Yt,t.body),d(this,kt,t.edited)}async addComment(e){return Y.submit({id:this.id,...e},n(this,M))}async delete(){p(n(this,M));let e=n(this,M)?.[P.App]?.values[0];if(e!==n(this,Qt))throw new Error(`App '${e}' is not the author of Post ${this.id}, delete not allowed.`);return D.delete(this.id,n(this,M))}async approve(){await D.approve(this.id,n(this,M)),d(this,bt,!0),d(this,vt,!1)}async remove(e=!1){await D.remove(this.id,e,n(this,M)),d(this,vt,!0),d(this,ei,e),d(this,bt,!1)}async lock(){await D.lock(this.id,n(this,M)),d(this,Ct,!0)}async unlock(){await D.unlock(this.id,n(this,M)),d(this,Ct,!1)}async hide(){await D.hide(this.id,n(this,M)),d(this,wt,!0)}async unhide(){await D.unhide(this.id,n(this,M)),d(this,wt,!1)}async markAsNsfw(){await D.markAsNsfw(this.id,n(this,M)),d(this,Pt,!0)}async unmarkAsNsfw(){await D.unmarkAsNsfw(this.id,n(this,M)),d(this,Pt,!1)}async markAsSpoiler(){await D.markAsSpoiler(this.id,n(this,M)),d(this,St,!0)}async unmarkAsSpoiler(){await D.unmarkAsSpoiler(this.id,n(this,M)),d(this,St,!1)}async sticky(e){await D.sticky(this.id,e,n(this,M))}async unsticky(){await D.unsticky(this.id,n(this,M))}async distinguish(){let{distinguishedBy:e}=await D.distinguish(this.id,!1,n(this,M));d(this,We,e)}async distinguishAsAdmin(){let{distinguishedBy:e}=await D.distinguish(this.id,!0,n(this,M));d(this,We,e)}async undistinguish(){let{distinguishedBy:e}=await D.undistinguish(this.id,n(this,M));d(this,We,e)}async ignoreReports(){await D.ignoreReports(this.id,n(this,M)),d(this,Ft,!0)}async unignoreReports(){await D.unignoreReports(this.id,n(this,M)),d(this,Ft,!1)}async getAuthor(){return C.getByUsername(n(this,Qt),n(this,M))}async crosspost(e){return D.crosspost({...e,postId:this.id},n(this,M))}addRemovalNote(e){return ve.addRemovalNote({itemIds:[n(this,Zi)],...e},n(this,M))}async getEnrichedThumbnail(){return yg({id:this.id},n(this,M))}static async getById(e,t){let r=u.redditAPIPlugins.LinksAndComments,s=Mt(e)?e:`t3_${e}`,o=await r.Info({subreddits:[],thingIds:[s]},t);if(!o.data?.children?.length)throw new Error("could not find post");let a=o.data.children[0];if(!a?.data)throw new Error("could not find post");return new D(a.data,t)}static async submit(e,t){let{runAs:r="APP"}=e,s=ee[r],o=s===ee.USER?u.userActionsPlugin:u.redditAPIPlugins.LinksAndComments;s===ee.USER&&u.assertUserScope(Ec.SUBMIT_POST);let a;if("preview"in e){p(t,"Missing metadata in `SubmitPostOptions`"),s===ee.USER&&p(e.userGeneratedContent,"userGeneratedContent must be set in `SubmitPostOptions` when RunAs=USER for experience posts");let y=await new Le(()=>e.preview,void 0,{},t,void 0).buildBlocksUI(),v=Tc.encode(y).finish(),{textFallback:f,...S}=e,b=f?Za(f):"",_=e.userGeneratedContent?{text:e.userGeneratedContent.text??"",imageUrls:e.userGeneratedContent.imageUrls??[]}:void 0,I=e.postData?{developerData:e.postData}:void 0,N={kind:"custom",sr:e.subredditName,richtextJson:(0,Qa.fromByteArray)(v),richtextFallback:b,...S,userGeneratedContent:_,runAs:s,postData:I};a=await o.SubmitCustomPost(N,t)}else a=await o.Submit({kind:"kind"in e?e.kind:"url"in e?"link":"self",sr:e.subredditName,richtextJson:"richtext"in e?Li(e.richtext):void 0,...e,runAs:s},t);if("kind"in e&&["image","video","videogif"].includes(e.kind)&&!a.json?.data?.id){if(e.kind==="image"&&"imageUrls"in e)throw new Error(`Image post type with ${e.imageUrls} is being created asynchronously and should be updated in the subreddit soon.`);if("videoPosterUrl"in e)throw new Error(`Post of ${e.kind} type with ${e.videoPosterUrl} is being created asynchronously and should be updated in the subreddit soon.`)}if(a.json?.errors?.length)throw new Error(`failed to submit post - errors: ${a.json?.errors.join(", ")}`);if(!a.json?.data?.id)throw new Error("failed to submit post - no post ID returned but no error details found");return D.getById(`t3_${a.json.data.id}`,t)}static async crosspost(e,t){let{runAs:r="APP"}=e,s=ee[r],o=s===ee.USER?u.userActionsPlugin:u.redditAPIPlugins.LinksAndComments,{postId:a,subredditName:c,...m}=e;s===ee.USER&&u.assertUserScope(Ec.SUBMIT_POST);let y=await o.Submit({kind:"crosspost",sr:c,crosspostFullname:de(a),...m,runAs:s},t);if(!y.json?.data?.id||y.json?.errors?.length)throw new Error("failed to crosspost post");return D.getById(`t3_${y.json.data.id}`,t)}static async edit(e,t){let r=u.redditAPIPlugins.LinksAndComments,{id:s}=e,o;if("richtext"in e&&(o=Li(e.richtext)),(await r.EditUserText({thingId:s,text:"text"in e?e.text:"",richtextJson:o,runAs:ee.APP},t)).json?.errors?.length)throw new Error("Failed to edit post");return D.getById(s,t)}static async setSuggestedCommentSort(e,t){if(!(await Z.query("SetSuggestedSort","cf6052acc7fefaa65b710625b81dba8041f258313aafe9730e2a3dc855e5d10d",{input:{subredditId:e.subredditId,postId:e.id,sort:e.suggestedSort}},t)).data?.setSuggestedSort?.ok)throw new Error("Failed to set suggested sort")}static async getDevvitPostData(e,t){let o=await Z.query("GetDevvitPostData","d349c9bee385336e44837c4a041d4b366fa32f16121cef7f12e1e3f230340696",{id:e},t);if(o.data?.postInfoById?.errors)throw new Error(`Failed to get devvit post data due to errors: ${o.data?.postInfoById?.errors.join(", ")}`);let a=o.data?.postInfoById?.devvit?.postData;if(a)return JSON.parse(a)}static async setPostData(e,t){let r=await u.redditAPIPlugins.LinksAndComments.EditCustomPost({thingId:e.postId,postData:e.postData},t);if(r.json?.errors?.length)throw new Error(`Failed to set post data, errors: ${r.json?.errors}`)}static async setCustomPostPreview(e,t){if(!t)throw new Error("Failed to set custom post preview. Metadata not found");let r=u.redditAPIPlugins.LinksAndComments,s=new Vt(e.ui),a=hg.fromJSON(await s.handle({events:[]},t)).blocks,c=(0,Qa.fromByteArray)(Tc.encode(a).finish());await r.SetCustomPostPreview({thingId:e.id,bodyType:fg.BLOCKS,blocksRenderContent:c},t)}static async setTextFallback(e,t,r){if(!("text"in e)&&!("richtext"in e))throw new Error(`No text fallback provided for post ${t}.`);let s=u.redditAPIPlugins.LinksAndComments,o=Za(e),a=await s.EditCustomPost({thingId:t,richtextFallback:o},r);if(a.json?.errors?.length)throw Error(`set post ${t} text fallback failed: ${JSON.stringify(a.json.errors)}`);return D.getById(t,r)}static async delete(e,t){await u.redditAPIPlugins.LinksAndComments.Del({id:e},t)}static async approve(e,t){await u.redditAPIPlugins.Moderation.Approve({id:e},t)}static async remove(e,t=!1,r){await u.redditAPIPlugins.Moderation.Remove({id:e,spam:t},r)}static async hide(e,t){await u.redditAPIPlugins.LinksAndComments.Hide({id:e},t)}static async unhide(e,t){await u.redditAPIPlugins.LinksAndComments.Unhide({id:e},t)}static async markAsNsfw(e,t){await u.redditAPIPlugins.LinksAndComments.MarkNSFW({id:e},t)}static async unmarkAsNsfw(e,t){await u.redditAPIPlugins.LinksAndComments.UnmarkNSFW({id:e},t)}static async markAsSpoiler(e,t){await u.redditAPIPlugins.LinksAndComments.Spoiler({id:e},t)}static async unmarkAsSpoiler(e,t){await u.redditAPIPlugins.LinksAndComments.Unspoiler({id:e},t)}static async sticky(e,t,r){await u.redditAPIPlugins.LinksAndComments.SetSubredditSticky({id:e,state:!0,num:t},r)}static async unsticky(e,t){await u.redditAPIPlugins.LinksAndComments.SetSubredditSticky({id:e,state:!1},t)}static async lock(e,t){await u.redditAPIPlugins.LinksAndComments.Lock({id:e},t)}static async unlock(e,t){await u.redditAPIPlugins.LinksAndComments.Unlock({id:e},t)}static async distinguish(e,t,r){let a=(await u.redditAPIPlugins.Moderation.Distinguish({id:e,how:t?"admin":"yes",sticky:!1},r)).json?.data?.things?.[0]?.data;return p(a),{distinguishedBy:a.distinguished}}static async undistinguish(e,t){let o=(await u.redditAPIPlugins.Moderation.Distinguish({id:e,how:"no",sticky:!1},t)).json?.data?.things?.[0]?.data;return p(o),{distinguishedBy:o.distinguished}}static async ignoreReports(e,t){await u.redditAPIPlugins.Moderation.IgnoreReports({id:e},t)}static async unignoreReports(e,t){await u.redditAPIPlugins.Moderation.UnignoreReports({id:e},t)}static getControversialPosts(e={},t){return this.getSortedPosts({...e,sort:"controversial"},t)}static getTopPosts(e={},t){return this.getSortedPosts({...e,sort:"top"},t)}static getSortedPosts(e,t){let r=u.redditAPIPlugins.Listings;return new W({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,fetch:async s=>{let o=await r.Sort({show:"all",sort:e.sort,t:e.timeframe,subreddit:e.subredditName,...s},t);return gn(o,t)}})}static getHotPosts(e={location:"GLOBAL"},t){let r=u.redditAPIPlugins.Listings;return new W({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,fetch:async s=>{let o=await r.Hot({g:e.location,show:"all",subreddit:e.subredditName,...s},t);return gn(o,t)}})}static getNewPosts(e,t){let r=u.redditAPIPlugins.Listings;return new W({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,fetch:async s=>{let o=await r.New({show:"all",subreddit:e.subredditName,...s},t);return gn(o,t)}})}static getRisingPosts(e,t){let r=u.redditAPIPlugins.Listings;return new W({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,fetch:async s=>{let o=await r.Rising({show:"all",subreddit:e.subredditName,...s},t);return gn(o,t)}})}static getPostsByUser(e,t){let r=u.redditAPIPlugins.Users;return new W({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,async fetch(s){let o=await r.UserWhere({username:e.username,where:"submitted",...s},t);return gn(o,t)}})}};Zi=new WeakMap,hn=new WeakMap,Qt=new WeakMap,fn=new WeakMap,Qi=new WeakMap,yn=new WeakMap,bn=new WeakMap,vn=new WeakMap,Yt=new WeakMap,kn=new WeakMap,Cn=new WeakMap,Pn=new WeakMap,Sn=new WeakMap,wn=new WeakMap,Fn=new WeakMap,bt=new WeakMap,xn=new WeakMap,In=new WeakMap,ei=new WeakMap,Yi=new WeakMap,vt=new WeakMap,er=new WeakMap,tr=new WeakMap,ir=new WeakMap,kt=new WeakMap,Ct=new WeakMap,Pt=new WeakMap,rr=new WeakMap,St=new WeakMap,wt=new WeakMap,Ft=new WeakMap,We=new WeakMap,An=new WeakMap,Tn=new WeakMap,nr=new WeakMap,sr=new WeakMap,or=new WeakMap,M=new WeakMap;var G=D;function gn(i,e){if(!i.data?.children)throw new Error("Listing response is missing children");return{children:i.data.children.map(r=>new G(r.data,e)),before:i.data.before,after:i.data.after}}async function yg(i,e){let o=(await Z.query("GetThumbnailV2","81580ce4e23d748c5a59a1618489b559bf4518b6a73af41f345d8d074c8b2ce9",{id:i.id},e)).data?.postInfoById?.thumbnailV2;if(o){if(!o.image)return}else throw new Error("Failed to get thumbnail");return{attribution:o.attribution,image:{url:o.image.url,width:o.image.dimensions.width,height:o.image.dimensions.height},isObfuscatedDefault:o.isObfuscatedDefault,...o.obfuscatedImage&&{obfuscatedImage:{url:o.obfuscatedImage.url,width:o.obfuscatedImage.dimensions.width,height:o.obfuscatedImage.dimensions.height}}}}var bg=(H=>(H.Custom="CUSTOM",H.Reddit="REDDIT",H.Instagram="INSTAGRAM",H.Twitter="TWITTER",H.Tiktok="TIKTOK",H.Twitch="TWITCH",H.Facebook="FACEBOOK",H.Youtube="YOUTUBE",H.Tumblr="TUMBLR",H.Spotify="SPOTIFY",H.Soundcloud="SOUNDCLOUD",H.Beacons="BEACONS",H.Linktree="LINKTREE",H.Discord="DISCORD",H.Venmo="VENMO",H.CashApp="CASH_APP",H.Patreon="PATREON",H.Kofi="KOFI",H.Paypal="PAYPAL",H.Cameo="CAMEO",H.Onlyfans="ONLYFANS",H.Substack="SUBSTACK",H.Kickstarter="KICKSTARTER",H.Indiegogo="INDIEGOGO",H.BuyMeACoffee="BUY_ME_A_COFFEE",H.Shopify="SHOPIFY",H))(bg||{}),En,ar,Rn,On,Mn,Un,Dn,xt,Bn,Nn,Ln,De,ti=class ti{constructor(e,t){l(this,En);l(this,ar);l(this,Rn);l(this,On);l(this,Mn);l(this,Un);l(this,Dn);l(this,xt,new Map);l(this,Bn);l(this,Nn);l(this,Ln);l(this,De);X(this),p(e.id,"User ID is missing or undefined"),p(e.name,"Username is missing or undefined"),p(e.createdUtc,"User is missing created date"),d(this,En,te(Vs(e.id)?e.id:`t2_${e.id}`)),d(this,ar,e.name),d(this,Un,e.over18??!1),d(this,Dn,e.isEmployee??!1);let r=new Date(0);if(r.setUTCSeconds(e.createdUtc),d(this,Rn,r),d(this,On,e.linkKarma??0),d(this,Mn,e.commentKarma??0),e.modPermissions)for(let[s,o]of Object.entries(e.modPermissions))n(this,xt).set(s,wc(o));d(this,Bn,new URL(e.subreddit?.url??"","https://www.reddit.com").toString()),d(this,Nn,e.subreddit?.url??""),d(this,Ln,e.hasVerifiedEmail??!1),d(this,De,t)}get id(){return n(this,En)}get username(){return n(this,ar)}get createdAt(){return n(this,Rn)}get linkKarma(){return n(this,On)}get commentKarma(){return n(this,Mn)}get nsfw(){return n(this,Un)}get isAdmin(){return n(this,Dn)}get modPermissions(){return n(this,xt)}get url(){return n(this,Bn)}get permalink(){return n(this,Nn)}get hasVerifiedEmail(){return n(this,Ln)}toJSON(){return{id:this.id,username:this.username,createdAt:this.createdAt,linkKarma:this.linkKarma,commentKarma:this.commentKarma,nsfw:this.nsfw,modPermissionsBySubreddit:Object.fromEntries(this.modPermissions)}}async getModPermissionsForSubreddit(e){if(n(this,xt).has(e))return n(this,xt).get(e);let t=await ti.getSubredditUsersByType({subredditName:e,type:"moderators",username:this.username},n(this,De)).all();if(t.length===0)return[];let r=t[0].modPermissions.get(e)??[];return r.length>0&&n(this,xt).set(e,r),r}getComments(e){return Y.getCommentsByUser({username:this.username,...e},n(this,De))}getPosts(e){return G.getPostsByUser({username:this.username,...e},n(this,De))}async getUserFlairBySubreddit(e){let t=await ce.getUserFlairBySubreddit({subreddit:e,name:n(this,ar)},n(this,De));return t.users[0]?pn(t.users[0]):void 0}getSnoovatarUrl(){return ti.getSnoovatarUrl(this.username,n(this,De))}async getSocialLinks(){let r=await Z.query("GetUserSocialLinks","2aca18ef5f4fc75fb91cdaace3e9aeeae2cb3843b5c26ad511e6f01b8521593a",{name:this.username},n(this,De));return r.data?.user?.profile?.socialLinks?r.data.user.profile.socialLinks.map(s=>({...s,handle:s.handle??void 0})):[]}static async getById(e,t){let r=await Rc(e,t);return r==null?void 0:ti.getByUsername(r,t)}static async getByUsername(e,t){let r=u.redditAPIPlugins.Users;try{let s=await r.UserAbout({username:e},t);if(s.data?.id)return new ti(s.data,t)}catch(s){if(s instanceof Error&&s.message.includes("404 Not Found"))return;throw s}}static async getFromMetadata(e,t){p(t);let r=t?.[e]?.values[0];return r?ti.getById(te(r),t):Promise.resolve(void 0)}static getSubredditUsersByType(e,t){let r=u.redditAPIPlugins.Subreddits;return new W({hasMore:!0,pageSize:e.pageSize,limit:e.limit,after:e.after,before:e.before,fetch:async s=>{let o=await r.AboutWhere({where:e.type,user:e.username,subreddit:e.subredditName,show:"all",...s},t);return kg(o,e.subredditName,t)}})}static async createRelationship(e,t){let r=u.redditAPIPlugins.Users,{type:s,subredditName:o,username:a,permissions:c,...m}=e,y=await r.Friend({type:s,subreddit:o,name:a,permissions:c?$a(c):void 0,...m},t);if(y.json?.errors?.length)throw new Error(y.json.errors.join(`
|
|
1
|
+
var Gc=Object.create;var ad=Object.defineProperty;var Jc=Object.getOwnPropertyDescriptor;var zc=Object.getOwnPropertyNames;var $c=Object.getPrototypeOf,qc=Object.prototype.hasOwnProperty;var dd=i=>{throw TypeError(i)};var ai=(i,e)=>()=>(e||i((e={exports:{}}).exports,e),e.exports);var Kc=(i,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of zc(e))!qc.call(i,s)&&s!==t&&ad(i,s,{get:()=>e[s],enumerable:!(r=Jc(e,s))||r.enumerable});return i};var ld=(i,e,t)=>(t=i!=null?Gc($c(i)):{},Kc(e||!i||!i.__esModule?ad(t,"default",{value:i,enumerable:!0}):t,i));var Wo=(i,e,t)=>e.has(i)||dd("Cannot "+t);var n=(i,e,t)=>(Wo(i,e,"read from private field"),t?t.call(i):e.get(i)),l=(i,e,t)=>e.has(i)?dd("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),d=(i,e,t,r)=>(Wo(i,e,"write to private field"),r?r.call(i,t):e.set(i,t),t),h=(i,e,t)=>(Wo(i,e,"access private method"),t);var ud=(i,e,t,r)=>({set _(s){d(i,e,s,t)},get _(){return n(i,e,r)}});var ba=ai((Qb,Il)=>{var mp=Object.prototype.toString;Il.exports=function(e){if(e===void 0)return"undefined";if(e===null)return"null";var t=typeof e;if(t==="boolean")return"boolean";if(t==="string")return"string";if(t==="number")return"number";if(t==="symbol")return"symbol";if(t==="function")return yp(e)?"generatorfunction":"function";if(pp(e))return"array";if(kp(e))return"buffer";if(vp(e))return"arguments";if(hp(e))return"date";if(gp(e))return"error";if(fp(e))return"regexp";switch(xl(e)){case"Symbol":return"symbol";case"Promise":return"promise";case"WeakMap":return"weakmap";case"WeakSet":return"weakset";case"Map":return"map";case"Set":return"set";case"Int8Array":return"int8array";case"Uint8Array":return"uint8array";case"Uint8ClampedArray":return"uint8clampedarray";case"Int16Array":return"int16array";case"Uint16Array":return"uint16array";case"Int32Array":return"int32array";case"Uint32Array":return"uint32array";case"Float32Array":return"float32array";case"Float64Array":return"float64array"}if(bp(e))return"generator";switch(t=mp.call(e),t){case"[object Object]":return"object";case"[object Map Iterator]":return"mapiterator";case"[object Set Iterator]":return"setiterator";case"[object String Iterator]":return"stringiterator";case"[object Array Iterator]":return"arrayiterator"}return t.slice(8,-1).toLowerCase().replace(/\s/g,"")};function xl(i){return typeof i.constructor=="function"?i.constructor.name:null}function pp(i){return Array.isArray?Array.isArray(i):i instanceof Array}function gp(i){return i instanceof Error||typeof i.message=="string"&&i.constructor&&typeof i.constructor.stackTraceLimit=="number"}function hp(i){return i instanceof Date?!0:typeof i.toDateString=="function"&&typeof i.getDate=="function"&&typeof i.setDate=="function"}function fp(i){return i instanceof RegExp?!0:typeof i.flags=="string"&&typeof i.ignoreCase=="boolean"&&typeof i.multiline=="boolean"&&typeof i.global=="boolean"}function yp(i,e){return xl(i)==="GeneratorFunction"}function bp(i){return typeof i.throw=="function"&&typeof i.return=="function"&&typeof i.next=="function"}function vp(i){try{if(typeof i.length=="number"&&typeof i.callee=="function")return!0}catch(e){if(e.message.indexOf("callee")!==-1)return!0}return!1}function kp(i){return i.constructor&&typeof i.constructor.isBuffer=="function"?i.constructor.isBuffer(i):!1}});var El=ai((Yb,Tl)=>{"use strict";var Al=Symbol.prototype.valueOf,Cp=ba();function Pp(i,e){switch(Cp(i)){case"array":return i.slice();case"object":return Object.assign({},i);case"date":return new i.constructor(Number(i));case"map":return new Map(i);case"set":return new Set(i);case"buffer":return xp(i);case"symbol":return Ip(i);case"arraybuffer":return wp(i);case"float32array":case"float64array":case"int16array":case"int32array":case"int8array":case"uint16array":case"uint32array":case"uint8clampedarray":case"uint8array":return Fp(i);case"regexp":return Sp(i);case"error":return Object.create(i);default:return i}}function Sp(i){let e=i.flags!==void 0?i.flags:/\w+$/.exec(i)||void 0,t=new i.constructor(i.source,e);return t.lastIndex=i.lastIndex,t}function wp(i){let e=new i.constructor(i.byteLength);return new Uint8Array(e).set(new Uint8Array(i)),e}function Fp(i,e){return new i.constructor(i.buffer,i.byteOffset,i.length)}function xp(i){let e=i.length,t=Buffer.allocUnsafe?Buffer.allocUnsafe(e):Buffer.from(e);return i.copy(t),t}function Ip(i){return Al?Object(Al.call(i)):{}}Tl.exports=Pp});var Ol=ai((ev,Rl)=>{"use strict";Rl.exports=function(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}});var Dl=ai((tv,Ul)=>{"use strict";var Ap=Ol();function Ml(i){return Ap(i)===!0&&Object.prototype.toString.call(i)==="[object Object]"}Ul.exports=function(e){var t,r;return!(Ml(e)===!1||(t=e.constructor,typeof t!="function")||(r=t.prototype,Ml(r)===!1)||r.hasOwnProperty("isPrototypeOf")===!1)}});var Nl=ai((iv,Bl)=>{"use strict";var Tp=El(),Ep=ba(),Rp=Dl();function va(i,e){switch(Ep(i)){case"object":return Op(i,e);case"array":return Mp(i,e);default:return Tp(i)}}function Op(i,e){if(typeof e=="function")return e(i);if(e||Rp(i)){let t=new i.constructor;for(let r in i)t[r]=va(i[r],e);return t}return i}function Mp(i,e){let t=new i.constructor(i.length);for(let r=0;r<i.length;r++)t[r]=va(i[r],e);return t}Bl.exports=va});var Ac=ai(wo=>{"use strict";wo.byteLength=dg;wo.toByteArray=ug;wo.fromByteArray=pg;var Ue=[],Se=[],ag=typeof Uint8Array<"u"?Uint8Array:Array,Xa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Zt=0,xc=Xa.length;Zt<xc;++Zt)Ue[Zt]=Xa[Zt],Se[Xa.charCodeAt(Zt)]=Zt;var Zt,xc;Se[45]=62;Se[95]=63;function Ic(i){var e=i.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=i.indexOf("=");t===-1&&(t=e);var r=t===e?0:4-t%4;return[t,r]}function dg(i){var e=Ic(i),t=e[0],r=e[1];return(t+r)*3/4-r}function lg(i,e,t){return(e+t)*3/4-t}function ug(i){var e,t=Ic(i),r=t[0],s=t[1],o=new ag(lg(i,r,s)),a=0,c=s>0?r-4:r,m;for(m=0;m<c;m+=4)e=Se[i.charCodeAt(m)]<<18|Se[i.charCodeAt(m+1)]<<12|Se[i.charCodeAt(m+2)]<<6|Se[i.charCodeAt(m+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return s===2&&(e=Se[i.charCodeAt(m)]<<2|Se[i.charCodeAt(m+1)]>>4,o[a++]=e&255),s===1&&(e=Se[i.charCodeAt(m)]<<10|Se[i.charCodeAt(m+1)]<<4|Se[i.charCodeAt(m+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function cg(i){return Ue[i>>18&63]+Ue[i>>12&63]+Ue[i>>6&63]+Ue[i&63]}function mg(i,e,t){for(var r,s=[],o=e;o<t;o+=3)r=(i[o]<<16&16711680)+(i[o+1]<<8&65280)+(i[o+2]&255),s.push(cg(r));return s.join("")}function pg(i){for(var e,t=i.length,r=t%3,s=[],o=16383,a=0,c=t-r;a<c;a+=o)s.push(mg(i,a,a+o>c?c:a+o));return r===1?(e=i[t-1],s.push(Ue[e>>2]+Ue[e<<4&63]+"==")):r===2&&(e=(i[t-2]<<8)+i[t-1],s.push(Ue[e>>10]+Ue[e>>4&63]+Ue[e<<2&63]+"=")),s.join("")}});var ee={APP:0,USER:1,UNSPECIFIED:2};import{Scope as Cg}from"@devvit/protos/json/reddit/devvit/app_permission/v1/app_permission.js";function p(i,e){if(i==null)throw Error(e??"Expected nonnullish value.")}import*as k from"@devvit/protos";import{Scope as en}from"@devvit/protos/json/reddit/devvit/app_permission/v1/app_permission.js";var _s=class{constructor(e){}};var Xc=/\.[a-zA-Z]{2,}$/;function cd(i){if(i.length>25)throw new Error("The size of requestedFetchDomains is limited to 25 domains.")}function md(i){let e=new Set;for(let t of i)try{if(!Xc.test(t))throw new Error("The domain does not have a valid top-level domain.");t.includes("://")||(t="http://"+t);let s=new URL(t).hostname.replace(/^www\./,"");e.add(s)}catch(r){throw new Error(`Failed to determine hostname from requested domain: '${t}'. ${r}`)}return Array.from(e)}import"@devvit/protos/json/devvit/events/v1alpha/events.js";import{DeletionReason as Xg,EventSource as Zg}from"@devvit/protos/json/devvit/events/v1alpha/events.js";import{CrowdControlLevel as Yg,DistinguishType as eh}from"@devvit/protos/json/devvit/reddit/v2alpha/postv2.js";import{SubredditRating as ih,SubredditType as rh}from"@devvit/protos/json/devvit/reddit/v2alpha/subredditv2.js";var ze;(function(i){i.Installation="installation",i.App="app"})(ze||(ze={}));function $e(i,e){if(!i)throw Error(e)}var pd;(function(i){i.COMMENT="t1_",i.ACCOUNT="t2_",i.LINK="t3_",i.MESSAGE="t4_",i.SUBREDDIT="t5_",i.AWARD="t6_"})(pd||(pd={}));function Ot(i,e=new Set){for(let t of i){if(t.type==="group"){Ot(t.fields,e);continue}let r=t.name;if(e.has(r))throw new Error(`Duplicate field name: ${r}`);e.add(r)}Zc(i)}function Zc(i){for(let e of i)if(e.type==="string"&&e.isSecret&&e.scope!==ze.App)throw`Invalid setting: only app settings can be secrets. Add "scope: SettingScope.App" to field "${e.name}"`}var qe=Object.freeze({INTERVAL:0,FORM:1,STATE:2,CHANNEL:3,WEB_VIEW:4});var Ph=["3rd-party","activity","add-emoji","add","add-filter","add-media","add-to-feed","admin","ads","ai","align-center","align-left","align-right","all","ama","answers","appearance","approve","archived","aspect-ratio","aspect-rectangle","attach","audience","audio","author","automod","avatar-style","award","back","backup","ban","best","binoculars","block","blockchain","bold","boost","bot","bounce","brand-awareness","browse","browser","business","cake","calendar","camera","campaign","caret-down","caret-left","caret-right","caret-up","caret-updown","chat","chat-group","chat-new","chat-private","checkbox-dismiss","checkbox","checkmark","chrome","clear","client-list","close","closed-captioning","code-block","code-inline","coins-color-old","coins","collapse-left","collapse-right","collectible-expressions","collection","comment","comments","communities","community","confidence","contest","controversial","conversion","copy-clipboard","crop","crosspost","crowd-control","custom-feed","customize","dashboard","day","delete-column","delete","delete-row","devvit","discover","dismiss-all","distinguish","down-arrow","down","download","downvote","downvotes","drag","drugs","duplicate","edit","effect","embed","emoji","end-live-chat","error","expand-left","expand-right","external","feed-video","filter","fork","format","forward","funnel","gif-post","gold","hashtag","heart","help","hide","history","home","hot","ignore-reports","image-post","inbox","info","insert-column-left","insert-column-right","insert-row-above","insert-row-below","internet","invite","italic","join","joined","jump-down","jump-up","karma","keyboard","kick","language","leave","left","link","link-post","list-bulleted","list-numbered","live-chat","live","load","location","lock","logout","loop","macro","mark-read","marketplace","mask","media-gallery","meme","menu","merge","message","mic","mic-mute","mod","mod-mail","mod-mode","mod-mute","mod-overflow","mod-queue","mod-unmute","music","mute","new","new-guide","night","no-internet","notification","notification-frequent","notification-off","nsfw-alt","nsfw","nsfw-language","nsfw-violence","official","original","overflow-caret","overflow-horizontal","overflow-vertical","partner-community","pause","payment","peace","pending-posts","phone","pin","planet","play","poll-post","popular","posts","powerup","predictions","premium","privacy","profile","qa","qr-code","quarantined","quote","r-slash","radar","radio-button","raise-hand","random","ratings-everyone","ratings-mature","ratings-nsfw","ratings-violence","recovery-phrase","refresh","removal-reasons","remove","reply","report","reverse","rich-text","right","rising","rotate","rotate-image","rpan","rules","safari","save","save-view","saved","saved-response","search","self","send","settings","severity","share","share-new","show","side-menu","skipback10","skipforward10","sort-az","sort","sort-price","sort-za","spam","spoiler","sponsored","spreadsheet","star","statistics","status-live","sticker","strikethrough","subtract","superscript","swap-camera","swipe-back","swipe-down","swipe","swipe-up","table","tag","tap","telescope","text","text-post","text-size","toggle","tools","top","topic-activism","topic-addictionsupport","topic-advice","topic-animals","topic-anime","topic-art","topic-beauty","topic-business","topic-careers","topic-cars","topic-celebrity","topic-craftsdiy","topic-crypto","topic-culture","topic-diy","topic-entertainment","topic-ethics","topic-family","topic-fashion","topic","topic-fitness","topic-food","topic-funny","topic-gender","topic-health","topic-help","topic-history","topic-hobbies","topic-homegarden","topic-internet","topic-law","topic-learning","topic-lifestyle","topic-marketplace","topic-mature","topic-mensfashion","topic-menshealth","topic-meta","topic-military","topic-movies","topic-music","topic-news","topic-other","topic-outdoors","topic-pets","topic-photography","topic-places","topic-podcasts","topic-politics","topic-programming","topic-reading","topic-religion","topic-science","topic-sexorientation","topic-sports","topic-style","topic-tabletop","topic-technology","topic-television","topic-traumasupport","topic-travel","topic-videogaming","topic-womensfashion","topic-womenshealth","translate","translation-off","trim","u-slash","unban","undo","unheart","unlock","unmod","unpin","unstar","unverified","up-arrow","up","upload","upvote","upvotes","user","user-note","users","vault","verified","video-camera","video-feed","video-live","video-post","video-thread","video-transcription","view-card","view-classic","view-compact","view-grid","view-sort","views","volume","wallet","warning","webhook","whale","wiki-ban","wiki","wiki-unban","world","coins-color","powerup-color","powerup-fill-color","share-android","share-ios","video-live-1","video-live-fill-1"];import{DeletionReason as xh,EventSource as Ih}from"@devvit/protos";import{AppSettingsDefinition as Pm,GetFieldsResponse as Sm}from"@devvit/protos";import{FormFieldType as fe}from"@devvit/protos";function Ne(i){return i.map(e=>{switch(e.type){case"string":return Qc(e);case"image":return Yc(e);case"paragraph":return em(e);case"number":return tm(e);case"select":return im(e);case"boolean":return rm(e);case"group":return nm(e);default:throw new Error("Unknown field type.")}})}function Qc(i){return{defaultValue:{fieldType:fe.STRING,stringValue:i.defaultValue},disabled:i.disabled,fieldConfig:{stringConfig:{placeholder:i.placeholder}},fieldId:i.name,fieldType:fe.STRING,helpText:i.helpText,label:i.label,required:i.required,isSecret:i.isSecret}}function Yc(i){return{disabled:i.disabled,fieldId:i.name,fieldType:fe.IMAGE,helpText:i.helpText,label:i.label,required:i.required}}function em(i){return{defaultValue:{fieldType:fe.PARAGRAPH,stringValue:i.defaultValue},disabled:i.disabled,fieldConfig:{paragraphConfig:{lineHeight:i.lineHeight,placeholder:i.placeholder}},fieldId:i.name,fieldType:fe.PARAGRAPH,helpText:i.helpText,label:i.label,required:i.required}}function tm(i){return{defaultValue:{fieldType:fe.NUMBER,numberValue:i.defaultValue},disabled:i.disabled,fieldConfig:{numberConfig:{}},fieldId:i.name,fieldType:fe.NUMBER,helpText:i.helpText,label:i.label,required:i.required}}function im(i){return{defaultValue:{fieldType:fe.SELECTION,selectionValue:{values:i.defaultValue??[]}},disabled:i.disabled,fieldConfig:{selectionConfig:{choices:i.options,multiSelect:i.multiSelect}},fieldId:i.name,fieldType:fe.SELECTION,helpText:i.helpText,label:i.label,required:i.required}}function rm(i){return{defaultValue:{fieldType:fe.BOOLEAN,boolValue:i.defaultValue},disabled:i.disabled,fieldId:i.name,fieldType:fe.BOOLEAN,helpText:i.helpText,label:i.label}}function nm(i){return{fieldId:"",fieldType:fe.GROUP,fieldConfig:{groupConfig:{fields:Ne(i.fields)}},label:i.label,helpText:i.helpText}}function O(i,e){u.prototype[i]=e}import{ValidateFormResponse as Cm}from"@devvit/protos";import{RealtimeSubscriptionStatus as hd}from"@devvit/protos";var P=Object.freeze({Actor:"devvit-actor",App:"devvit-app",AppUser:"devvit-app-user",AppViewerAuthToken:"devvit-app-viewer-authorization",Caller:"devvit-caller",CallerPortID:"devvit-caller-port-id",Canary:"devvit-canary",Debug:"devvit-debug",GQLHost:"devvit-gql-host",Installation:"devvit-installation",ModPermissions:"devvit-mod-permissions",Post:"devvit-post",PostAuthor:"devvit-post-author",PostData:"devvit-post-data",R2Auth:"devvit-sec-authorization",R2Host:"devvit-r2-host",RemoteHostname:"devvit-remote-hostname",SettingsUri:"devvit-sec-settings-uri",StreamID:"devvit-stream-id",Subreddit:"devvit-subreddit",SubredditName:"devvit-subreddit-name",TraceID:"devvit-trace-id",User:"devvit-user",Username:"devvit-user-name",UserSnoovatarUrl:"devvit-user-snoovatar-url",UserAgent:"devvit-user-agent",Version:"devvit-version",Language:"devvit-accept-language",Timezone:"devvit-accept-timezone",Traceparent:"traceparent",AppDependencies:"devvit-app-dependencies"});var gd;(function(i){i.Blocks="blocks",i.EmitSnapshots="emitSnapshots",i.EmitState="emitState",i.Realtime="realtime",i.Runtime="runtime",i.Surface="surface",i.UseAsync="useAsync",i.Payments="payments",i.Bootstrap="bootstrap",i.WebView="webView"})(gd||(gd={}));function fd(i){function e(t){let s=i.currentHookIndex,o=i.getCurrentComponentState(),a=i.getPreviousComponentState(),c=i.metadata[P.App]?.values[0];p(c,"useChannel - app is missing from Context");let m=i.metadata[P.Installation]?.values[0];p(m,"useChannel - installation is missing from Context");async function y(N){let B=o[s].channel;if(o[s].active)if(o[s].connected)await i.realtime.send(B,N);else throw Error(`Failed to send to channel '${B}'; it is active but not yet connected`);else throw Error(`Cannot send a message over inactive channel: ${B}`)}function v(){if(!o[s].active){let N=o[s].channel;o[s].active=!0,i.addRealtimeChannel(N)}}function f(){if(o[s].active){let N=o[s].channel;o[s].active=!1,i.removeRealtimeChannel(N)}}function S(N){return async()=>{let B;switch(N.status){case hd.REALTIME_SUBSCRIBED:o[s].connected=!0,B=t.onSubscribed?.();break;case hd.REALTIME_UNSUBSCRIBED:o[s].connected=!1,B=t.onUnsubscribed?.();break;default:B=t.onMessage(N.event?.data?.msg);break}await B}}let b={channel:`${c}:${m}:${t.name}`,active:!1,connected:!1,preventCallback:!1,type:qe.CHANNEL};s in o?b=o[s]:s in a&&(b=a[s]);let _=i.realtimeEvent;i.isInitialRender?b.active=!1:_&&b.active&&_.event.channel===b.channel&&(b.preventCallback||i.runHook(S(_)),i.rerenderIn(0)),o[s]=b,i.currentHookIndex++;let I=0;return b.active&&b.connected?I=2:b.active&&!b.connected?I=1:!b.active&&b.connected?I=3:!b.active&&!b.connected&&(I=4),{subscribe:v,unsubscribe:f,send:y,status:I}}return e}import{FormFieldType as di}from"@devvit/protos";function Vo(i){switch(i.fieldType){case di.STRING:return i.stringValue;case di.IMAGE:return i.stringValue;case di.PARAGRAPH:return i.stringValue;case di.NUMBER:return i.numberValue;case di.BOOLEAN:return i.boolValue;case di.SELECTION:return i.selectionValue?.values??[];default:return}}function Ke(i){return Object.keys(i).reduce((e,t)=>{let r=Vo(i[t]);return r!==void 0&&(e[t]=r),e},{})}function yd(i){function e(t,r){let s=i.currentHookIndex,o=i.getCurrentComponentKey(),a=i.getCurrentComponentState(),c=i.getPreviousComponentState(),m=`form.hook.${o}.${s}`,y={formKey:m,preventSubmit:!1,type:qe.FORM};s in a?y=a[s]:s in c&&(y=c[s]),a[s]=y,i.forms.set(m,t);let v=i.formSubmittedEvent;return v&&!y.preventSubmit&&v.formId===m&&i.runHook(async()=>{let f=r(Ke(v.results));f&&f instanceof Promise&&await f,i.rerenderIn(0)}),a[s].preventSubmit=!1,i.currentHookIndex++,m}return e}function bd(i){function e(t,r){let s=i.currentHookIndex,o=i.getCurrentComponentState(),a=i.getPreviousComponentState(),c=100,m=Math.max(c,r),y={lastRun:void 0,running:!1,preventCallback:!1,type:qe.INTERVAL};s in o?y=o[s]:s in a&&(y=a[s]);function v(){r<c&&console.error(`useInterval delay must be at least ${c}ms. Your interval of ${r}ms was automatically extended.`);for(let[S,b]of Object.entries(o))if(S!==s.toString()&&b?.type===qe.INTERVAL&&b?.running)throw new Error("Only one useInterval hook may be running at a time");o[s]={running:!0,lastRun:o[s]?.lastRun??Date.now(),preventCallback:!1,type:qe.INTERVAL},i.rerenderIn(m)}function f(){o[s].running=!1,o[s].lastRun=void 0,o[s].preventCallback=!1}return i.isEffectRender&&y.running&&(y.preventCallback||(y.lastRun===void 0||y.lastRun+m<Date.now())&&i.runHook(async()=>{let S=t();S&&S instanceof Promise&&await S,y.lastRun=Date.now()}),i.rerenderIn(m)),y.preventCallback=!1,o[s]=y,i.currentHookIndex++,{start:v,stop:f}}return e}function vd(i){function e(t){let r=i.currentHookIndex,s=i.getCurrentComponentState(),o=i.getPreviousComponentState();if(r in s)return i.currentHookIndex++,[s[r],a];if(i.isInitialRender||!(r in o)){let c=t instanceof Function?t():t;if(c instanceof Promise)throw(async()=>{s[r]=await c,i.currentHookIndex=0})();s[r]=c}else s[r]=o[r];function a(c){if(i.isRendering)throw new Error("Cannot call setState while rendering.");s[r]=c instanceof Function?c(s[r]):c}return i.currentHookIndex++,[s[r],a]}return e}var $o={now(){return new Date}};function kd(i){return`__autocache__${i}`}function Cd(i){return`__lock__${i}`}var om=300,am=1e3,Hs=5e3,Go=3,Pd=.1,Sd=1e3,dm=3e4;function wd(i){if(i.error)throw new Error(i.error);return i.value}var Xe,Ze,ye,li,z,Fd,xd,Id,Jo,Ad,Td,zo,Ed,js=class{constructor(e,t,r=$o){l(this,z);l(this,Xe);l(this,Ze,{});l(this,ye);l(this,li);d(this,Xe,e),d(this,li,t),d(this,ye,r)}async cache(e,t){d(this,Ze,n(this,li).__cache=n(this,li).__cache??{}),h(this,z,Ed).call(this,t);let r=h(this,z,Fd).call(this,t.key);if(r!==void 0)return r;let s=await h(this,z,zo).call(this,t.key),o=await h(this,z,xd).call(this,t,s,e);return wd(o)}};Xe=new WeakMap,Ze=new WeakMap,ye=new WeakMap,li=new WeakMap,z=new WeakSet,Fd=function(e){let t=n(this,Ze)[e];if(t){let r=n(this,ye).now().getTime(),s=t?.error&&t?.errorTime&&t.errorCount<Go&&Math.random()<Pd&&t.errorTime+Sd<r;if(t?.expires&&t.expires<r&&t.checkedAt+Sd<r||s){delete n(this,Ze)[e];return}else return wd(t)}},xd=async function(e,t,r){let s=t?.expires,o=s?h(this,z,Td).call(this,s):1;return!t||t?.error&&t.errorCount<Go&&Pd>Math.random()||o>Math.random()?h(this,z,Id).call(this,e,t,r):t},Id=async function(e,t,r){let s=Cd(e.key),o=n(this,ye).now().getTime(),a=new Date(o+e.ttl/2);if(await n(this,Xe).set(s,"1",{expiration:a,nx:!0}))return h(this,z,Ad).call(this,e.key,t,r,e.ttl);if(t)return t;{let m=n(this,ye).now();return h(this,z,Jo).call(this,m,e.key,e.ttl)}},Jo=async function(e,t,r){let s=Math.min(r,am),o=await h(this,z,zo).call(this,t);if(o)return o;if(n(this,ye).now().getTime()-e.getTime()>=s)throw new Error(`Cache request timed out trying to get data at key: ${t}`);return await new Promise(a=>setTimeout(a,om)),h(this,z,Jo).call(this,e,t,r)},Ad=async function(e,t,r,s){let o=n(this,ye).now().getTime()+s;t=t??{value:null,expires:o,errorCount:0,error:null,errorTime:null,checkedAt:0};try{t.value=await r(),t.error=null,t.errorCount=0,t.errorTime=null}catch(a){t.value=null,t.error=a.message??"Unknown error",t.errorTime=n(this,ye).now().getTime(),t.errorCount++}return n(this,Ze)[e]=t,await n(this,Xe).set(kd(e),JSON.stringify(t),{expiration:new Date(o+dm)}),t.error&&t.errorCount<Go&&await n(this,Xe).del(Cd(e)),t},Td=function(e){let t=n(this,ye).now().getTime(),r=e-t;return r<0?1:r<1e3?.1:r<2e3?.01:r<3e3?.001:0},zo=async function(e){let t=await n(this,Xe).get(kd(e));if(t){let r=JSON.parse(t);return r.checkedAt=n(this,ye).now().getTime(),n(this,Ze)[e]=r,r}},Ed=function(e){e.ttl<Hs&&(console.warn(`Cache TTL cannot be less than ${Hs} milliseconds! Updating ttl value of ${e.ttl} to ${Hs}.`),e.ttl=Hs)};function Rd(i,e,t=$o){let r=new js(i,e,t);return r.cache.bind(r)}function Od(i){new URL(i.slice(0,i.indexOf(",")))}var ui,mi,Md,Ud,ci=class{constructor(){l(this,mi);l(this,ui,{});d(this,ui,u.webViewAssets)}getURL(e,t){return typeof e=="string"?h(this,mi,Md).call(this,e,t??{webView:!1}):h(this,mi,Ud).call(this,e,t??{webView:!1})}};ui=new WeakMap,mi=new WeakSet,Md=function(e,t){let r=t.webView?n(this,ui)[e]:u.assets[e];if(r)return r;try{return Od(e),e}catch{return""}},Ud=function(e,t){let r={},s=[],o=t.webView?n(this,ui):u.assets;if(o)for(let a of e)if(o[a])r[a]=o[a];else try{Od(a),r[a]=a}catch{s.push(a)}else s=e;if(s.length>0)throw new Error(`The following assets were missing from the assets list: ${s.join(", ")}`);return r};var Qe,pi=class{constructor(e){l(this,Qe);d(this,Qe,e)}async get(e){let{messages:t}=await u.kvStorePlugin.Get({keys:[e]},n(this,Qe));try{if(t[e])return JSON.parse(t[e])}catch{return}}async put(e,t){let r={};r[e]=JSON.stringify(t),await u.kvStorePlugin.Put({messages:r},n(this,Qe))}async delete(e){await u.kvStorePlugin.Del({keys:[e]},n(this,Qe))}async list(){let{keys:e}=await u.kvStorePlugin.List({filter:"*"},n(this,Qe));return e}};Qe=new WeakMap;var Mr,gi=class{constructor(e){l(this,Mr);d(this,Mr,e)}async upload(e){let t=await u.mediaPlugin.Upload(e,n(this,Mr));if(!t.mediaId)throw new Error("unable to get mediaId via uploads");return{mediaId:t.mediaId,mediaUrl:t.mediaUrl}}};Mr=new WeakMap;var Ur,hi=class{constructor(e){l(this,Ur);d(this,Ur,e)}async add(e){await u.modLogPlugin.Add(e,n(this,Ur))}};Ur=new WeakMap;var Dr,fi=class{constructor(e){l(this,Dr);d(this,Dr,e)}async send(e,t){await u.realtimePlugin.Send({channel:e,data:{msg:t}},n(this,Dr))}};Dr=new WeakMap;import"@devvit/protos";var Dd=(a=>(a.COMMENT="t1_",a.ACCOUNT="t2_",a.LINK="t3_",a.MESSAGE="t4_",a.SUBREDDIT="t5_",a.AWARD="t6_",a))(Dd||{});function Ye(i){return i.startsWith("t1_")}function Ws(i){return i.startsWith("t2_")}function Mt(i){return i.startsWith("t3_")}function Bd(i){return i.startsWith("t4_")}function Nd(i){return i.startsWith("t5_")}function Ld(i){return i.startsWith("t6_")}function lm(i){$e(Ye(i),`Expected comment id to start with t1_, got ${i}}`)}function um(i){$e(Ws(i),`Expected account id to start with t2_, got ${i}}`)}function cm(i){$e(Mt(i),`Expected link id to start with t3_, got ${i}}`)}function mm(i){$e(Bd(i),`Expected message id to start with t4_, got ${i}}`)}function pm(i){$e(Nd(i),`Expected subreddit id to start with t5_, got ${i}}`)}function gm(i){$e(Ld(i),`Expected award id to start with t6_, got ${i}}`)}function yi(i){return lm(i),i}function te(i){return um(i),i}function de(i){return cm(i),i}function hm(i){return mm(i),i}function K(i){return pm(i),i}function fm(i){return gm(i),i}function be(i){if(Ye(i))return yi(i);if(Ws(i))return te(i);if(Mt(i))return de(i);if(Bd(i))return hm(i);if(Nd(i))return K(i);if(Ld(i))return fm(i);throw new Error(`Expected thing id to start with ${Object.values(Dd).join(", ")} got ${i}}`)}function qo(i){return Ye(i)}var g,Br,Nr,Lr,bi=class{constructor(e){l(this,g);l(this,Br);l(this,Nr);l(this,Lr);d(this,g,e),d(this,Br,new Gs(e))}get modMail(){return n(this,Br)}getSubredditById(e){return le.getById(be(e),n(this,g))}getSubredditInfoById(e){return jd(e,n(this,g))}getSubredditByName(e){return le.getByName(e,n(this,g))}getSubredditInfoByName(e){return Wd(e,n(this,g))}addSubredditRemovalReason(e,t){return le.addRemovalReason(e,t.title,t.message,n(this,g))}getSubredditRemovalReasons(e){return le.getRemovalReasons(e,n(this,g))}async getCurrentSubredditName(){let e=n(this,g)?.[P.SubredditName]?.values[0];if(e)return e;let t=n(this,g)?.[P.Subreddit]?.values[0],r=await Ko(K(t),n(this,g));if(!r)throw new Error("Couldn't get current subreddit's name");return r}async getCurrentSubreddit(){let e=await le.getFromMetadata(n(this,g));if(!e)throw new Error("Couldn't get current subreddit");return e}getPostById(e){return G.getById(be(e),n(this,g))}submitPost(e){return G.submit(e,n(this,g))}crosspost(e){return G.crosspost(e,n(this,g))}getUserById(e){return C.getById(be(e),n(this,g))}getUserByUsername(e){return C.getByUsername(e,n(this,g))}async getCurrentUsername(){return n(this,Lr)??d(this,Lr,_d(n(this,g))),n(this,Lr)}async getCurrentUser(){return n(this,Nr)??d(this,Nr,this.getCurrentUsername().then(e=>e?C.getByUsername(e,n(this,g)):void 0)),n(this,Nr)}getAppUser(){return C.getFromMetadata(P.AppUser,n(this,g))}async getSnoovatarUrl(e){let t=await this.getCurrentUsername();if(t&&e===t){let r=n(this,g)?.[P.UserSnoovatarUrl]?.values[0];if(r)return r}return C.getSnoovatarUrl(e,n(this,g))}getCommentById(e){return Y.getById(be(e),n(this,g))}getComments(e){return Y.getComments(e,n(this,g))}getCommentsByUser(e){return Y.getCommentsByUser(e,n(this,g))}submitComment(e){return Y.submit({...e,id:be(e.id)},n(this,g))}getControversialPosts(e){return G.getControversialPosts(e,n(this,g))}getTopPosts(e){return G.getTopPosts(e,n(this,g))}getHotPosts(e){return G.getHotPosts(e,n(this,g))}getNewPosts(e){return G.getNewPosts(e,n(this,g))}getRisingPosts(e){return G.getRisingPosts(e,n(this,g))}getPostsByUser(e){return G.getPostsByUser(e,n(this,g))}getCommentsAndPostsByUser(e){return C.getOverview(e,n(this,g))}getModerationLog(e){return Vs(e,n(this,g))}getApprovedUsers(e){return C.getSubredditUsersByType({type:"contributors",...e},n(this,g))}approveUser(e,t){return C.createRelationship({username:e,subredditName:t,type:"contributor"},n(this,g))}removeUser(e,t){return C.removeRelationship({username:e,subredditName:t,type:"contributor"},n(this,g))}getWikiContributors(e){return C.getSubredditUsersByType({type:"wikicontributors",...e},n(this,g))}addWikiContributor(e,t){return C.createRelationship({username:e,subredditName:t,type:"wikicontributor"},n(this,g))}removeWikiContributor(e,t){return C.removeRelationship({username:e,subredditName:t,type:"wikicontributor"},n(this,g))}getBannedUsers(e){return C.getSubredditUsersByType({type:"banned",...e},n(this,g))}banUser(e){return C.createRelationship({username:e.username,subredditName:e.subredditName,type:"banned",banReason:e.reason,banMessage:e.message,note:e.note,duration:e.duration,banContext:e.context},n(this,g))}unbanUser(e,t){return C.removeRelationship({username:e,subredditName:t,type:"banned"},n(this,g))}getBannedWikiContributors(e){return C.getSubredditUsersByType({type:"wikibanned",...e},n(this,g))}banWikiContributor(e){return C.createRelationship({...e,type:"wikibanned"},n(this,g))}unbanWikiContributor(e,t){return C.removeRelationship({username:e,subredditName:t,type:"wikibanned"},n(this,g))}getModerators(e){return C.getSubredditUsersByType({type:"moderators",...e},n(this,g))}inviteModerator(e){return C.createRelationship({type:"moderator_invite",subredditName:e.subredditName,username:e.username,permissions:e.permissions??[]},n(this,g))}revokeModeratorInvite(e,t){return C.removeRelationship({username:e,subredditName:t,type:"moderator_invite"},n(this,g))}removeModerator(e,t){return C.removeRelationship({type:"moderator",subredditName:t,username:e},n(this,g))}setModeratorPermissions(e,t,r){return C.setModeratorPermissions(e,t,r,n(this,g))}getMutedUsers(e){return C.getSubredditUsersByType({type:"muted",...e},n(this,g))}muteUser(e){return C.createRelationship({...e,type:"muted"},n(this,g))}unmuteUser(e,t){return C.removeRelationship({username:e,subredditName:t,type:"muted"},n(this,g))}getModNotes(e){return ve.get(e,n(this,g))}deleteModNote(e){return ve.delete(e,n(this,g))}addModNote(e){let t={...e,redditId:e.redditId?be(e.redditId):void 0};return ve.add(t,n(this,g))}addRemovalNote(e){return ve.addRemovalNote(e,n(this,g))}async sendPrivateMessage(e){return Ut.send(e,n(this,g))}async sendPrivateMessageAsSubreddit(e){return Ut.sendAsSubreddit(e,n(this,g))}async approve(e){if(Ye(e))return Y.approve(e,n(this,g));if(Mt(e))return G.approve(e,n(this,g));throw new Error("id must start with either t1_ or t3_")}async remove(e,t){if(Ye(e))return Y.remove(e,t,n(this,g));if(Mt(e))return G.remove(e,t,n(this,g));throw new Error("id must start with either t1_ or t3_")}async getPostFlairTemplates(e){return ne.getPostFlairTemplates(e,n(this,g))}async getUserFlairTemplates(e){return ne.getUserFlairTemplates(e,n(this,g))}async createPostFlairTemplate(e){return ne.createPostFlairTemplate(e,n(this,g))}async createUserFlairTemplate(e){return ne.createUserFlairTemplate(e,n(this,g))}async editFlairTemplate(e){return ne.editFlairTemplate(e,n(this,g))}async deleteFlairTemplate(e,t){return ne.deleteFlairTemplate(e,t,n(this,g))}async setUserFlair(e){return ce.setUserFlair(e,n(this,g))}async setUserFlairBatch(e,t){return ce.setUserFlairBatch(e,t,n(this,g))}async removeUserFlair(e,t){return ce.removeUserFlair(e,t,n(this,g))}async setPostFlair(e){return ce.setPostFlair(e,n(this,g))}async removePostFlair(e,t){return ce.removePostFlair(e,de(t),n(this,g))}async getWidgets(e){return ie.getWidgets(e,n(this,g))}async deleteWidget(e,t){return ie.delete(e,t,n(this,g))}async addWidget(e){return ie.add(e,n(this,g))}async reorderWidgets(e,t){return ie.reorder(e,t,n(this,g))}async getWikiPage(e,t){return ue.getPage(e,t,n(this,g))}async getWikiPages(e){return ue.getPages(e,n(this,g))}async createWikiPage(e){return ue.createPage(e,n(this,g))}async updateWikiPage(e){return ue.updatePage(e,n(this,g))}getWikiPageRevisions(e){return ue.getPageRevisions(e,n(this,g))}async revertWikiPage(e,t,r){return ue.revertPage(e,t,r,n(this,g))}async getWikiPageSettings(e,t){return ue.getPageSettings(e,t,n(this,g))}async updateWikiPageSettings(e){return ue.updatePageSettings(e,n(this,g))}async addEditorToWikiPage(e,t,r){return ue.addEditor(e,t,r,n(this,g))}async removeEditorFromWikiPage(e,t,r){return ue.removeEditor(e,t,r,n(this,g))}getMessages(e){return Ut.getMessages(e,n(this,g))}markAllMessagesAsRead(){return Ut.markAllAsRead(n(this,g))}report(e,t){return u.redditAPIPlugins.LinksAndComments.Report({reason:t.reason,thingId:e.id,srName:e.subredditName,usernames:e.authorName},n(this,g))}getModQueue(e){return le.aboutLocation({...e,location:"modqueue"},n(this,g))}getReports(e){return le.aboutLocation({...e,location:"reports"},n(this,g))}getSpam(e){return le.aboutLocation({...e,location:"spam"},n(this,g))}getUnmoderated(e){return le.aboutLocation({...e,location:"unmoderated"},n(this,g))}getEdited(e){return le.aboutLocation({...e,location:"edited"},n(this,g))}getVaultByAddress(e){return Jd(e,n(this,g))}getVaultByUserId(e){return zd(be(e),n(this,g))}getSubredditLeaderboard(e){return Vd(e,n(this,g))}getSubredditStyles(e){return Gd(e,n(this,g))}async subscribeToCurrentSubreddit(){let e=await this.getCurrentSubreddit();await u.redditAPIPlugins.Subreddits.Subscribe({action:"sub",actionSource:"",srName:e.name,sr:"",skipInitialDefaults:!0},n(this,g))}async unsubscribeFromCurrentSubreddit(){let e=await this.getCurrentSubreddit();await u.redditAPIPlugins.Subreddits.Subscribe({action:"unsub",actionSource:"",srName:e.name,sr:"",skipInitialDefaults:!1},n(this,g))}};g=new WeakMap,Br=new WeakMap,Nr=new WeakMap,Lr=new WeakMap;import{BitfieldOverflowBehavior as Xo,RedisKeyScope as Zo}from"@devvit/protos";function _r(i){return i&&typeof i=="object"&&"message"in i&&i.message!==void 0&&typeof i.message=="string"?i.message.includes("redis: nil"):!1}var A,T,E,Qo=class{constructor(e,t,r){l(this,A);l(this,T);l(this,E);d(this,A,e),d(this,T,t),d(this,E,r)}async get(e){return await n(this,A).Get({key:e,transactionId:n(this,T)},n(this,E)),this}async multi(){await n(this,A).Multi(n(this,T),n(this,E))}async set(e,t,r){let s;return r?.expiration&&(s=Math.floor((r.expiration.getTime()-Date.now())/1e3),s<1&&(s=1)),await n(this,A).Set({key:e,value:t,nx:r?.nx===!0,xx:r?.xx===!0,expiration:s||0,transactionId:n(this,T)},n(this,E)),this}async del(...e){return await n(this,A).Del({keys:e,transactionId:n(this,T)},n(this,E)),this}async type(e){return await n(this,A).Type({key:e,transactionId:n(this,T)},n(this,E)),this}async exec(){let e=await n(this,A).Exec(n(this,T),n(this,E)),t=[];for(let r of e.response)r.members?t.push(r.members):r.nil!==void 0?t.push(null):r.num!==void 0?t.push(r.num):r.values!==void 0?t.push(r.values.values):r.str!==void 0?t.push(r.str):r.dbl!==void 0?t.push(r.dbl):r.bool!==void 0&&t.push(r.bool);return t}async discard(){await n(this,A).Discard(n(this,T),n(this,E))}async watch(...e){return await n(this,A).Watch({keys:e,transactionId:n(this,T)},n(this,E)),this}async unwatch(){return await n(this,A).Unwatch(n(this,T),n(this,E)),this}async getRange(e,t,r){return await n(this,A).GetRange({key:e,start:t,end:r,transactionId:n(this,T)},n(this,E)),this}async setRange(e,t,r){return await n(this,A).SetRange({key:e,offset:t,value:r,transactionId:n(this,T)},n(this,E)),this}async strlen(e){return this.strLen(e)}async strLen(e){return await n(this,A).Strlen({key:e,transactionId:n(this,T)},n(this,E)),this}async mget(e){return this.mGet(e)}async mGet(e){return await n(this,A).MGet({keys:e,transactionId:n(this,T)},n(this,E)),this}async mset(e){return this.mSet(e)}async mSet(e){let t=Object.entries(e).map(([r,s])=>({key:r,value:s}));return await n(this,A).MSet({kv:t,transactionId:n(this,T)},n(this,E)),this}async incrBy(e,t){return await n(this,A).IncrBy({key:e,value:t,transactionId:n(this,T)},n(this,E)),this}async expire(e,t){return await n(this,A).Expire({key:e,seconds:t,transactionId:n(this,T)},n(this,E)),this}async expireTime(e){return await n(this,A).ExpireTime({key:e,transactionId:n(this,T)},n(this,E)),this}async zAdd(e,...t){return await n(this,A).ZAdd({key:e,members:t,transactionId:n(this,T)},n(this,E)),this}async zScore(e,t){return await n(this,A).ZScore({key:{key:e,transactionId:n(this,T)},member:t},n(this,E)),this}async zRank(e,t){return await n(this,A).ZRank({key:{key:e,transactionId:n(this,T)},member:t},n(this,E)),this}async zIncrBy(e,t,r){return await n(this,A).ZIncrBy({key:e,member:t,value:r,transactionId:n(this,T)},n(this,E)),this}async zScan(e,t,r,s){let o={key:e,cursor:t,pattern:r,count:s,transactionId:n(this,T)};return await n(this,A).ZScan(o,n(this,E)),this}async zCard(e){return await n(this,A).ZCard({key:e,transactionId:n(this,T)},n(this,E)),this}async zRange(e,t,r,s){let o={rev:!1,byLex:!1,byScore:!1,offset:0,count:1e3};if(s?.reverse&&(o.rev=s.reverse),s?.by==="lex"?o.byLex=!0:s?.by==="score"&&(o.byScore=!0),s?.limit)if(o.byLex||o.byScore)o.offset=s.limit.offset,o.count=s.limit.count;else throw new Error("zRange parsing error: 'limit' only allowed when 'options.by' is 'lex' or 'score'");return await n(this,A).ZRange({key:{key:e,transactionId:n(this,T)},start:t+"",stop:r+"",...o},n(this,E)),this}async zRem(e,t){return await n(this,A).ZRem({key:{key:e,transactionId:n(this,T)},members:t},n(this,E)),this}async zRemRangeByLex(e,t,r){return await n(this,A).ZRemRangeByLex({key:{key:e,transactionId:n(this,T)},min:t,max:r},n(this,E)),this}async zRemRangeByRank(e,t,r){return await n(this,A).ZRemRangeByRank({key:{key:e,transactionId:n(this,T)},start:t,stop:r},n(this,E)),this}async zRemRangeByScore(e,t,r){return await n(this,A).ZRemRangeByScore({key:{key:e,transactionId:n(this,T)},min:t,max:r},n(this,E)),this}async hgetall(e){return this.hGetAll(e)}async hGetAll(e){return await n(this,A).HGetAll({key:e,transactionId:n(this,T)},n(this,E)),this}async hget(e,t){return this.hGet(e,t)}async hGet(e,t){return await n(this,A).HGet({key:e,field:t,transactionId:n(this,T)},n(this,E)),this}async hMGet(e,t){return await n(this,A).HMGet({key:e,fields:t,transactionId:n(this,T)},n(this,E)),this}async hset(e,t){return this.hSet(e,t)}async hSet(e,t){let r=Object.entries(t).map(([s,o])=>({field:s,value:o}));return await n(this,A).HSet({key:e,fv:r,transactionId:n(this,T)},n(this,E)),this}async hincrby(e,t,r){return this.hIncrBy(e,t,r)}async hIncrBy(e,t,r){return await n(this,A).HIncrBy({key:e,field:t,value:r,transactionId:n(this,T)},n(this,E)),this}async hdel(e,t){return this.hDel(e,t)}async hDel(e,t){return await n(this,A).HDel({key:e,fields:t,transactionId:n(this,T)},n(this,E)),this}async hscan(e,t,r,s){return this.hScan(e,t,r,s)}async hScan(e,t,r,s){let o={key:e,cursor:t,pattern:r,count:s,transactionId:n(this,T)};return await n(this,A).HScan(o,n(this,E)),this}async hkeys(e){return this.hKeys(e)}async hKeys(e){return await n(this,A).HKeys({key:e,transactionId:n(this,T)},n(this,E)),this}async hlen(e){return this.hLen(e)}async hLen(e){return await n(this,A).HLen({key:e,transactionId:n(this,T)},n(this,E)),this}};A=new WeakMap,T=new WeakMap,E=new WeakMap;var w,vi,Yo=class Yo{constructor(e,t=void 0,r=Zo.INSTALLATION){l(this,w);l(this,vi);d(this,w,e),d(this,vi,t),this.scope=r,this.global=r===Zo.INSTALLATION?new Yo(n(this,w),n(this,vi),Zo.GLOBAL):this}get storage(){return n(this,vi)||u.redisPlugin}async watch(...e){let t=await this.storage.Watch({keys:e},n(this,w));return new Qo(this.storage,t,n(this,w))}async get(e){try{let t=await this.storage.Get({key:e,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return t!==null?t.value??void 0:t}catch(t){if(_r(t))return;throw t}}async getBuffer(e){try{let t=await this.storage.GetBytes({key:e,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return t!==null?Buffer.from(t.value):t}catch(t){if(_r(t))return;throw t}}async set(e,t,r){let s;return r?.expiration&&(s=Math.floor((r.expiration.getTime()-Date.now())/1e3),s<1&&(s=1)),(await this.storage.Set({key:e,value:t,nx:r?.nx===!0&&!r.xx,xx:r?.xx===!0&&!r.nx,expiration:s||0,scope:this.scope},n(this,w))).value}async exists(...e){return(await this.storage.Exists({keys:e,scope:this.scope},n(this,w))).existingKeys}async del(...e){await this.storage.Del({keys:e,scope:this.scope},n(this,w))}async incrBy(e,t){return(await this.storage.IncrBy({key:e,value:t,scope:this.scope},n(this,w))).value}async getRange(e,t,r){let s=await this.storage.GetRange({key:e,start:t,end:r,scope:this.scope},n(this,w));return s!==null?s.value:s}async setRange(e,t,r){return(await this.storage.SetRange({key:e,offset:t,value:r,scope:this.scope},n(this,w))).value}async strlen(e){return this.strLen(e)}async strLen(e){return(await this.storage.Strlen({key:e,scope:this.scope},n(this,w))).value}async expire(e,t){await this.storage.Expire({key:e,seconds:t,scope:this.scope},n(this,w))}async expireTime(e){return(await this.storage.ExpireTime({key:e,scope:this.scope},n(this,w))).value}async zAdd(e,...t){return(await this.storage.ZAdd({key:e,members:t,scope:this.scope},n(this,w))).value}async zRange(e,t,r,s){let o={rev:!1,byLex:!1,byScore:!1,offset:0,count:1e3};if(s?.reverse&&(o.rev=s.reverse),s?.by==="lex"?o.byLex=!0:s?.by==="score"?o.byScore=!0:(o.offset=0,o.count=0),s?.limit)if(o.byLex||o.byScore)o.offset=s.limit.offset,o.count=s.limit.count;else throw new Error("zRange parsing error: 'limit' only allowed when 'options.by' is 'lex' or 'score'");return(await this.storage.ZRange({key:{key:e},start:t+"",stop:r+"",...o,scope:this.scope},n(this,w))).members}async zRem(e,t){return(await this.storage.ZRem({key:{key:e},members:t,scope:this.scope},n(this,w))).value}async zRemRangeByLex(e,t,r){return(await this.storage.ZRemRangeByLex({key:{key:e},min:t,max:r,scope:this.scope},n(this,w))).value}async zRemRangeByRank(e,t,r){return(await this.storage.ZRemRangeByRank({key:{key:e},start:t,stop:r,scope:this.scope},n(this,w))).value}async zRemRangeByScore(e,t,r){return(await this.storage.ZRemRangeByScore({key:{key:e},min:t,max:r,scope:this.scope},n(this,w))).value}async zScore(e,t){try{let r=await this.storage.ZScore({key:{key:e},member:t,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return r!==null?r.value:r}catch(r){if(_r(r))return;throw r}}async zRank(e,t){try{let r=await this.storage.ZRank({key:{key:e},member:t,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return r!==null?r.value:r}catch(r){if(_r(r))return;throw r}}async zIncrBy(e,t,r){let s=await this.storage.ZIncrBy({key:e,member:t,value:r,scope:this.scope},n(this,w));return s!==null?s.value:s}async mget(e){return this.mGet(e)}async mGet(e){let t=await this.storage.MGet({keys:e,scope:this.scope},n(this,w));return t!==null?t.values.map(r=>r||null):t}async mset(e){return this.mSet(e)}async mSet(e){let t=Object.entries(e).map(([r,s])=>({key:r,value:s}));await this.storage.MSet({kv:t,scope:this.scope},n(this,w))}async zCard(e){let t=await this.storage.ZCard({key:e,scope:this.scope},n(this,w));return t!==null?t.value:t}async zScan(e,t,r,s){let o={key:e,cursor:t,pattern:r,count:s,scope:this.scope};return await this.storage.ZScan(o,n(this,w))}async type(e){let t=await this.storage.Type({key:e,scope:this.scope},n(this,w));return t!==null?t.value:t}async rename(e,t){return(await this.storage.Rename({key:e,newKey:t,scope:this.scope},n(this,w))).result}async hget(e,t){return this.hGet(e,t)}async hGet(e,t){try{let r=await this.storage.HGet({key:e,field:t,scope:this.scope},{...n(this,w),"throw-redis-nil":{values:["true"]}});return r!==null?r.value??void 0:r}catch(r){if(_r(r))return;throw r}}async hMGet(e,t){let r=await this.storage.HMGet({key:e,fields:t,scope:this.scope},n(this,w));return r!==null?r.values.map(s=>s||null):r}async hset(e,t){return this.hSet(e,t)}async hSet(e,t){let r=Object.entries(t).map(([o,a])=>({field:o,value:a}));return(await this.storage.HSet({key:e,fv:r,scope:this.scope},n(this,w))).value}async hSetNX(e,t,r){return(await this.storage.HSetNX({key:e,field:t,value:r,scope:this.scope},n(this,w))).success}async hgetall(e){return this.hGetAll(e)}async hGetAll(e){let t=await this.storage.HGetAll({key:e,scope:this.scope},n(this,w));return t!==null?t.fieldValues:t}async hdel(e,t){return this.hDel(e,t)}async hDel(e,t){return(await this.storage.HDel({key:e,fields:t,scope:this.scope},n(this,w))).value}async hscan(e,t,r,s){return this.hScan(e,t,r,s)}async hScan(e,t,r,s){let o={key:e,cursor:t,pattern:r,count:s,scope:this.scope};return await this.storage.HScan(o,n(this,w))}async hkeys(e){return this.hKeys(e)}async hKeys(e){let t=await this.storage.HKeys({key:e,scope:this.scope},n(this,w));return t!==null?t.keys:t}async hincrby(e,t,r){return this.hIncrBy(e,t,r)}async hIncrBy(e,t,r){return(await this.storage.HIncrBy({key:e,field:t,value:r,scope:this.scope},n(this,w))).value}async hlen(e){return this.hLen(e)}async hLen(e){return(await this.storage.HLen({key:e,scope:this.scope})).value}async bitfield(e,...t){let r=[];for(let o=0;o<t.length;){let a=t[o],c={};switch(a){case"get":{if(o+2>=t.length)throw Error("bitfield command parse failed; not enough arguments for 'get' command");c.get={encoding:t[o+1],offset:t[o+2].toString()},o+=3;break}case"set":{if(o+3>=t.length)throw Error("bitfield command parse failed; not enough arguments for 'set' command");c.set={encoding:t[o+1],offset:t[o+2].toString(),value:t[o+3].toString()},o+=4;break}case"incrBy":{if(o+3>=t.length)throw Error("bitfield command parse failed; not enough arguments for 'incrBy' command");c.incrBy={encoding:t[o+1],offset:t[o+2].toString(),increment:t[o+3].toString()},o+=4;break}case"overflow":{if(o+1>=t.length)throw Error("bitfield command parse failed; not enough arguments for 'overflow' command");let m=t[o+1].toString();c.overflow={behavior:ym(m)},o+=2;break}default:throw Error(`bitfield command parse failed; ${a} unrecognized (must be 'get', 'set', 'incrBy', or 'overflow')`)}r.push(c)}return(await this.storage.Bitfield({key:e,commands:r})).results}};w=new WeakMap,vi=new WeakMap;var ki=Yo;function ym(i){let e=i.toLowerCase();switch(e){case"wrap":return Xo.BITFIELD_OVERFLOW_BEHAVIOR_WRAP;case"sat":return Xo.BITFIELD_OVERFLOW_BEHAVIOR_SAT;case"fail":return Xo.BITFIELD_OVERFLOW_BEHAVIOR_FAIL;default:throw Error(`unknown bitfield overflow behavior: ${e}`)}}var Dt,Ci=class{constructor(e){l(this,Dt);d(this,Dt,e)}async runJob(e){return(await u.schedulerPlugin.Schedule({action:{type:e.name,data:e.data},cron:"cron"in e?e.cron:void 0,when:"runAt"in e?e.runAt:void 0},n(this,Dt))).id}async cancelJob(e){await u.schedulerPlugin.Cancel({id:e},n(this,Dt))}async listJobs(){return(await u.schedulerPlugin.List({after:new Date(0),before:new Date(Date.now()+31536e7)},n(this,Dt))).actions.map(t=>(p(t.request?.action,"Scheduled job is malformed"),"when"in t.request&&t.request.when!=null?{id:t.id,name:t.request.action.type,runAt:t.request.when,data:t.request.action.data}:{id:t.id,name:t.request.action.type,cron:t.request.cron??"",data:t.request.action.data}))}};Dt=new WeakMap;import{FormFieldType as Js}from"@devvit/protos";var Hr,Pi=class{constructor(e){l(this,Hr);d(this,Hr,e)}async get(e){return(await this.getAll())[e]}async getAll(){let t=await u.settingsPlugin.GetSettings({},n(this,Hr));if(!t.installationSettings)throw new Error("Could not get installation settings");if(!t.appSettings)throw new Error("Could not get app settings");return bm(t),{...$d(t.installationSettings.settings,u.installationSettings),...$d(t.appSettings.settings,u.appSettings)}}};Hr=new WeakMap;function bm(i){if(!i.appSettings)throw new Error("Could not get app settings");for(let[e,t]of Object.entries(i.appSettings.settings)){let r=u.appSettings?.find(s=>s.type!=="group"&&s.name===e);r&&(r.type==="boolean"&&t.fieldType===Js.STRING&&t.boolValue==null&&t.stringValue!=null?(t.fieldType=Js.BOOLEAN,t.boolValue=!!t.stringValue,delete t.stringValue):r.type==="number"&&t.fieldType===Js.STRING&&t.numberValue==null&&t.stringValue!=null&&(t.fieldType=Js.NUMBER,t.numberValue=Number(t.stringValue),delete t.stringValue))}}function $d(i,e){let t=Object.keys(i).reduce((r,s)=>(r[s]=Vo(i[s]),r),{});return e&&qd(t,e),t}function qd(i,e){for(let t of e)t.type==="group"?qd(i,t.fields):!(t.name in i)&&"defaultValue"in t&&(i[t.name]=t.defaultValue)}import{EffectType as zs,ToastAppearance as Kd}from"@devvit/protos";var et,Si,jr,qs,$s=class{constructor(e){l(this,et,[]);l(this,Si);l(this,jr);l(this,qs,(e,t)=>{let r=t!==void 0?e:"",s=t!==void 0?t:e;n(this,et).push({type:zs.EFFECT_WEB_VIEW,webView:{postMessage:{webViewId:r,app:{message:s}}}})});d(this,Si,e),d(this,jr,{postMessage:n(this,qs)})}get webView(){return n(this,jr)}showForm(e,t){return this.showFormInternal(e,t)}showFormInternal(e,t,r){let s=u.formDefinitions?.get(e);if(!s&&n(this,Si)){let c=n(this,Si).forms.get(e);c&&(s={form:c,onSubmit:()=>{}})}if(!s)throw new Error("Form does not exist. Make sure you have added it using Devvit.createForm at the root of your app.");let o=r??(s.form instanceof Function?s.form(t??{}):s.form),a={fields:[],id:e,title:o.title,acceptLabel:o.acceptLabel,cancelLabel:o.cancelLabel,shortDescription:o.description};Ot(o.fields),a.fields=Ne(o.fields),n(this,et).push({type:zs.EFFECT_SHOW_FORM,showForm:{form:a}})}showToast(e){let t;e instanceof Object?t={text:e.text,appearance:e.appearance==="success"?Kd.SUCCESS:Kd.NEUTRAL}:t={text:e},n(this,et).push({type:zs.EFFECT_SHOW_TOAST,showToast:{toast:t}})}navigateTo(e){let t=typeof e=="string"?e:e.url;if(!URL.canParse(t))throw new TypeError(`Invalid URL: ${t}`);let r=new URL(t).toString();n(this,et).push({type:zs.EFFECT_NAVIGATE_TO_URL,navigateToUrl:{url:r}})}get __effects(){return n(this,et)}};et=new WeakMap,Si=new WeakMap,jr=new WeakMap,qs=new WeakMap;function ke({metadata:i,ui:e,hooks:t,reconciler:r}){let s=new hi(i),o=new pi(i),a=new ki(i),c=Rd(a,r?r.state:{}),m=new bi(i),y=new Ci(i),v=new Pi(i),f=e?new $s(r):void 0,S=new gi(i),b=new ci,_=new fi(i),I=t&&r?vd(r):void 0,N=t&&r?bd(r):void 0,B=t&&r?yd(r):void 0,oi=t&&r?fd(r):void 0;return{modLog:s,kvStore:o,redis:a,reddit:m,scheduler:y,settings:v,media:S,assets:b,realtime:_,get useForm(){return B??(()=>{throw new Error("useForm() is unavailable")})},get cache(){return c??(()=>{throw new Error("cache() is unavailable")})},get useState(){return I??(()=>{throw new Error("useState() is unavailable")})},get useInterval(){return N??(()=>{throw new Error("useInterval() is unavailable")})},get useChannel(){return oi??(()=>{throw new Error("useChannel() is unavailable")})},get ui(){if(!f)throw new Error("ui client is not available");return f}}}var Xd={name:"@devvit/public-api",version:"0.12.2-dev",license:"BSD-3-Clause",repository:{type:"git",url:"https://developers.reddit.com/"},type:"module",exports:{".":"./dist/index.js","./package.json":"./package.json","./*":"./dist/*"},main:"./dist/index.js",files:["dist/**"],scripts:{build:"yarn build:icon-types && yarn build:semantic-colors && tsc && cp -af devvit.tsconfig.json dist/ && yarn build:min","build:icon-types":"make-icons src/types/icons.ts","build:min":"esbuild --bundle --sourcemap=linked --target=es2020 --format=esm --metafile=dist/meta.min.json --outfile=dist/public-api.min.js --external:@devvit/protos --minify src/index.ts","build:semantic-colors":"node scripts/make-semantic-colors.js",clean:"rm -rf .turbo coverage dist src/devvit/internals/semanticColors.ts src/types/icons.ts || :",clobber:"yarn clean && rm -rf node_modules",dev:"tsc -w","dev:build":"chokidar ./src ../shared-types/dist --command 'yarn build' --ignore './src/types/icons.ts' --ignore './src/devvit/internals/semanticColors.ts'",lint:"redlint .","lint:fix":"yarn lint --fix",prepublishOnly:"publish-package-json",test:"yarn test:unit && yarn test:types && yarn test:size","test:size":"filesize","test:types":"tsc --noEmit","test:unit":"vitest run","test:unit-with-coverage":"vitest run --coverage"},types:"./dist/index.d.ts",dependencies:{"@devvit/metrics":"0.12.2-dev","@devvit/protos":"0.12.2-dev","@devvit/shared":"0.12.2-dev","@devvit/shared-types":"0.12.2-dev","base64-js":"1.5.1","clone-deep":"4.0.1",moderndash:"4.0.0"},devDependencies:{"@ampproject/filesize":"4.3.0","@devvit/repo-tools":"0.12.2-dev","@devvit/tsconfig":"0.12.2-dev","@reddit/faceplate-ui":"18.0.5","@types/clone-deep":"4.0.1","chokidar-cli":"3.0.0",esbuild:"0.25.9",eslint:"9.11.1",typescript:"5.8.3",vitest:"1.6.1"},publishConfig:{directory:"dist"},filesize:{"dist/public-api.min.js":{gzip:"63 KB",none:"221 KB"}},source:"./src/index.ts"};function se(i,e,t){let r=i[P.Subreddit]?.values[0];p(r,"subreddit is missing from Context");let s=i[P.SubredditName]?.values[0],o,a=i[P.PostData]?.values[0];a&&(o=JSON.parse(a).developerData);let c=i[P.AppUser]?.values[0],m=i[P.App]?.values[0],y=i[P.Version]?.values[0],v=i[P.User]?.values[0],f=km(i);return{get appAccountId(){return p(c,"appAccountId is missing from Context"),c},subredditId:r,subredditName:s,userId:v,postId:e,postData:o,commentId:t,appName:m,appVersion:y,debug:f,metadata:i,toJSON(){return{appAccountId:c,appName:m,appVersion:y,subredditId:r,subredditName:s,userId:v,postId:e,postData:o,commentId:t,debug:f,metadata:i}}}}function km(i){let e={blocks:void 0,emitSnapshots:void 0,emitState:void 0,realtime:void 0,runtime:void 0,surface:void 0,useAsync:void 0,payments:void 0,bootstrap:void 0,webView:void 0},t={};for(let s in e)t[s.toLowerCase()]=s;let r={};for(let s of(i[P.Debug]?.values??[]).join().split(",")){let[o,a]=s.split("=");o&&(o=o.trim(),a=a?.trim(),o.toLowerCase()in t&&(o=t[o.toLowerCase()]),r[o]??(r[o]=a||"true"))}return i[P.Debug]&&console.info(`[api] @devvit/public-api v${Xd.version} ${Object.entries(r).map(([s,o])=>`${s}=${o}`).join(" ")}`),{...r,metadata:i}}function Zd(i){return i.flatMap(e=>e.type==="group"?Zd(e.fields):e)}async function Ks(i,e,t){if(!e)throw new Error("Settings were not defined.");let r={success:!0,errors:{}},s=Ke(i.fieldValues),o=Zd(e);return await Promise.all(o.map(async a=>{let c=a.name;if(c&&a.onValidate){let m=s[c],y=a.onValidate,v=Object.assign(ke({metadata:t}),se(t)),f=await y({value:m,isEditing:i.editing},v);f&&(r.success=!1,r.errors[c]=f)}})),Cm.fromJSON(r)}async function wm(){return Sm.fromJSON({fields:{fields:Ne(u.appSettings??[])}})}async function Fm(i,e){return Ks(i,u.appSettings,e)}function Qd(i){i.provides(Pm),O("GetAppSettingsFields",wm),O("ValidateAppForm",Fm)}import{CustomPostDefinition as Om,RenderPostResponse as Mm}from"@devvit/protos";import{BlockRenderEventType as pa,EffectType as pl}from"@devvit/protos";function wi(i){return i.__effects}function Yd(){let i=new Set;return e=>{let t=e,r=1;for(;i.has(t);)t=`${e}.${r++}`;return i.add(t),t}}import{BlockActionType as ma,BlockAvatarBackground as ll,BlockAvatarFacing as ul,BlockAvatarSize as tt,BlockBorderWidth as Ys,BlockButtonAppearance as it,BlockButtonSize as na,BlockGap as eo,BlockHorizontalAlignment as sa,BlockIconSize as to,BlockImageResizeMode as Wr,BlockPadding as Vr,BlockRadius as Gr,BlockSpacerShape as oa,BlockSpacerSize as io,BlockStackDirection as aa,BlockTextOutline as da,BlockTextOverflow as la,BlockTextSize as xi,BlockTextStyle as ua,BlockTextWeight as cl,BlockType as Ee,BlockVerticalAlignment as ca}from"@devvit/protos";var ea={"alienblue-100":"#DCE2FB","alienblue-200":"#B8C5FC","alienblue-25":"#F7F8FD","alienblue-300":"#90A9FD","alienblue-400":"#648EFC","alienblue-50":"#EEF0FB","alienblue-500":"#1870F4","alienblue-600":"#115BCA","alienblue-700":"#0A449B","alienblue-75":"#E6E9FB","alienblue-800":"#0A2F6C","alienblue-900":"#0A1A3F","alienblue-950":"#07102B","berrypurple-100":"#F3DAFB","berrypurple-200":"#EAB3FD","berrypurple-25":"#FBF6FD","berrypurple-300":"#DE8BFF","berrypurple-400":"#CF5FFF","berrypurple-50":"#F8EDFC","berrypurple-500":"#BC0EFF","berrypurple-600":"#9B00D4","berrypurple-700":"#7600A3","berrypurple-75":"#F6E4FB","berrypurple-800":"#520472","berrypurple-900":"#300643","berrypurple-950":"#20042A",black:"#000000","black-opacity-0":"#00000000","black-opacity-10":"#00000019","black-opacity-15":"#00000026","black-opacity-20":"#00000033","black-opacity-25":"#0000003F","black-opacity-33":"#00000054","black-opacity-5":"#0000000C","black-opacity-50":"#0000007F","black-opacity-60":"#00000099","black-opacity-67":"#000000AA","black-opacity-80":"#000000CC","black-opacity-90":"#000000E5","brown-100":"#F1DFCF","brown-200":"#E9BE95","brown-25":"#FBF7F4","brown-300":"#DC9D5D","brown-400":"#BA854E","brown-50":"#F7EFE9","brown-500":"#9A6D3F","brown-600":"#7B5631","brown-700":"#5D4023","brown-75":"#F4E7DC","brown-800":"#3F2C19","brown-900":"#221A11","brown-950":"#15100A","coolgray-100":"#DBE4E9","coolgray-150":"#C9D7DE","coolgray-200":"#B7CAD4","coolgray-25":"#F6F8F9","coolgray-250":"#A4BDCA","coolgray-300":"#97AFBC","coolgray-350":"#8BA2AD","coolgray-400":"#7F949F","coolgray-450":"#748791","coolgray-50":"#EEF1F3","coolgray-500":"#667780","coolgray-525":"#576F76","coolgray-550":"#5C6C74","coolgray-600":"#536168","coolgray-650":"#48545B","coolgray-700":"#3D494E","coolgray-75":"#E5EBEE","coolgray-750":"#333D42","coolgray-800":"#2A3236","coolgray-850":"#21272A","coolgray-900":"#181C1F","coolgray-950":"#0E1113","global-black":{light:"#000000",dark:"#000000"},"global-brand-orangered":{light:"#FF4500",dark:"#FF4500"},"global-white":{light:"#FFFFFF",dark:"#FFFFFF"},"kiwigreen-100":"#A8F5A0","kiwigreen-200":"#58E15B","kiwigreen-25":"#EBFDE7","kiwigreen-300":"#00C61C","kiwigreen-400":"#01A816","kiwigreen-50":"#DDF8D7","kiwigreen-500":"#008A10","kiwigreen-600":"#016E0B","kiwigreen-700":"#005306","kiwigreen-75":"#CAF5C2","kiwigreen-800":"#033902","kiwigreen-900":"#0D2005","kiwigreen-950":"#081404","lightblue-100":"#CAE7FB","lightblue-200":"#87D0FD","lightblue-25":"#F3F9FD","lightblue-300":"#02B9FB","lightblue-400":"#029DD5","lightblue-50":"#E6F3FC","lightblue-500":"#007FAE","lightblue-600":"#01668D","lightblue-700":"#014D6B","lightblue-75":"#D9EDFB","lightblue-800":"#03354B","lightblue-900":"#051E2B","lightblue-950":"#04131A","lime-100":"#B7F28E","lime-200":"#90DA58","lime-25":"#EEFDDC","lime-300":"#6DBF01","lime-400":"#5BA200","lime-50":"#E0F8C8","lime-500":"#4A8500","lime-600":"#3A6A00","lime-700":"#2A5000","lime-75":"#CEF5AD","lime-800":"#1E3702","lime-900":"#151E05","lime-950":"#0D1304","mintgreen-100":"#9BF5D9","mintgreen-200":"#00E2B7","mintgreen-25":"#E7FDF5","mintgreen-300":"#00C29D","mintgreen-400":"#01A484","mintgreen-50":"#D7F8EC","mintgreen-500":"#01876D","mintgreen-600":"#006C56","mintgreen-700":"#015140","mintgreen-75":"#C0F5E3","mintgreen-800":"#00382B","mintgreen-900":"#032019","mintgreen-950":"#03140F","orangered-100":"#FCDBCF","orangered-200":"#FDB498","orangered-25":"#FDF6F4","orangered-300":"#FF895D","orangered-400":"#FF4500","orangered-50":"#FCEEE8","orangered-500":"#D93900","orangered-600":"#AE2C00","orangered-700":"#842100","orangered-75":"#FBE5DC","orangered-800":"#591B02","orangered-900":"#2F1405","orangered-950":"#1C0D04","periwinkle-100":"#E6DFFB","periwinkle-200":"#CDBEFD","periwinkle-25":"#F9F7FD","periwinkle-300":"#B29FFF","periwinkle-400":"#9580FF","periwinkle-50":"#F2EFFC","periwinkle-500":"#6A5CFF","periwinkle-600":"#523DFF","periwinkle-700":"#4001EA","periwinkle-75":"#ECE7FB","periwinkle-800":"#250AA6","periwinkle-900":"#160E5B","periwinkle-950":"#0C083F","poopbrown-100":"#FEEEDD","poopbrown-200":"#F6DDC3","poopbrown-300":"#EECCAA","poopbrown-400":"#CAA075","poopbrown-50":"#FEF7EE","poopbrown-500":"#9A6D3F","poopbrown-600":"#6E4924","poopbrown-700":"#54371A","poopbrown-800":"#3B2510","poopbrown-900":"#29190A","poopbrown-950":"#110B04","puregray-100":"#F2F2F2","puregray-150":"#EBEBEB","puregray-200":"#E4E4E4","puregray-250":"#DDDDDD","puregray-300":"#D6D6D6","puregray-350":"#C3C3C3","puregray-400":"#ACACAC","puregray-450":"#919191","puregray-50":"#F8F8F8","puregray-500":"#767676","puregray-550":"#5C5C5C","puregray-600":"#434343","puregray-650":"#393939","puregray-700":"#303030","puregray-750":"#272727","puregray-800":"#1E1E1E","puregray-850":"#181818","puregray-900":"#131313","puregray-950":"#080808","red-100":"#FBDBD4","red-200":"#FDB3A4","red-25":"#FDF6F5","red-300":"#FF8773","red-400":"#FF4F40","red-50":"#FCEEEA","red-500":"#EB001F","red-600":"#BC0117","red-700":"#90000F","red-75":"#FBE4DF","red-800":"#650405","red-900":"#340F05","red-950":"#1F0B04","sakurapink-100":"#FBD9EB","sakurapink-200":"#FDAEDA","sakurapink-25":"#FDF6F9","sakurapink-300":"#FF7ECA","sakurapink-400":"#FF38BB","sakurapink-50":"#FCEDF4","sakurapink-500":"#DE019F","sakurapink-600":"#B2007F","sakurapink-700":"#880060","sakurapink-75":"#FBE3EF","sakurapink-800":"#5F0443","sakurapink-900":"#380626","sakurapink-950":"#250419",transparent:"transparent",white:"#ffffff","white-opacity-0":"#FFFFFF00","white-opacity-10":"#FFFFFF19","white-opacity-15":"#FFFFFF26","white-opacity-20":"#FFFFFF33","white-opacity-25":"#FFFFFF3F","white-opacity-5":"#FFFFFF0C","white-opacity-50":"#FFFFFF7F","yellow-100":"#FFE284","yellow-200":"#FFBF0B","yellow-25":"#FFF9E0","yellow-300":"#D8A100","yellow-400":"#B78800","yellow-50":"#FFF3C0","yellow-500":"#977000","yellow-600":"#785800","yellow-700":"#5B4200","yellow-75":"#FFEAA2","yellow-800":"#3F2D00","yellow-900":"#231A03","yellow-950":"#161003","yelloworange-100":"#FCDCC8","yelloworange-200":"#FDB586","yelloworange-25":"#FDF7F3","yelloworange-300":"#FF8A35","yelloworange-400":"#E46C00","yelloworange-50":"#FCEEE6","yelloworange-500":"#BD5800","yelloworange-600":"#974500","yelloworange-700":"#733300","yelloworange-75":"#FBE5D7","yelloworange-800":"#4E2402","yelloworange-900":"#2A1705","yelloworange-950":"#1A0E04","action-downvote":{light:"#6A5CFF",dark:"#6A5CFF"},"action-upvote":{light:"#D93900",dark:"#D93900"},"ai-background-weaker":{light:"#E7FDF5",dark:"#00382B"},"ai-plain":{light:"#006C56",dark:"#01A484"},"ai-plain-hover":{light:"#015140",dark:"#00C29D"},"alert-caution":{light:"#977000",dark:"#977000"},"avatar-gradient":{light:"",dark:""},"avatar-media-gradient":{light:"",dark:""},"brand-background":{light:"#D93900",dark:"#D93900"},"brand-background-hover":{light:"#AE2C00",dark:"#AE2C00"},"brand-gradient-active":{light:"",dark:""},"brand-gradient-active-highlight":{light:"",dark:""},"brand-gradient-default":{light:"",dark:""},"brand-gradient-default-highlight":{light:"",dark:""},"brand-gradient-hover":{light:"",dark:""},"brand-gradient-hover-highlight":{light:"",dark:""},"brand-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"category-live":{light:"#D93900",dark:"#D93900"},"category-nsfw":{light:"#DE019F",dark:"#DE019F"},"category-spoiler":{light:"#131313",dark:"#F2F2F2"},"caution-background":{light:"#FFBF0B",dark:"#D8A100"},"caution-background-hover":{light:"#D8A100",dark:"#FFBF0B"},"caution-onBackground":{light:"#000000",dark:"#000000"},"caution-plain":{light:"#785800",dark:"#FFBF0B"},"caution-plain-hover":{light:"#5B4200",dark:"#FFE284"},"danger-background":{light:"#EB001F",dark:"#BC0117"},"danger-background-disabled":{light:"#FDB3A4",dark:"#340F05"},"danger-background-hover":{light:"#BC0117",dark:"#EB001F"},"danger-background-weaker":{light:"#FBDBD4",dark:"#650405"},"danger-content":{light:"#BC0117",dark:"#FF4F40"},"danger-content-default":{light:"#ffffff",dark:"#ffffff"},"danger-content-hover":{light:"#90000F",dark:"#FF8773"},"danger-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"danger-plain":{light:"#BC0117",dark:"#FF8773"},"danger-plain-hover":{light:"#90000F",dark:"#FDB3A4"},"downvote-background":{light:"#6A5CFF",dark:"#6A5CFF"},"downvote-background-disabled":{light:"#6a5cff4d",dark:"#6a5cff4d"},"downvote-background-hover":{light:"#523DFF",dark:"#523DFF"},"downvote-content":{light:"#523DFF",dark:"#9580FF"},"downvote-content-weak":{light:"#6A5CFF",dark:"#6A5CFF"},"downvote-disabled":{light:"#523DFF4c",dark:"#9580FF4c"},"downvote-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"downvote-onStrongScrim":{light:"#B29FFF",dark:"#B29FFF"},"downvote-onStrongScrim-disabled":{light:"#b29fff4d",dark:"#b29fff4d"},"downvote-onStrongScrim-weaker":{light:"#9580FF",dark:"#9580FF"},"downvote-plain":{light:"#523DFF",dark:"#9580FF"},"downvote-plain-disabled":{light:"#523dff4d",dark:"#9580ff4d"},"downvote-plain-weaker":{light:"#6A5CFF",dark:"#6A5CFF"},"elevation-large1":{light:"#0000003F",dark:"#0000007F"},"elevation-large2":{light:"#00000026",dark:"#00000033"},"elevation-medium1":{light:"#0000003F",dark:"#0000007F"},"elevation-medium2":{light:"#00000019",dark:"#00000033"},"elevation-small":{light:"#00000026",dark:"#00000054"},"elevation-xsmall":{light:"#0000003F",dark:"#000000AA"},favorite:{light:"#977000",dark:"#B78800"},"global-admin":{light:"#D93900",dark:"#D93900"},"global-alienblue":{light:"#1870F4",dark:"#1870F4"},"global-darkblue":{light:"#2A3236",dark:"#2A3236"},"global-focus":{light:"#029DD5",dark:"#007FAE"},"global-gold":{light:"#B78800",dark:"#D8A100"},"global-moderator":{light:"#008A10",dark:"#008A10"},"global-nsfw":{light:"#DE019F",dark:"#DE019F"},"global-offline":{light:"#667780",dark:"#667780"},"global-online":{light:"#00C61C",dark:"#00C61C"},"global-orangered":{light:"#FF4500",dark:"#FF4500"},"global-stars":{light:"#977000",dark:"#D8A100"},"gradient-media":{light:"",dark:""},"gradient-media-strong":{light:"",dark:""},"identity-admin":{light:"#D93900",dark:"#D93900"},"identity-coins":{light:"#B78800",dark:"#B78800"},"identity-moderator":{light:"#008A10",dark:"#008A10"},"identity-self":{light:"#01876D",dark:"#01876D"},"interactive-background-disabled":{light:"#0000000C",dark:"#FFFFFF0C"},"interactive-content-disabled":{light:"#0000003F",dark:"#FFFFFF3F"},"interactive-focused":{light:"#007FAE",dark:"#007FAE"},"interactive-pressed":{light:"#00000026",dark:"#FFFFFF26"},"inverted-interactive-background-disabled":{light:"#FFFFFF0C",dark:"#0000000C"},"inverted-interactive-content-disabled":{light:"#FFFFFF3F",dark:"#0000003F"},"inverted-interactive-pressed":{light:"#FFFFFF26",dark:"#00000026"},"inverted-neutral-background":{light:"#0E1113",dark:"#FFFFFF"},"inverted-neutral-background-hover":{light:"#181C1F",dark:"#F6F8F9"},"inverted-neutral-border":{light:"#FFFFFF33",dark:"#00000033"},"inverted-neutral-content":{light:"#B7CAD4",dark:"#333D42"},"inverted-neutral-content-strong":{light:"#EEF1F3",dark:"#181C1F"},"inverted-secondary-background":{light:"#2A3236",dark:"#E5EBEE"},"inverted-secondary-background-hover":{light:"#333D42",dark:"#DBE4E9"},"inverted-secondary-background-selected":{light:"#3D494E",dark:"#C9D7DE"},"inverted-secondary-onBackground":{light:"#FFFFFF",dark:"#000000"},"inverted-secondary-plain":{light:"#DBE4E9",dark:"#181C1F"},"inverted-secondary-plain-hover":{light:"#FFFFFF",dark:"#000000"},"media-background":{light:"#00000099",dark:"#00000099"},"media-background-hover":{light:"#000000cc",dark:"#000000cc"},"media-background-selected":{light:"#000000cc",dark:"#000000cc"},"media-border-selected":{light:"#FFFFFF",dark:"#FFFFFF"},"media-border-weak":{light:"#FFFFFF19",dark:"#FFFFFF19"},"media-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"media-onBackground-disabled":{light:"#FFFFFF3F",dark:"#FFFFFF3F"},"media-onBackground-weak":{light:"#E5EBEE",dark:"#E5EBEE"},"media-onbackground":{light:"#ffffff",dark:"#ffffff"},"media-onbackground-disabled":{light:"#ffffff3f",dark:"#ffffff3f"},"media-onbackground-weak":{light:"#B7CAD4",dark:"#B7CAD4"},"neutral-background":{light:"#FFFFFF",dark:"#0E1113"},"neutral-background-container":{light:"#F6F8F9",dark:"#181C1F"},"neutral-background-container-hover":{light:"#EEF1F3",dark:"#21272A"},"neutral-background-container-strong":{light:"#EEF1F3",dark:"#21272A"},"neutral-background-container-strong-hover":{light:"#E5EBEE",dark:"#2A3236"},"neutral-background-gilded":{light:"#FFF9E0",dark:"#181C1F"},"neutral-background-gilded-hover":{light:"#FFF3C0",dark:"#21272A"},"neutral-background-hover":{light:"#F6F8F9",dark:"#181C1F"},"neutral-background-medium":{light:"#F8F8F8",dark:"#131313"},"neutral-background-pinned":{light:"#FFFFFF",dark:"#0E1113"},"neutral-background-selected":{light:"#E5EBEE",dark:"#2A3236"},"neutral-background-strong":{light:"#FFFFFF",dark:"#181C1F"},"neutral-background-strong-hover":{light:"#F6F8F9",dark:"#21272A"},"neutral-background-weak":{light:"#F6F8F9",dark:"#000000"},"neutral-background-weak-hover":{light:"#EEF1F3",dark:"#0E1113"},"neutral-border":{light:"#00000033",dark:"#FFFFFF33"},"neutral-border-medium":{light:"#0000007F",dark:"#FFFFFF7F"},"neutral-border-strong":{light:"#181C1F",dark:"#F6F8F9"},"neutral-border-weak":{light:"#00000019",dark:"#FFFFFF19"},"neutral-content":{light:"#333D42",dark:"#B7CAD4"},"neutral-content-disabled":{light:"#D6D6D6",dark:"#303030"},"neutral-content-strong":{light:"#181C1F",dark:"#EEF1F3"},"neutral-content-weak":{light:"#5C6C74",dark:"#8BA2AD"},offline:{light:"#767676",dark:"#767676"},online:{light:"#01A816",dark:"#01A816"},"opacity-08":{light:"#13131314",dark:"#13131314"},"opacity-50":{light:"#0000007f",dark:"#F2F2F27f"},"opacity-highlight":{light:"",dark:""},pizzaRed:{light:"#ef5350",dark:"#c62828"},primary:{light:"#115BCA",dark:"#648EFC"},"primary-background":{light:"#0A449B",dark:"#115BCA"},"primary-background-hover":{light:"#0A2F6C",dark:"#1870F4"},"primary-background-selected":{light:"#0A1A3F",dark:"#648EFC"},"primary-border":{light:"#0A449B",dark:"#648EFC"},"primary-border-hover":{light:"#0A2F6C",dark:"#90A9FD"},"primary-hover":{light:"#0A449B",dark:"#90A9FD"},"primary-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"primary-onBackground-selected":{light:"#FFFFFF",dark:"#000000"},"primary-plain":{light:"#0A449B",dark:"#648EFC"},"primary-plain-hover":{light:"#0A2F6C",dark:"#90A9FD"},"primary-plain-visited":{light:"#7600A3",dark:"#CF5FFF"},"primary-visited":{light:"#9B00D4",dark:"#CF5FFF"},scrim:{light:"#00000099",dark:"#00000099"},"scrim-background":{light:"#00000099",dark:"#00000099"},"scrim-background-strong":{light:"#000000CC",dark:"#000000CC"},"scrim-gradient":{light:"",dark:""},"scrim-strong":{light:"#000000cc",dark:"#000000cc"},secondary:{light:"#21272A",dark:"#DBE4E9"},"secondary-background":{light:"#E5EBEE",dark:"#2A3236"},"secondary-background-hover":{light:"#DBE4E9",dark:"#333D42"},"secondary-background-selected":{light:"#C9D7DE",dark:"#3D494E"},"secondary-hover":{light:"#000000",dark:"#ffffff"},"secondary-onBackground":{light:"#000000",dark:"#FFFFFF"},"secondary-plain":{light:"#181C1F",dark:"#DBE4E9"},"secondary-plain-hover":{light:"#000000",dark:"#FFFFFF"},"secondary-plain-weak":{light:"#5C6C74",dark:"#8BA2AD"},"secondary-weak":{light:"#576F76",dark:"#748791"},"success-background":{light:"#008A10",dark:"#016E0B"},"success-background-hover":{light:"#016E0B",dark:"#008A10"},"success-content":{light:"#016E0B",dark:"#01A816"},"success-hover":{light:"#005306",dark:"#00C61C"},"success-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"success-plain":{light:"#016E0B",dark:"#00C61C"},"success-plain-hover":{light:"#005306",dark:"#58E15B"},"tone-1":{light:"#131313",dark:"#F2F2F2"},"tone-2":{light:"#434343",dark:"#ACACAC"},"tone-3":{light:"#ACACAC",dark:"#434343"},"tone-4":{light:"#E4E4E4",dark:"#303030"},"tone-5":{light:"#F2F2F2",dark:"#1E1E1E"},"tone-6":{light:"#F8F8F8",dark:"#131313"},"tone-7":{light:"#ffffff",dark:"#080808"},"transparent-background-hover":{light:"#74879119",dark:"#66778019"},"ui-canvas":{light:"#F2F2F2",dark:"#080808"},"ui-modalbackground":{light:"#FFFFFF",dark:"#181C1F"},"upvote-background":{light:"#D93900",dark:"#D93900"},"upvote-background-disabled":{light:"#d939004d",dark:"#d939004d"},"upvote-background-hover":{light:"#AE2C00",dark:"#AE2C00"},"upvote-content":{light:"#AE2C00",dark:"#FF4500"},"upvote-content-weak":{light:"#FF4500",dark:"#FF4500"},"upvote-disabled":{light:"#AE2C004c",dark:"#FF45004c"},"upvote-onBackground":{light:"#FFFFFF",dark:"#FFFFFF"},"upvote-onStrongScrim":{light:"#FF895D",dark:"#FF895D"},"upvote-onStrongScrim-disabled":{light:"#ff895d4d",dark:"#ff895d4d"},"upvote-onStrongScrim-weaker":{light:"#FF4500",dark:"#FF4500"},"upvote-plain":{light:"#AE2C00",dark:"#FF895D"},"upvote-plain-disabled":{light:"#ae2c004d",dark:"#ff895d4d"},"upvote-plain-weaker":{light:"#FF4500",dark:"#FF4500"},"warning-background":{light:"#B78800",dark:"#B78800"},"warning-background-hover":{light:"#977000",dark:"#D8A100"},"warning-content":{light:"#785800",dark:"#B78800"},"warning-content-hover":{light:"#5B4200",dark:"#D8A100"},"warning-onBackground":{light:"#000000",dark:"#000000"}};var el={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",transparent:"#FFFFFF00",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},tl=i=>!!i.match(/^(#[0-9a-fA-F]{3,8}).*/),il=i=>i in ea,ta=i=>i in el,rl=i=>!!i.match(/^rgba?\(.*/),nl=i=>!!i.match(/^hsla?\(.*/),sl=(i,e="light")=>{if(ta(i))return Xs(i);let r=ea[i];return typeof r=="string"?r:r[e]},Xs=i=>el[i]??i,ol=i=>{let[e,t,r,s]=i.replace(/^rgba?\(|\s+|\)$/g,"").split(",");if(!e||!t||!r)return i;let a=[...[e,t,r].map(m=>parseFloat(m))];if(s){let m=parseFloat(s),y=Math.round(m*255);a.push(y)}return`#${a.map(m=>m.toString(16).padStart(2,"0")).join("")}`};import{BlockStackDirection as Zs}from"@devvit/protos";var ia={stackParentLayout:{hasHeight:!0,hasWidth:!0,direction:Zs.UNRECOGNIZED,alignment:void 0}};function dl(i,e,t){if(!e)return{hasHeight:!1,hasWidth:!1};let{growDirection:r,stretchDirection:s}=xm(i?.grow,e.direction,e.alignment),o=t?.height?.value?.value||t?.height?.min?.value||al(2,r,s,e.hasHeight),a=t?.width?.value?.value||t?.width?.min?.value||al(1,r,s,e.hasWidth);return{hasHeight:!!o,hasWidth:!!a}}function al(i,e,t,r){return e===i&&r||t===i&&r}function xm(i,e,t){let r=e===Zs.STACK_VERTICAL||e===Zs.UNRECOGNIZED,s=e===Zs.STACK_HORIZONTAL,o=0;s&&i?o=1:r&&i&&(o=2);let a=t===void 0||t.horizontal===void 0,c=t===void 0||t.vertical===void 0,m=s?!!c:r?!!a:!1,y=0;return s&&m?y=2:r&&m&&(y=1),{growDirection:o,stretchDirection:y}}import{BlockSizeUnit as Bt,BlockStackDirection as Qs}from"@devvit/protos";function Fi(i){if(i==null)return;if(typeof i=="number")return{value:i,unit:Bt.SIZE_UNIT_PERCENT};let e=i.match(/^(\d+(?:\.\d+)?)(px|%)?$/);if(e==null)return;let t=Bt.SIZE_UNIT_PERCENT;return e.at(2)==="px"&&(t=Bt.SIZE_UNIT_PIXELS),{value:Number.parseFloat(e[1]),unit:t}}function Im(i,e){return(i.width?.value?.unit===Bt.SIZE_UNIT_PERCENT||i.width?.min?.unit===Bt.SIZE_UNIT_PERCENT)&&(e.direction===Qs.STACK_HORIZONTAL||e.direction===Qs.STACK_DEPTH)&&(e.hasWidth||(i.width=void 0)),(i.height?.value?.unit===Bt.SIZE_UNIT_PERCENT||i.height?.min?.unit===Bt.SIZE_UNIT_PERCENT)&&(e.direction===Qs.STACK_VERTICAL||e.direction===Qs.STACK_DEPTH)&&(e.hasHeight||(i.height=void 0)),i}function ra(i,e){if(i){let t=i.width!=null||i.minWidth!=null||i.maxWidth!=null,r=i.height!=null||i.minHeight!=null||i.maxHeight!=null;if(t||r||i.grow!=null){let s={width:t?{value:Fi(i.width),min:Fi(i.minWidth),max:Fi(i.maxWidth)}:void 0,height:r?{value:Fi(i.height),min:Fi(i.minHeight),max:Fi(i.maxHeight)}:void 0,grow:i.grow};return e.stackParentLayout&&(s=Im(s,e.stackParentLayout)),s}}}var ml="data-",Am=new Set(["onPress","onMessage"]),Tm=new Map([["onPress",ma.ACTION_CLICK],["onMessage",ma.ACTION_WEBVIEW]]),Jr,Ii=class{constructor(e=()=>{}){l(this,Jr);d(this,Jr,e)}createBlocksElementOrThrow({type:e,props:t,children:r}){let s=this.createBlocksElement({type:e,props:t,children:r},ia);if(!s)throw new Error(`Could not create block of type ${e}`);return s}createBlocksElement({type:e,props:t,children:r},s){switch(e){case"blocks":return this.makeRoot(t,...r);case"hstack":return this.makeHStack(t,s,...r);case"vstack":return this.makeVStack(t,s,...r);case"zstack":return this.makeZStack(t,s,...r);case"text":return this.makeText(t,s,...r);case"button":return this.makeButton(t,s,...r);case"image":return this.makeImage(t,s);case"spacer":return this.makeSpacer(t,s);case"icon":return this.makeIcon(t,s);case"avatar":return this.makeAvatar(t,s);case"webview":return this.makeWebView(t,s);case"__fragment":throw new Error("root fragment is not supported - use 'blocks' instead")}}makeRootHeight(e){switch(e){case"regular":return 320;case"tall":return 512}}makeBlockPadding(e){switch(e){case"none":return Vr.PADDING_NONE;case"xsmall":return Vr.PADDING_XSMALL;case"small":return Vr.PADDING_SMALL;case"medium":return Vr.PADDING_MEDIUM;case"large":return Vr.PADDING_LARGE}}makeBlockRadius(e){switch(e){case"none":return Gr.RADIUS_NONE;case"small":return Gr.RADIUS_SMALL;case"medium":return Gr.RADIUS_MEDIUM;case"large":return Gr.RADIUS_LARGE;case"full":return Gr.RADIUS_FULL}}makeBlockGap(e){switch(e){case"none":return eo.GAP_NONE;case"small":return eo.GAP_SMALL;case"medium":return eo.GAP_MEDIUM;case"large":return eo.GAP_LARGE}}makeBlockAlignment(e){if(e===void 0)return;let t,r;if(e.includes("top")?t=ca.ALIGN_TOP:e.includes("middle")?t=ca.ALIGN_MIDDLE:e.includes("bottom")&&(t=ca.ALIGN_BOTTOM),e.includes("start")?r=sa.ALIGN_START:e.includes("center")?r=sa.ALIGN_CENTER:e.includes("end")&&(r=sa.ALIGN_END),t!==void 0||r!==void 0)return{vertical:t,horizontal:r}}makeBlockBorder(e,t,r,s){if(!e&&!t)return;let o;switch(e){case"none":o=Ys.BORDER_WIDTH_NONE;break;case"thin":o=Ys.BORDER_WIDTH_THIN;break;case"thick":o=Ys.BORDER_WIDTH_THICK;break;default:o=Ys.BORDER_WIDTH_THIN;break}let a=t??"neutral-border-weak",c=this.getThemedColors(a,r,s);return{width:o,color:c?.light,colors:c}}makeBlockTextSize(e){switch(e){case"xsmall":return xi.TEXT_SIZE_XSMALL;case"small":return xi.TEXT_SIZE_SMALL;case"medium":return xi.TEXT_SIZE_MEDIUM;case"large":return xi.TEXT_SIZE_LARGE;case"xlarge":return xi.TEXT_SIZE_XLARGE;case"xxlarge":return xi.TEXT_SIZE_XXLARGE}}makeBlockTextStyle(e){switch(e){case"body":return ua.TEXT_STYLE_BODY;case"metadata":return ua.TEXT_STYLE_METADATA;case"heading":return ua.TEXT_STYLE_HEADING}}makeBlockTextOutline(e){switch(e){case"none":return da.TEXT_OUTLINE_NONE;case"thin":return da.TEXT_OUTLINE_THIN;case"thick":return da.TEXT_OUTLINE_THICK}}makeBlockTextWeight(e){switch(e){case"regular":return cl.TEXT_WEIGHT_REGULAR;case"bold":return cl.TEXT_WEIGHT_BOLD}}makeBlockTextOverflow(e){switch(e){case"clip":return la.TEXT_OVERFLOW_CLIP;case"ellipsis":return la.TEXT_OVERFLOW_ELLIPSE}return la.TEXT_OVERFLOW_ELLIPSE}makeBlockButtonAppearance(e){switch(e){case"secondary":return it.BUTTON_APPEARANCE_SECONDARY;case"primary":return it.BUTTON_APPEARANCE_PRIMARY;case"plain":return it.BUTTON_APPEARANCE_PLAIN;case"bordered":return it.BUTTON_APPEARANCE_BORDERED;case"media":return it.BUTTON_APPEARANCE_MEDIA;case"destructive":return it.BUTTON_APPEARANCE_DESTRUCTIVE;case"caution":return it.BUTTON_APPEARANCE_CAUTION;case"success":return it.BUTTON_APPEARANCE_SUCCESS}}makeBlockButtonSize(e){switch(e){case"small":return na.BUTTON_SIZE_SMALL;case"medium":return na.BUTTON_SIZE_MEDIUM;case"large":return na.BUTTON_SIZE_LARGE}}makeBlockImageResizeMode(e){switch(e){case"none":return Wr.IMAGE_RESIZE_NONE;case"fit":return Wr.IMAGE_RESIZE_FIT;case"fill":return Wr.IMAGE_RESIZE_FILL;case"cover":return Wr.IMAGE_RESIZE_COVER;case"scale-down":return Wr.IMAGE_RESIZE_SCALE_DOWN}}makeBlockSpacerSize(e){switch(e){case"xsmall":return io.SPACER_XSMALL;case"small":return io.SPACER_SMALL;case"medium":return io.SPACER_MEDIUM;case"large":return io.SPACER_LARGE}}makeBlockSpacerShape(e){switch(e){case"invisible":return oa.SPACER_INVISIBLE;case"thin":return oa.SPACER_THIN;case"square":return oa.SPACER_SQUARE}}makeBlockIconSize(e){switch(e){case"xsmall":return to.ICON_SIZE_XSMALL;case"small":return to.ICON_SIZE_SMALL;case"medium":return to.ICON_SIZE_MEDIUM;case"large":return to.ICON_SIZE_LARGE}}makeBlockAvatarSize(e){switch(e){case"xxsmall":return tt.AVATAR_SIZE_XXSMALL;case"xsmall":return tt.AVATAR_SIZE_XSMALL;case"small":return tt.AVATAR_SIZE_SMALL;case"medium":return tt.AVATAR_SIZE_MEDIUM;case"large":return tt.AVATAR_SIZE_LARGE;case"xlarge":return tt.AVATAR_SIZE_XXLARGE;case"xxlarge":return tt.AVATAR_SIZE_XXLARGE;case"xxxlarge":return tt.AVATAR_SIZE_XXXLARGE}}makeBlockAvatarFacing(e){switch(e){case"left":return ul.AVATAR_FACING_LEFT;case"right":return ul.AVATAR_FACING_RIGHT}}makeBlockAvatarBackground(e){switch(e){case"dark":return ll.AVATAR_BG_DARK;case"light":return ll.AVATAR_BG_LIGHT}}getDataSet(e){return Object.keys(e).filter(t=>t.startsWith(ml)).reduce((t,r)=>(t[r.substring(ml.length)]=e[r],t),{})}makeActions(e,t){let r=[],s=this.getDataSet(t);return Am.forEach(o=>{if(o in t){let a=t[o];r.push({type:Tm.get(o)??ma.UNRECOGNIZED,id:a.toString(),data:s})}}),r}blockColorToHex(e,t="light"){if(e)return e=e.toLowerCase(),tl(e)?e:il(e)?sl(e,t):ta(e)?Xs(e):rl(e)?ol(e):nl(e)?e:(console.warn(`Could not parse color: ${e}.`),Xs("red"))}childrenToBlocks(e,t){return e.flatMap(r=>(typeof r!="string"?this.createBlocksElement(r,t):void 0)??[])}getThemedColors(e,t,r){let s=this.blockColorToHex(t,"light"),o=this.blockColorToHex(r,"dark"),a=[];if(e&&(!s||!o)){let c=Array.from(e?.matchAll(/[\w#-]+(?:\([\w\t ,.#-]+\))?/g)??[]);a.push(...c.map(m=>m[0]))}return s||(s=this.blockColorToHex(a?.at(0),"light")),o||(o=this.blockColorToHex(a?.at(1)??a?.at(0),"dark")),s||o?{light:s,dark:o}:void 0}parsePixels(e){return typeof e=="string"?Number(e.slice(0,-2)):e}resolveAssetUrl(e,t){return n(this,Jr).call(this)?.getURL(e,t)??e}childrenToString(e){return e.map(t=>t.toString()).join("")}makeRoot(e,...t){return this.wrapRoot(e,this.childrenToBlocks(t,ia))}wrapRoot(e,t){return this.makeBlock(Ee.BLOCK_ROOT,{},{},{rootConfig:{children:t,height:this.makeRootHeight(u.customPostType?.height??e?.height??"regular")}})}makeStackBlock(e,t,r,s){let o=this.getThemedColors(t?.backgroundColor,t?.lightBackgroundColor,t?.darkBackgroundColor),a=this.makeBlockAlignment(t?.alignment),c=ra(t,r),m=dl(t,r.stackParentLayout,c);return this.makeBlock(Ee.BLOCK_STACK,t,r,{stackConfig:{alignment:a,backgroundColor:o?.light,backgroundColors:o,border:this.makeBlockBorder(t?.border,t?.borderColor,t?.lightBorderColor,t?.darkBorderColor),children:this.childrenToBlocks(s,{stackParentLayout:{...m,direction:e,alignment:a}}),cornerRadius:this.makeBlockRadius(t?.cornerRadius),direction:e,gap:this.makeBlockGap(t?.gap),padding:this.makeBlockPadding(t?.padding),reverse:t?.reverse}})}makeHStack(e,t,...r){return this.makeStackBlock(aa.STACK_HORIZONTAL,e,t,r)}makeVStack(e,t,...r){return this.makeStackBlock(aa.STACK_VERTICAL,e,t,r)}makeZStack(e,t,...r){return this.makeStackBlock(aa.STACK_DEPTH,e,t,r)}makeText(e,t,...r){let s=this.getThemedColors(e?.color,e?.lightColor,e?.darkColor);return this.makeBlock(Ee.BLOCK_TEXT,e,t,{textConfig:{alignment:this.makeBlockAlignment(e?.alignment),color:s?.light,colors:s,outline:this.makeBlockTextOutline(e?.outline),size:this.makeBlockTextSize(e?.size),style:this.makeBlockTextStyle(e?.style),text:this.childrenToString(r),weight:this.makeBlockTextWeight(e?.weight),selectable:e?.selectable,wrap:e?.wrap,overflow:this.makeBlockTextOverflow(e?.overflow)}})}makeButton(e,t,...r){let s=this.getThemedColors(e?.textColor,e?.lightTextColor,e?.darkTextColor);return this.makeBlock(Ee.BLOCK_BUTTON,e,t,{buttonConfig:{buttonAppearance:this.makeBlockButtonAppearance(e?.appearance),icon:e?.icon,buttonSize:this.makeBlockButtonSize(e?.size),text:this.childrenToString(r),textColor:s?.light,textColors:s,disabled:e?.disabled}})}makeImage(e,t){return e&&this.makeBlock(Ee.BLOCK_IMAGE,e,t,{imageConfig:{description:e?.description,resizeMode:this.makeBlockImageResizeMode(e.resizeMode),url:this.resolveAssetUrl(e.url),width:this.parsePixels(e.imageWidth),height:this.parsePixels(e.imageHeight)}})}makeSpacer(e,t){return this.makeBlock(Ee.BLOCK_SPACER,e,t,{spacerConfig:{size:this.makeBlockSpacerSize(e?.size),shape:this.makeBlockSpacerShape(e?.shape)}})}makeIcon(e,t){let r=this.getThemedColors(e?.color,e?.lightColor,e?.darkColor);return e&&this.makeBlock(Ee.BLOCK_ICON,e,t,{iconConfig:{icon:e.name,color:r?.light,colors:r,size:this.makeBlockIconSize(e.size)}})}makeAvatar(e,t){return e&&this.makeBlock(Ee.BLOCK_AVATAR,e,t,{avatarConfig:{thingId:e.thingId,size:this.makeBlockAvatarSize(e.size),facing:this.makeBlockAvatarFacing(e.facing),background:this.makeBlockAvatarBackground(e.background)}})}makeWebView(e,t){return e&&this.makeBlock(Ee.BLOCK_WEBVIEW,e,t,{webviewConfig:{url:this.resolveAssetUrl(e.url,{webView:!0})}})}makeBlock(e,t,r,s){return{type:e,sizes:ra(t,r),config:s,actions:(t&&this.makeActions(e,t))??[],id:t?.id,key:t?.key}}ensureRootBlock(e){let t;if(e.type===Ee.BLOCK_ROOT?(e.config?.rootConfig&&u.customPostType?.height&&(e.config.rootConfig.height=this.makeRootHeight(u.customPostType?.height)),t=e):t=this.wrapRoot(void 0,[e]),!t)throw new Error("Could not create root block");return t}};Jr=new WeakMap;function gl(i){if(typeof i=="string")throw new Error("Root element cannot be a string")}var hl=i=>{let e="",t=i.props?Object.keys(i.props).map(r=>r==="onPress"?"":`${r}="${i.props[r]}"`).join(" "):"";e+=`<${i.type}${t?" "+t:""}>`;for(let r of i.children)typeof r=="string"?e+=r:e+=hl(r);return e+=`</${i.type}>`,e};function Em(i){return" ".repeat(i)}function Rm(i){let e="",t=0,r=i.split(/>\s*</);for(let s=0;s<r.length;s++){let o=r[s];s===0&&(o=o.trim()),s===r.length-1&&(o=o.trim());let a=o.charAt(0)==="/";a&&t--,e+=Em(t),s!==0&&(e+="<"),e+=o,s!==r.length-1&&(e+=`>
|
|
2
|
+
`),!a&&o.indexOf("</")===-1&&o.charAt(o.length-1)!=="/"&&t++}return e}var Ce,fl,zr,ga,$r,Le=class{constructor(e,t,r,s,o){l(this,Ce);this.renderState={};this.currentComponentKey=[];this.currentHookIndex=0;this.actions=new Map;this.forms=new Map;this.realtimeChannels=[];this.realtimeUpdated=!1;this.pendingHooks=[];this.isRendering=!1;this.transformer=new Ii(()=>this.assets);this.effects=[];l(this,$r,!1);this.component=e,this.event=t,this.state={__renderState:{},...r},this.metadata=s,this.state.__realtimeChannels&&(this.realtimeChannels=this.state.__realtimeChannels);let a=ke({reconciler:this,hooks:!0,ui:!0,metadata:s});this.cache=a.cache,this.modLog=a.modLog,this.reddit=a.reddit,this.kvStore=a.kvStore,this.redis=a.redis,this.settings=a.settings,this.scheduler=a.scheduler,this.media=a.media,this.assets=a.assets,this.realtime=a.realtime,this.dimensions=o,this.ui=a.ui,this.hooks={useState:a.useState,useInterval:a.useInterval,useForm:a.useForm,useChannel:a.useChannel}}emitEffect(e,t){this.effects.push(t)}async render(){await this.reconcile(),this.isRendering=!0;let e=await this.buildBlocksUI();return this.isRendering=!1,e}makeUniqueActionID(e){let t=e,r=1;for(;this.actions.has(t);)t=`${e}.${r++}`;return t}async reconcile(){let e=h(this,Ce,zr).call(this),t={type:this.component,props:e,children:[]},r=await this.processBlock(t);if(gl(r),this.transformer.createBlocksElementOrThrow(r),this.isUserActionRender&&this.blockRenderEventId){let s=this.actions.get(this.blockRenderEventId);s&&await s(this.event.data)}for(let s of this.pendingHooks)await s();this.buildNextState(),h(this,Ce,fl).call(this)}async buildBlocksUI(){let e=h(this,Ce,zr).call(this),t={type:this.component,props:e,children:[]},r=await this.renderElement(e,t);return this.transformer.ensureRootBlock(r)}async renderElement(e,t){let r=await this.processBlock(t);return gl(r),(u.debug.emitSnapshots||e.debug.emitSnapshots)&&console.debug(Rm(hl(r))),(u.debug.emitState||e.debug.emitState)&&console.debug(JSON.stringify(this.state,void 0,2)),this.transformer.createBlocksElementOrThrow(r)}async processProps(e){let t=e.props??{},r=["onPress","onMessage"];for(let s of r)if(s in t){let o=t[s],a=o?.name,c=this.makeUniqueActionID(`${e.type}.${a??s}`);this.actions.set(c,o),t[s]=c}}async processBlock(e,t=Yd(),r=[]){let s=e;if(typeof s.type=="string"){let c=[];for(let f=0;f<s.children.length;f++){let S=s.children[f];S!=null&&c.push(await this.processBlock(S,t,[...r,`${s.type}.${f}`]))}let m=c.flat(),y=h(this,Ce,ga).call(this,m);return await this.processProps(s),{type:s.type,props:s.props,children:y}}if(typeof s.type=="function"){let c=t(`${r.length?r.join("."):"root"}.${s.type.name.length?s.type.name:"anonymous"}`);this.currentComponentKey.push(c),this.renderState[c]||(this.renderState[c]={});let m=s.children.flatMap(f=>f),y={...h(this,Ce,zr).call(this),...s.props,children:m},v;for(;v===void 0;)try{v=await s.type(y,h(this,Ce,zr).call(this))}catch(f){if(f instanceof Promise)v=await f;else throw f}if(!this.isInitialRender){let f=this.getPreviousComponentState();if(Object.keys(f).length!==this.currentHookIndex)throw new Error("Invalid hook call. Hooks can only be called at the top-level of a function component. Make sure that you are not calling hooks inside loops, conditions, or nested functions.")}if(this.currentComponentKey.pop(),this.currentHookIndex=0,typeof v=="object")return this.processBlock(v,t,[...r,s.type.name])}if(typeof s=="string")return s;if(typeof s=="number")return`${s}`;let o=[],a="";return Array.isArray(s)?o=s:typeof s.type>"u"&&s.children&&(o=s.children,a="fragmentChild."),{type:"__fragment",props:void 0,children:await Promise.all(o.flatMap(async(c,m)=>await this.processBlock(c,t,[...r,`${a}${m}`])))}}getCurrentComponentKey(){if(!this.currentComponentKey.at(-1))throw new Error("Current component key is missing");return this.currentComponentKey}getCurrentComponentState(){let e=this.currentComponentKey.at(-1);if(!e)throw new Error("Current component key is missing");return this.renderState[e]}getPreviousComponentState(){let e=this.currentComponentKey.at(-1);if(!e)throw new Error("Current component key is missing");return this.state.__renderState[e]||(this.state.__renderState[e]={}),this.state.__renderState[e]}get isInitialRender(){return this.event?this.event.type===pa.RENDER_INITIAL:!1}get isUserActionRender(){return this.event?this.event.type===pa.RENDER_USER_ACTION:!1}get isEffectRender(){return this.event?this.event.type===pa.RENDER_EFFECT_EVENT:!1}get formSubmittedEvent(){return this.event?this.event.formSubmitted:!1}get blockRenderEventId(){return this.event?this.event.id:!1}get realtimeEvent(){if(!this.event)return!1;let e=this.event.realtimeEvent;return e?.event?.channel?e:!1}runHook(e){this.pendingHooks.push(e)}rerenderIn(e){n(this,$r)||(d(this,$r,!0),this.effects.push({type:pl.EFFECT_RERENDER_UI,rerenderUi:{delaySeconds:e/1e3}}))}addRealtimeChannel(e){this.realtimeChannels.push(e),this.realtimeUpdated=!0}removeRealtimeChannel(e){this.realtimeChannels=this.realtimeChannels.filter(t=>t!==e),this.realtimeUpdated=!0}get realtimeEffect(){return this.realtimeUpdated&&this.realtimeChannels.length>0?[{type:pl.EFFECT_REALTIME_SUB,realtimeSubscriptions:{subscriptionIds:this.realtimeChannels}}]:[]}getEffects(){return[...wi(this.ui),...this.effects,...this.realtimeEffect]}buildNextState(){for(let e of Object.keys(this.renderState))this.renderState[e]=Object.values(this.renderState[e]);this.state={__postData:this.state.__postData,__renderState:this.renderState,__cache:this.state.__cache,...this.realtimeChannels.length>0?{__realtimeChannels:this.realtimeChannels}:{}}}};Ce=new WeakSet,fl=function(){this.actions.clear(),this.currentComponentKey=[],this.currentHookIndex=0,this.pendingHooks=[],this.realtimeChannels=[],this.realtimeUpdated=!1},zr=function(){let e={...se(this.metadata,this.state.__postData?.thingId),modLog:this.modLog,reddit:this.reddit,cache:this.cache,kvStore:this.kvStore,redis:this.redis,settings:this.settings,scheduler:this.scheduler,media:this.media,assets:this.assets,realtime:this.realtime,ui:this.ui,dimensions:this.dimensions,uiEnvironment:{timezone:this.metadata[P.Timezone]?.values[0],locale:this.metadata[P.Language]?.values[0],dimensions:this.dimensions},...this.hooks};return e.debug.effects=this,e},ga=function(e){let t=[];for(let r of e)typeof r=="string"?t.push(r):r.type==="__fragment"?t.push(...h(this,Ce,ga).call(this,r.children)):t.push(r);return t},$r=new WeakMap;async function Um(i,e){let t=u.customPostType;if(!t)throw new Error("Custom post type not registered");let r=new Le((o,a)=>t.render(a),i.blocks,i.state,e,i.dimensions),s=await r.render();return Mm.fromJSON({state:r.state,blocks:{ui:s},effects:r.getEffects()})}function yl(i){i.provides(Om),O("RenderPost",Um)}import{GetFieldsResponse as Dm,InstallationSettingsDefinition as Bm}from"@devvit/protos";async function Nm(){return Dm.fromJSON({fields:{fields:Ne(u.installationSettings??[])}})}async function Lm(i,e){return Ks(i,u.installationSettings,e)}function bl(i){i.provides(Bm),O("GetSettingsFields",Nm),O("ValidateForm",Lm)}import{ContextActionDefinition as _m,ContextActionList as Hm,ContextActionResponse as jm}from"@devvit/protos";function ha(i){let e=i.metadata[P.User].values[0];if(!e)throw new Error("User missing from context");return e}function fa(i){let e=i.metadata[P.Subreddit].values[0];if(!e)throw new Error("Subreddit missing from context");return e}async function vl(i,e){let t=ha(i),r=fa(i);if(!t||!r)throw new Error("User or subreddit missing from context");let s=e.comment?.id&&`t1_${e.comment.id}`,o=e.post?.id&&`t3_${e.post.id}`,a=e.subreddit?.id&&`t5_${e.subreddit.id}`,c=s||o||a;if(!c)throw new Error("targetId is missing from ContextActionRequest");if(s){let f=await i.reddit.getCommentById(s);if(!f)throw new Error(`Comment ${s} not found`);if(f.subredditId!==r)throw new Error("Comment does not belong to the subreddit")}if(o){let f=await i.reddit.getPostById(o);if(!f)throw new Error(`Post ${o} not found`);if(f.subredditId!==r)throw new Error("Post does not belong to the subreddit")}if(a&&a!==r)throw new Error(`Subreddit ${a} ${r} not found`);let m=qr(e.actionId);if(!m)throw new Error("Action not found");let y=!!m.forUserType?.includes("moderator");if(y&&!kl(i))throw new Error("User is not a moderator");let v={needsModCheck:y};await i.redis.set(`${t}${r}${c}${e.actionId}`,JSON.stringify(v)),await i.redis.expire(`${t}${r}${c}${e.actionId}`,600)}async function kl(i){let e=ha(i),t=fa(i),r=await i.reddit.getSubredditInfoById(t);return!!(await i.reddit.getModerators({subredditName:r.name}).all()).find(o=>o.id===e)}async function Cl(i,e){let t=ha(i),r=fa(i),{actionId:s,thingId:o}=e.state?.__contextAction??{},a=await i.redis.get(`${t}${r}${o}${s}`);if(!a)throw new Error("CSRF token not found");if(JSON.parse(a).needsModCheck&&!await kl(i))throw new Error("User is not a moderator: "+t+"; "+r)}var Pl=i=>`menuItem.${i}`;function qr(i){return u.menuItems.find((e,t)=>Pl(t)===i)}function ya(i,e){return i?Array.isArray(i.location)?i.location.includes(e):i.location===e:!1}async function Wm(i,e){let r=u.menuItems.map((s,o)=>({actionId:Pl(o),name:s.label,description:s.description,contexts:{subreddit:s.location.includes("subreddit"),post:s.location.includes("post"),comment:s.location.includes("comment")},users:{loggedOut:s.forUserType?.includes("loggedOut"),moderator:s.forUserType?.includes("moderator")},postFilters:s.postFilter==="currentApp"?{currentApp:!0}:void 0}));return Hm.fromJSON({actions:r})}async function Vm(i,e){let t=qr(i.actionId);if(!t)throw new Error(`MenuItem ${i.actionId} not found`);let r=i.comment?.id&&`t1_${i.comment.id}`,s=i.post?.id&&`t3_${i.post.id}`,o=i.subreddit?.id&&`t5_${i.subreddit.id}`,a=r||s||o;p(a,"targetId is missing from ContextActionRequest");let c={targetId:a,location:i.comment?"comment":i.post?"post":"subreddit"},m=Object.assign(ke({ui:!0,metadata:e}),se(e,s,r),{uiEnvironment:{timezone:e[P.Timezone]?.values[0],locale:e[P.Language]?.values[0]}});return await vl(m,i),await t.onPress(c,m),jm.fromJSON({effects:wi(m.ui)})}function Sl(i){i.provides(_m),O("GetActions",Wm),O("OnAction",Vm)}function Fe(i){return i?i===!0?!0:i.enabled:!1}import{SchedulerHandlerDefinition as Gm}from"@devvit/protos";async function Jm(i,e){let t=i.type,r=u.scheduledJobHandlers?.get(t);if(!r)throw new Error(`Job ${t} not found`);let s={name:t,data:i.data},o=Object.assign(ke({metadata:e}),se(e));return await r(s,o),{}}function wl(i){i.provides(Gm),O("HandleScheduledAction",Jm)}import{OnAppInstallDefinition as zm,OnAppUpgradeDefinition as $m,OnAutomoderatorFilterCommentDefinition as qm,OnAutomoderatorFilterPostDefinition as Km,OnCommentCreateDefinition as Xm,OnCommentDeleteDefinition as Zm,OnCommentReportDefinition as Qm,OnCommentSubmitDefinition as Ym,OnCommentUpdateDefinition as ep,OnModActionDefinition as tp,OnModMailDefinition as ip,OnPostCreateDefinition as rp,OnPostDeleteDefinition as np,OnPostFlairUpdateDefinition as sp,OnPostNsfwUpdateDefinition as op,OnPostReportDefinition as ap,OnPostSpoilerUpdateDefinition as dp,OnPostSubmitDefinition as lp,OnPostUpdateDefinition as up}from"@devvit/protos";var rt;(function(i){function e(a,c){return a.length<=c?a:`${a.slice(0,c-1)}\u2026`}i.ellipsize=e;function t(a){return a[0]==null?a:`${a[0].toLocaleUpperCase()}${a.slice(1)}`}i.capitalize=t;function r(a){return a==null||/^\s*$/.test(a)}i.isBlank=r;function s(a,c="stack"){return a instanceof Error?`${a[c]||a.stack||a.message||a.name}`:String(a)}i.caughtToString=s;function o(a,c="stack"){return a instanceof Error?`${a[c]||a.stack||a.message||a.name}`:String(a)}i.caughtToStringUntyped=o})(rt||(rt={}));function q(i,e){return p(e),async(t,r)=>{let s={...t,type:i},o=Object.assign(ke({metadata:r}),se(r)),a=await Promise.allSettled(e.map(m=>m(s,o))),c=cp(a);if(c)throw c.err;return{}}}function Fl(i){for(let e of u.triggerOnEventHandlers.keys())switch(e){case"PostSubmit":i.provides(lp),O("OnPostSubmit",q("PostSubmit",u.triggerOnEventHandlers.get(e)));break;case"PostCreate":i.provides(rp),O("OnPostCreate",q("PostCreate",u.triggerOnEventHandlers.get(e)));break;case"PostUpdate":i.provides(up),O("OnPostUpdate",q("PostUpdate",u.triggerOnEventHandlers.get(e)));break;case"PostReport":i.provides(ap),O("OnPostReport",q("PostReport",u.triggerOnEventHandlers.get(e)));break;case"PostDelete":i.provides(np),O("OnPostDelete",q("PostDelete",u.triggerOnEventHandlers.get(e)));break;case"PostFlairUpdate":i.provides(sp),O("OnPostFlairUpdate",q("PostFlairUpdate",u.triggerOnEventHandlers.get(e)));break;case"CommentSubmit":i.provides(Ym),O("OnCommentSubmit",q("CommentSubmit",u.triggerOnEventHandlers.get(e)));break;case"CommentCreate":i.provides(Xm),O("OnCommentCreate",q("CommentCreate",u.triggerOnEventHandlers.get(e)));break;case"CommentUpdate":i.provides(ep),O("OnCommentUpdate",q("CommentUpdate",u.triggerOnEventHandlers.get(e)));break;case"CommentReport":i.provides(Qm),O("OnCommentReport",q("CommentReport",u.triggerOnEventHandlers.get(e)));break;case"CommentDelete":i.provides(Zm),O("OnCommentDelete",q("CommentDelete",u.triggerOnEventHandlers.get(e)));break;case"AppInstall":i.provides(zm),O("OnAppInstall",q("AppInstall",u.triggerOnEventHandlers.get(e)));break;case"AppUpgrade":i.provides($m),O("OnAppUpgrade",q("AppUpgrade",u.triggerOnEventHandlers.get(e)));break;case"ModAction":i.provides(tp),O("OnModAction",q("ModAction",u.triggerOnEventHandlers.get(e)));break;case"ModMail":i.provides(ip),O("OnModMail",q("ModMail",u.triggerOnEventHandlers.get(e)));break;case"PostNsfwUpdate":i.provides(op),O("OnPostNsfwUpdate",q("PostNsfwUpdate",u.triggerOnEventHandlers.get(e)));break;case"PostSpoilerUpdate":i.provides(dp),O("OnPostSpoilerUpdate",q("PostSpoilerUpdate",u.triggerOnEventHandlers.get(e)));break;case"AutomoderatorFilterPost":i.provides(Km),O("OnAutomoderatorFilterPost",q("AutomoderatorFilterPost",u.triggerOnEventHandlers.get(e)));break;case"AutomoderatorFilterComment":i.provides(qm),O("OnAutomoderatorFilterComment",q("AutomoderatorFilterComment",u.triggerOnEventHandlers.get(e)));break;default:throw new Error(`Unknown trigger event: ${e}`)}}function cp(i){let e=i.reduce((t,r)=>r.status==="rejected"?[...t,r.reason]:t,[]);if(e.length!==0)return e.length===1?{err:e[0]}:{err:new Error(e.map(t=>rt.caughtToString(t)).join(`
|
|
3
|
+
`))}}import{EffectType as Dp,HandleUIEventResponse as ka,UIEventHandlerDefinition as Bp}from"@devvit/protos";var Wl=ld(Nl(),1);function Ll(i){return i?.constructor===Object}function Nt(i,e){return Object.is(i,e)?!0:typeof i!=typeof e?!1:Array.isArray(i)&&Array.isArray(e)?_l(i,e):i instanceof Date&&e instanceof Date?i.getTime()===e.getTime():i instanceof RegExp&&e instanceof RegExp?i.toString()===e.toString():Ll(i)&&Ll(e)?Up(i,e):i instanceof ArrayBuffer&&e instanceof ArrayBuffer?Hl(new DataView(i),new DataView(e)):i instanceof DataView&&e instanceof DataView?Hl(i,e):jl(i)&&jl(e)?i.byteLength!==e.byteLength?!1:_l(i,e):!1}function Up(i,e){let t=Object.keys(i),r=Object.keys(e);if(!Nt(t,r))return!1;for(let s of t)if(!Nt(i[s],e[s]))return!1;return!0}function _l(i,e){return i.length!==e.length?!1:i.every((t,r)=>Nt(t,e[r]))}function Hl(i,e){if(i.byteLength!==e.byteLength)return!1;for(let t=0;t<i.byteLength;t++)if(i.getUint8(t)!==e.getUint8(t))return!1;return!0}function jl(i){return ArrayBuffer.isView(i)&&!(i instanceof DataView)}async function Np(i,e){let t=i.state??{},r=(0,Wl.default)(t),s=ke({ui:!0,metadata:e});if(i.event?.formSubmitted&&i.event.formSubmitted.formId){let m=i.event.formSubmitted.formId;if(m.includes("form.hook.")&&u.customPostType){let b=new Le((_,I)=>u.customPostType?.render(I)??null,i.event,i.state,e,void 0);return await b.reconcile(),ka.fromJSON({state:b.state,effects:b.getEffects()})}let y=u.formDefinitions?.get(m);if(!y)throw new Error(`Form with key ${m} not found`);let v,f;if(r.__contextAction){let{actionId:b,thingId:_}=r.__contextAction,I=qr(b);ya(I,"post")?v=_:ya(I,"comment")&&(f=_)}let S=Object.assign(s,se(e,v,f),{uiEnvironment:{timezone:e[P.Timezone]?.values[0],locale:e[P.Language]?.values[0]}});await Cl(S,i),await y.onSubmit({values:Ke(i.event.formSubmitted.results)},S)}else if(i.event?.realtimeEvent){if(u.customPostType){let m=new Le((y,v)=>u.customPostType?.render(v)??null,i.event,i.state,e,void 0);return await m.reconcile(),ka.fromJSON({state:m.state,effects:m.getEffects()})}}else if(i.event?.toastAction)throw new Error("Toast actions not yet implemented");let o=!Nt(t,r),a=wi(s.ui),c=o?[...a,{type:Dp.EFFECT_RERENDER_UI,rerenderUi:{delaySeconds:0}}]:a;return ka.fromJSON({state:r,effects:c})}function Vl(i){i.provides(Bp),O("HandleUIEvent",Np)}import{CustomPostDefinition as yo,UIResponse as fu}from"@devvit/protos";import{UIEventScope as Jp}from"@devvit/protos";var Ca="ServerCallRequired";function ro(i){return i?.message===Ca}var Fa={now(){return new Date}};function Gl(i){return`__autocache__${i}`}function Jl(i){return`__lock__${i}`}var Lp=300,_p=1e3,no=5e3,Pa=3,zl=.1,$l=1e3,Hp=3e4;function ql(i){if(i.error)throw new Error(i.error);return i.value}var nt,st,Pe,Ai,$,Kl,Xl,Zl,Sa,Ql,Yl,wa,eu,so=class{constructor(e,t,r=Fa){l(this,$);l(this,nt);l(this,st,{});l(this,Pe);l(this,Ai);d(this,nt,e),d(this,Ai,t),d(this,Pe,r)}async cache(e,t){var a;(a=n(this,Ai)).__cache??(a.__cache={}),d(this,st,n(this,Ai).__cache),h(this,$,eu).call(this,t);let r=h(this,$,Kl).call(this,t.key);if(r!==void 0)return r;let s=await h(this,$,wa).call(this,t.key),o=await h(this,$,Xl).call(this,t,s,e);return ql(o)}};nt=new WeakMap,st=new WeakMap,Pe=new WeakMap,Ai=new WeakMap,$=new WeakSet,Kl=function(e){let t=n(this,st)[e];if(t){let r=n(this,Pe).now().getTime(),s=t?.error&&t?.errorTime&&t.errorCount<Pa&&Math.random()<zl&&t.errorTime+$l<r;if(t?.expires&&t.expires<r&&t.checkedAt+$l<r||s){delete n(this,st)[e];return}else return ql(t)}},Xl=async function(e,t,r){let s=t?.expires,o=s?h(this,$,Yl).call(this,s):1;return!t||t?.error&&t.errorCount<Pa&&zl>Math.random()||o>Math.random()?h(this,$,Zl).call(this,e,t,r):t},Zl=async function(e,t,r){let s=Jl(e.key),o=n(this,Pe).now().getTime(),a=new Date(o+e.ttl/2);if(await n(this,nt).set(s,"1",{expiration:a,nx:!0}))return h(this,$,Ql).call(this,e.key,t,r,e.ttl);if(t)return t;{let m=n(this,Pe).now();return h(this,$,Sa).call(this,m,e.key,e.ttl)}},Sa=async function(e,t,r){let s=Math.min(r,_p),o=await h(this,$,wa).call(this,t);if(o)return o;if(n(this,Pe).now().getTime()-e.getTime()>=s)throw new Error(`Cache request timed out trying to get data at key: ${t}`);return await new Promise(a=>setTimeout(a,Lp)),h(this,$,Sa).call(this,e,t,r)},Ql=async function(e,t,r,s){let o=n(this,Pe).now().getTime()+s;t=t??{value:null,expires:o,errorCount:0,error:null,errorTime:null,checkedAt:0};try{t.value=await r(),t.error=null,t.errorCount=0,t.errorTime=null}catch(a){t.value=null,t.error=a.message??"Unknown error",t.errorTime=n(this,Pe).now().getTime(),t.errorCount++}return n(this,st)[e]=t,await n(this,nt).set(Gl(e),JSON.stringify(t),{expiration:new Date(o+Hp)}),t.error&&t.errorCount<Pa&&await n(this,nt).del(Jl(e)),t},Yl=function(e){let t=n(this,Pe).now().getTime(),r=e-t;return r<0?1:r<1e3?.1:r<2e3?.01:r<3e3?.001:0},wa=async function(e){let t=await n(this,nt).get(Gl(e));if(t){let r=JSON.parse(t);return r.checkedAt=n(this,Pe).now().getTime(),n(this,st)[e]=r,r}},eu=function(e){e.ttl<no&&(console.warn(`Cache TTL cannot be less than ${no} milliseconds! Updating ttl value of ${e.ttl} to ${no}.`),e.ttl=no)};function tu(i,e,t=Fa){let r=new so(i,e,t);return r.cache.bind(r)}import{EffectType as oo,ToastAppearance as nu}from"@devvit/protos";function iu(i){let e=i.match(/form\.hook\.(.+)\.0/);if(e?.[1])return e[1]}var xa=class{constructor(e,t,r){this.state=null;this.hookId=e.hookId,this.form=t,this.onSubmit=r,this.onUIEvent=async s=>{s.formSubmitted&&await r(Ke(s.formSubmitted.results))}}};function Ia(i,e){let t=me({namespace:"useForm",initializer:r=>new xa(r,i,e)});return jp({id:t.hookId})}function jp(i){return`form.hook.${i.id}.0`}function ru(i,e){let t=iu(e);return i.getHook({id:t})}var _e,lo,Kr,uo,ao=class{constructor(e){l(this,_e);l(this,lo,0);l(this,Kr);l(this,uo,(e,t)=>{let r=t!==void 0?e:"",s=t!==void 0?t:e;n(this,_e).emitEffect(`postMessage${ud(this,lo)._++}`,{type:oo.EFFECT_WEB_VIEW,webView:{postMessage:{webViewId:r,app:{message:s,jsonString:JSON.stringify(s)}}}})});d(this,_e,e),d(this,Kr,{postMessage:n(this,uo)})}get webView(){return n(this,Kr)}showForm(e,t){return this.showFormInternal(e,t)}showFormInternal(e,t,r){let s=ru(n(this,_e),e);if(!s)throw new Error("Form does not exist. Make sure you have added it using useForm.");let o=r??(s.form instanceof Function?s.form(t??{}):s.form),a={fields:[],id:e,title:o.title,acceptLabel:o.acceptLabel,cancelLabel:o.cancelLabel,shortDescription:o.description};Ot(o.fields),a.fields=Ne(o.fields),n(this,_e).emitEffect(e,{type:oo.EFFECT_SHOW_FORM,showForm:{form:a}})}showToast(e){let t;e instanceof Object?t={text:e.text,appearance:e.appearance==="success"?nu.SUCCESS:nu.NEUTRAL}:t={text:e},n(this,_e).emitEffect(e.toString(),{type:oo.EFFECT_SHOW_TOAST,showToast:{toast:t}})}navigateTo(e){let t=typeof e=="string"?e:e.url;if(!URL.canParse(t))throw new TypeError(`Invalid URL: ${t}`);let r=new URL(t).toString();n(this,_e).emitEffect(r,{type:oo.EFFECT_NAVIGATE_TO_URL,navigateToUrl:{url:r}})}};_e=new WeakMap,lo=new WeakMap,Kr=new WeakMap,uo=new WeakMap;import{EffectType as Wp,RealtimeSubscriptionStatus as su}from"@devvit/protos";var ot,Re,at,Lt,Xr,Ta,co=class co{constructor(e,t){l(this,Xr);l(this,ot);l(this,Re);l(this,at);l(this,Lt);d(this,ot,t.context),d(this,Re,!!t.context._devvitContext?.debug.realtime),d(this,Lt,e),d(this,at,t.invalidate);let r=t.context.meta[P.App]?.values[0];if(!r)throw Error("useChannel missing app ID metadata");let s=t.context.meta[P.Installation]?.values[0];if(!s)throw Error("useChannel missing install ID from metadata");let o=`${r}:${s}:${e.name}`;if(Object.values(n(this,ot)._hooks).filter(c=>c instanceof co).some(c=>c.state.channel===o))throw Error(`useChannel channel names must be unique; "${o}" duplicated`);this.state={channel:o,connected:!1,subscribed:!1}}async onUIEvent(e){let t=e.realtimeEvent;if(!(!t||!this.state.subscribed))switch(t.status){case su.REALTIME_SUBSCRIBED:n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" connected`),this.state.connected=!0,n(this,at).call(this),await n(this,Lt).onSubscribed?.();break;case su.REALTIME_UNSUBSCRIBED:n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" disconnected`),this.state.connected=!1,n(this,at).call(this),await n(this,Lt).onUnsubscribed?.();break;default:n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" received message: ${JSON.stringify(e,void 0,2)}`),n(this,Lt).onMessage(t.event?.data?.msg);break}}async send(e){if(n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" send message: ${JSON.stringify(e,void 0,2)}`),!this.state.subscribed||!this.state.connected)throw console.debug(`[realtime] "${this.state.channel}" send failed; channel not connected`),Error(`useChannel send failed; "${this.state.channel}" channel not connected`);await n(this,ot).devvitContext.realtime.send(this.state.channel,e)}get status(){return this.state.subscribed&&this.state.connected?2:this.state.subscribed&&!this.state.connected?1:!this.state.subscribed&&this.state.connected?3:4}subscribe(){this.state.subscribed||(n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" subscribed`),this.state.subscribed=!0,n(this,at).call(this),h(this,Xr,Ta).call(this))}unsubscribe(){this.state.subscribed&&(n(this,Re)&&console.debug(`[realtime] "${this.state.channel}" unsubscribed`),this.state.subscribed=!1,n(this,at).call(this),h(this,Xr,Ta).call(this))}};ot=new WeakMap,Re=new WeakMap,at=new WeakMap,Lt=new WeakMap,Xr=new WeakSet,Ta=function(){let e=Object.values(n(this,ot)._hooks).filter(t=>t instanceof co&&t.state.subscribed).map(t=>t.state.channel);n(this,ot).emitEffect(this.state.channel,{type:Wp.EFFECT_REALTIME_SUB,realtimeSubscriptions:{subscriptionIds:e}})};var Aa=co;function Ea(i){if(!i.name||/[^a-zA-Z0-9_]/.test(i.name))throw Error(`useChannel error: The name "${i.name}" you provided for the hook is invalid. Valid names can only contain letters, numbers, and underscores (_).`);let e=`useChannel:${i.name}`;return me({id:e,namespace:e,initializer:t=>new Aa(i,t)})}import{EffectType as Ra}from"@devvit/protos";function ou(i){return typeof i=="object"&&i!==null&&"__deleted"in i}var _t,dt,Ti=class Ti{constructor(e,t){l(this,_t);this._segments=[];l(this,dt,{});this._prevHooks={};this._prevHookId="";this._effects={};this._changed={};this._touched={};this._requeueEvents=[];this._rootProps={};this._generated={};this._undeliveredHandlers={};this.request=e,this.meta=t,d(this,_t,e.state??{__cache:{}}),this._rootProps=e.props??{}}get devvitContext(){if(!this._devvitContext)throw new Error("Devvit context not available");return this._devvitContext}set devvitContext(e){this._devvitContext=e}get _changedState(){let e={__cache:n(this,_t).__cache??{}};for(let r in this._changed)e[r]=this._state[r];let t=new Set(Object.keys(this._state));return Object.keys(n(this,dt)).forEach(r=>{r!=="__cache"&&t.delete(r)}),t.forEach(r=>{if(r==="__cache")return;let s={__deleted:!0};this._state[r]=e[r]=s}),e}get _hooks(){return n(this,dt)}set _hooks(e){this._prevHooks=n(this,dt),d(this,dt,e)}get _state(){return n(this,_t)}set _state(e){d(this,_t,e)}push(e){this._segments.push({...e,next:0})}pop(){this._segments.pop()}addUndeliveredEventHandler(e,t){this._undeliveredHandlers[e]=t}addGlobalUndeliveredEventHandler(e,t){Ti.addGlobalUndeliveredEventHandler(e,t)}getHook(e){return n(this,dt)[e.id]}static addGlobalUndeliveredEventHandler(e,t){Ti._staticUndeliveredHandlers[e]=t}async handleUndeliveredEvent(e){let t={...Ti._staticUndeliveredHandlers,...this._undeliveredHandlers};for(let[r,s]of Object.entries(t))await s(e,this)}emitEffect(e,t){this._effects[e]=t}addToRequeueEvents(...e){this._devvitContext?.debug.blocks&&console.debug("[blocks] requeueing events",e);let t=e.reduce((r,s)=>(s.retry?r.retry.push(s):r.normal.push(s),r),{retry:[],normal:[]});this._requeueEvents=[...t.retry,...this._requeueEvents,...t.normal]}get effects(){return Object.values(this._effects)}nextHookId(e){e.key===void 0&&(e.key=this._segments[this._segments.length-1].next+++""),this.push(e);try{let t=[];for(let s=this._segments.length-1;s>=0;s--){let o=this._segments[s];if(o.id){t.unshift(o.id);break}let a=[];o.namespace&&a.push(o.namespace),o.key!==void 0&&o.key!==!1&&a.push(o.key),t.unshift(a.join("-"))}let r=t.join(".");if(this._generated[r]&&!e.shared)throw new Error(`Hook id ${r} already used, cannot register another hook with the same id`);return this._generated[r]=!0,this._prevHookId=r,r}finally{this.pop()}}};_t=new WeakMap,dt=new WeakMap,Ti._staticUndeliveredHandlers={};var Ei=Ti;var lt={};Ei.addGlobalUndeliveredEventHandler("intervals",async(i,e)=>{i.timer&&i.hook&&(delete lt[i.hook],e.emitEffect("timers",{type:Ra.EFFECT_SET_INTERVALS,interval:{intervals:lt}}))});var ut,Ri,Zr,Oi,Oa=class{constructor(e,t,r){l(this,ut);l(this,Ri);l(this,Zr);l(this,Oi);this.state={duration:{seconds:0,nanos:0},running:!1};d(this,Ri,r.invalidate),d(this,ut,r.hookId),d(this,Zr,e),d(this,Oi,r.context);let s=Math.floor(t/1e3),o=t%1e3*1e6;this.state.duration={seconds:s,nanos:o}}onStateLoaded(){this.state.running?lt[n(this,ut)]={duration:this.state.duration}:delete lt[n(this,ut)]}async onUIEvent(e){await n(this,Zr).call(this)}start(){lt[n(this,ut)]={duration:this.state.duration},this.state.running=!0,n(this,Ri).call(this),n(this,Oi).emitEffect("timers",{type:Ra.EFFECT_SET_INTERVALS,interval:{intervals:lt}})}stop(){delete lt[n(this,ut)],this.state.running=!1,n(this,Ri).call(this),n(this,Oi).emitEffect("timers",{type:Ra.EFFECT_SET_INTERVALS,interval:{intervals:lt}})}};ut=new WeakMap,Ri=new WeakMap,Zr=new WeakMap,Oi=new WeakMap;function Ma(i,e){let t=me({namespace:"useInterval",initializer:r=>new Oa(i,e,r)});return{start:()=>t.start(),stop:()=>t.stop()}}import{UIEventScope as Gp}from"@devvit/protos";var Ht=class extends Error{};import{UIEventScope as au}from"@devvit/protos";function Da(i){if(i instanceof Error){if(i.message===Ca)throw i;return console.error(i),{message:i.message,details:i.stack??""}}else return console.error(i),{message:"Unknown error",details:rt.caughtToString(i)}}var xe,Oe,Mi,Qr,Ui,Ua=class{constructor(e,t,r){l(this,xe);l(this,Oe);l(this,Mi);l(this,Qr);l(this,Ui);d(this,xe,!!r.context.devvitContext.debug.useAsync),n(this,xe)&&console.debug("[useAsync] v1",t),this.state={data:null,load_state:"initial",error:null,depends:null},d(this,Oe,r.hookId),this.initializer=e,d(this,Mi,r.invalidate),d(this,Qr,r.context),this.localDepends=t.depends??null,d(this,Ui,t)}onStateLoaded(){if(n(this,xe)&&console.debug("[useAsync] async onLoad ",n(this,Oe),this.state),n(this,xe)&&console.debug("[useAsync] async onLoad have ",this.localDepends,"and",this.state.depends),!Nt(this.localDepends,this.state.depends)||this.state.load_state==="initial"){n(this,xe)&&console.debug("[useAsync] attempting to resolve for hookId",n(this,Oe)),this.state.load_state="loading",this.state.depends=this.localDepends,n(this,Mi).call(this);let e={scope:au.ALL,hook:n(this,Oe),async:!0,asyncRequest:{requestId:n(this,Oe)+"-"+JSON.stringify(this.state.depends)}};n(this,xe)&&console.debug("[useAsync] onLoad requeue"),n(this,Qr).addToRequeueEvents(e)}}async onUIEvent(e,t){if(e.asyncRequest){let r={requestId:e.asyncRequest.requestId};try{r.data={value:await this.initializer()}}catch(o){r.error=Da(o)}let s={scope:au.ALL,asyncResponse:r,hook:n(this,Oe)};n(this,xe)&&console.debug("[useAsync] onReq requeue"),t.addToRequeueEvents(s)}else if(e.asyncResponse){let r=n(this,Oe)+"-"+JSON.stringify(this.state.depends);e.asyncResponse.requestId===r?(this.state={...this.state,data:e.asyncResponse.data?.value??null,error:e.asyncResponse.error??null,load_state:e.asyncResponse.error?"error":"loaded"},n(this,Ui).finally&&await n(this,Ui).finally(this.state.data,this.state.error?new Error(this.state.error?.message??"Unknown error"):null),n(this,Mi).call(this)):n(this,xe)&&console.debug("[useAsync] onResp skip, stale event",e.asyncResponse.requestId," !== ",r)}else throw new Error("Unknown event type")}};xe=new WeakMap,Oe=new WeakMap,Mi=new WeakMap,Qr=new WeakMap,Ui=new WeakMap;function Vp(i,e={}){let t=me({namespace:"useAsync",initializer:r=>new Ua(i,e,r)});return{data:t.state.data,error:t.state.error,loading:t.state.load_state==="loading"}}var He,Di,jt,ct,Ba=class{constructor(e,t){this.state={value:null,load_state:"initial",error:null};l(this,He);l(this,Di);l(this,jt);l(this,ct);d(this,jt,e),d(this,ct,t.hookId),d(this,He,t.invalidate),d(this,Di,t.context)}async onUIEvent(){if(this.state.load_state==="loading"&&this._promise){try{this.state.value=await this._promise,this.state.load_state="loaded"}catch(e){this.state.load_state="error",this.state.error=Da(e)}n(this,He).call(this)}else console.warn(`Invalid state for hook (${n(this,ct)}):`,this.state.load_state,this._promise)}setter(e){this.state.value=e instanceof Function?e(this.state.value):e,this.state.load_state="loaded",n(this,He).call(this)}onStateLoaded(){if(this._promise=n(this,Di)._prevHooks[n(this,ct)]?._promise,this.state.load_state==="loading")throw new Ht;if(this.state.load_state==="error")throw new Error(this.state.error?.message??"Unknown error");if(this.state.load_state==="initial"){let e;try{e=n(this,jt)instanceof Function?n(this,jt).call(this):n(this,jt)}catch(t){console.log("error in loading async",t),this.state.load_state="error",n(this,He).call(this);return}if(e instanceof Promise){this._promise=e,this.state.load_state="loading";let t={scope:Gp.ALL,asyncRequest:{requestId:n(this,ct)},hook:n(this,ct)};throw n(this,Di).addToRequeueEvents(t),n(this,He).call(this),new Ht}else this.state.value=e,this.state.load_state="loaded";n(this,He).call(this)}}};He=new WeakMap,Di=new WeakMap,jt=new WeakMap,ct=new WeakMap;function Na(i){let e=me({namespace:"useState",initializer:t=>new Ba(i,t)});return[e.state.value,e.setter.bind(e)]}var mo=class{buildContext(e,t,r){let s=new hi(r),o=new pi(r),a=new ki(r),c=new bi(r),m=new Ci(r),y=new Pi(r),v=new ao(e),f=new gi(r),S=new ci,b=new fi(r),_=tu(a,e._state),I={modLog:s,kvStore:o,redis:a,reddit:c,scheduler:m,settings:y,media:f,assets:S,realtime:b,ui:v,useState:Na,useChannel:Ea,useInterval:Ma,useForm:Ia,cache:_,dimensions:t.env?.dimensions,uiEnvironment:{timezone:r[P.Timezone]?.values[0],locale:r[P.Language]?.values[0],dimensions:t.env?.dimensions,colorScheme:t.env?.colorScheme}},N=se(r,t.props?.postId);return N.debug.effects=e,{...N,...I}}};var pe=null;function du(i){return JSON.parse(JSON.stringify(i))}function zp(i){if(!(i!==""&&!/[-.]/.test(i)))throw new Error(`Hook with namespace '${i}' is invalid. Hook namespaces cannot be empty string or contain dashes/dots because they are used as delimiters internally. Please update the hook namespace and try again.`)}function me({initializer:i,...e}){if(!pe)throw new Error("Hooks can only be declared at the top of a component. You cannot declare hooks outside of components or inside of event handlers. It's almost always a mistake to declare hooks inside of loops or conditionals.");zp(e.namespace);let t=pe.nextHookId(e),r=pe,s={hookId:t,invalidate:()=>{r._changed[t]=!0,r._state[t]=r?._hooks[t]?.state},context:pe},o=pe._state[t]===void 0||ou(pe._state[t]);pe._hooks[t]=pe._hooks[t]??i(s);let a=pe._hooks[t];return o||(a.state=pe._state[t]),a.onStateLoaded?.(),o&&a.state!==void 0&&a.state!==null&&s.invalidate(),a}var $p=null,po=128,Bi,fo,Yr,F,oe,go,lu,La,uu,_a,Ha,ho,ja,cu,Wt=class{constructor(e){l(this,F);l(this,Bi);l(this,fo,new mo);l(this,Yr,new Ii(()=>this._latestRenderContext?.devvitContext?.assets));this._latestRenderContext=null;n(this,F,oe)&&console.debug("[blocks] BlocksHandler v1"),d(this,Bi,e),$p=this}async handle(e,t){let r=new Ei(e,t),s=n(this,fo).buildContext(r,e,t);r.devvitContext=s;let o,a=e.events.length-po,c=e.events;if(a>0){c=[];{let I=0;for(let N of e.events)I<a&&N.realtimeEvent?I++:c.push(N)}for(;c.length>po;)c.shift();console.warn(`dropped ${a} events`)}let y=!c.length||c.some(I=>!I.async),v=c.some(I=>I.blocking),f,S,b=[...c];c.length===0&&c.push({scope:Jp.ALL}),n(this,F,oe)&&console.debug("[blocks] starting processing events");let _=0;for(;c.length>0;){if(_++>po)throw new Error(`Exceeded maximum iterations of ${po}`);n(this,F,oe)&&console.debug("[blocks] processing events loop iteration",c.length);let I=[];if(!c[0].async)I.push(c.shift());else for(;c[0]?.async;)I.push(c.shift());if(!I.length)throw Error("batch must have at least one event");try{if(I[0].async){let B=du(r._state);await h(this,F,lu).call(this,r,...I),r._state=B}else await h(this,F,uu).call(this,r,...I)}catch(B){if(!ro(B))throw B;if(n(this,F,oe)&&console.debug("[blocks] caught in handler",B),r._latestRenderContent=void 0,S){r._state=S._state,r._changed=f,r._effects=S._effects;let oi=b.map(sd=>{let od={...sd};return od.retry=!0,od});r.addToRequeueEvents(...oi);break}else throw ro(B)||console.error("[blocks] unhandled error in handler",B),B}n(this,F,oe)&&console.debug("[blocks] remaining events",r._requeueEvents);let N=[];for(let B of r._requeueEvents){if(!y&&!B.async){n(this,F,oe)&&console.debug("[blocks] NOT reprocessing event in BlocksHandler, sync mismatch A",B),N.push(B);continue}if(y&&B.async&&!v){n(this,F,oe)&&console.debug("[blocks] NOT reprocessing event in BlocksHandler, sync mismatch B",B),N.push(B);continue}n(this,F,oe)&&console.debug("[blocks] reprocessing event in BlocksHandler",B),c.push(B)}r._requeueEvents=N,c.length>0&&(f={...r._changed},S={_state:du(r._state),_effects:{...r._effects}},b=[...c])}if(y){r._latestRenderContent||(r._latestRenderContent=h(this,F,_a).call(this,n(this,Bi),r.request.props??{},r));let I=r._latestRenderContent;I&&(o=n(this,Yr).createBlocksElementOrThrow(I),o=n(this,Yr).ensureRootBlock(o))}return{state:r._changedState,effects:r.effects,blocks:o,events:r._requeueEvents}}};Bi=new WeakMap,fo=new WeakMap,Yr=new WeakMap,F=new WeakSet,oe=function(){return!!this._latestRenderContext?.devvitContext.debug.blocks},go=function(e,...t){e._hooks={},h(this,F,_a).call(this,n(this,Bi),e.request.props??{},e)},lu=async function(e,...t){h(this,F,go).call(this,e,...t),await Promise.all(t.map(async r=>{if(!r.async)throw new Error("You can't mix main and other queues in one batch. This is likely a platform bug. Please file an issue in the Discord for someone to help! https://discord.com/channels/1050224141732687912/1115441897079574620");await h(this,F,La).call(this,e,r)}))},La=async function(e,t){let r=e._hooks[t.hook];if(r?.onUIEvent)try{await r.onUIEvent(t,e)}catch(s){throw ro(s)?n(this,F,oe)&&console.error("Server call required",s):console.error("Error in event handler",s),s}else await e.handleUndeliveredEvent(t)},uu=async function(e,...t){for(let r of t)n(this,F,oe)&&console.log("[blocks] handling main queue event",r),n(this,F,oe)&&console.log("[blocks] before",e._state),h(this,F,go).call(this,e,r),await h(this,F,La).call(this,e,r),n(this,F,oe)&&console.log("[blocks] after",e._state);h(this,F,go).call(this,e)},_a=function(e,t,r){n(this,F,oe)&&console.debug("[blocks] renderRoot"),r._generated={},pe=r,this._latestRenderContext=r;try{let s=h(this,F,Ha).call(this,e,t,r);if(s.length!==1)throw new Error(`There can only be one root element, received: ${s.length}. Please wrap these elements in a <vstack></vstack> or <hstack></hstack> to continue. Fragments cannot be used as a root element.`);let o=s[0];if(o==="[object Promise]")throw new Error('Root elements cannot be async. To use data from an async endpoint, please use "const [data] = useState(async () => {/** your async code */})".');if(typeof o=="string")throw new Error("The root element must return a valid block, not a string. Try wrapping the element in a <text>your content</text> tag to continue.");return r._latestRenderContent=o,o}catch(s){if(s instanceof Ht)return;throw s}finally{pe=null}},Ha=function(e,t,r){r.push({namespace:e.name||"anonymous",...t});try{let s=e(t,r.devvitContext);if(s instanceof Promise)throw new Error(`Components (found: ${e.name??"unknown component"}) cannot be async. To use data from an async endpoint, please use "const [data] = useState(async () => {/** your async code */})".`);return h(this,F,ja).call(this,s,r)}finally{r.pop()}},ho=function(e,t){return e=e.flat(1/0),e.flatMap((r,s)=>(r&&typeof r=="object"&&"props"in r&&(r.props?.key||(r.props=r.props??{},r.props.key=`${s}`)),h(this,F,ja).call(this,r,t)))},ja=function(e,t){if(Array.isArray(e))return h(this,F,ho).call(this,e,t);if(qp(e))if(e.type===void 0)try{return t.push({namespace:"fragment",...e.props}),h(this,F,ho).call(this,e.children,t)}finally{t.pop()}else if(typeof e.type=="function"){let r={...e.props,children:e.children.flat(1/0)};return h(this,F,Ha).call(this,e.type,r,t)}else try{t.push({namespace:e.type,...e.props});let r=h(this,F,ho).call(this,e.children,t),s=h(this,F,cu).call(this,e.props??{});return[{type:e.type,children:r,props:s}]}finally{t.pop()}else return[(e??"").toString()]},cu=function(e){let t={};for(let r in e)if(!(typeof e[r]>"u"))if(typeof e[r]=="function"){let s=me({namespace:r,key:!1,initializer:({hookId:o})=>({hookId:o,state:null,onUIEvent:a=>{if(a.userAction)return e[r](a.userAction.data);if(a.webView?.postMessage){let c=a.webView.postMessage.jsonString?JSON.parse(a.webView.postMessage.jsonString):a.webView.postMessage.message;return e[r](c)}}})});t[r]=s.hookId,"captureHookRef"in e[r]&&e[r].captureHookRef()}else{let s=JSON.parse(JSON.stringify(e[r]));s!=null&&(t[r]=s)}return t};function qp(i){return typeof i=="object"&&i!=null&&"type"in i}var mu=i=>{let e=Number(i.trim().split(".").pop());return isNaN(e)?void 0:e},pu=i=>{let[e,t,r]=i.trim().split(";");if(!e||!t||!r){console.warn(`Received a malformed devvit-user-agent! Received: '${i}'`);return}if(e!=="Reddit"){console.warn(`Received unknown company name in user agent! Received: '${i}'`);return}if(t==="iOS"){let s=mu(r);if(s===void 0){console.warn(`Could not parse version number from user agent! Received: '${i}'`);return}return{company:"Reddit",platform:"iOS",rawVersion:r,versionNumber:s}}if(t==="Android"){let s=mu(r);if(s===void 0){console.warn(`Could not parse version number from user agent! Received: '${i}'`);return}return{company:"Reddit",platform:"Android",rawVersion:r,versionNumber:s}}if(t==="Shreddit")return{company:"Reddit",platform:"Shreddit",rawVersion:r};console.warn("Received unknown platform:",t)},gu=i=>i?i.platform==="Android"?i.versionNumber<1875012:i.platform==="iOS"?i.versionNumber<614973:!1:(console.warn(`Could not parse devvit-user-agent! Received: '${JSON.stringify(i)}'`),!1),Kp=i=>{switch(i){case"Android":return"https://play.google.com/store/apps/details?id=com.reddit.frontpage";case"iOS":return"https://apps.apple.com/us/app/reddit/id1064216828";case"Shreddit":break;default:console.error(`No upgrade link for platform: ${i}`)}},Xp=({platform:i},e)=>u.createElement("blocks",null,u.createElement("vstack",{alignment:"middle center",height:100,width:100},u.createElement("vstack",{maxWidth:"300px",gap:"large",alignment:"middle center"},u.createElement("vstack",{gap:"medium",alignment:"middle center"},u.createElement("image",{imageHeight:100,imageWidth:100,url:"https://i.redd.it/p1vmc5ulmpib1.png"}),u.createElement("text",{size:"large",weight:"bold",wrap:!0,alignment:"center"},"Uh oh, the app you're trying to use requires the latest version of Reddit. Please upgrade your app to continue.")),u.createElement("hstack",{alignment:"middle center"},u.createElement("button",{onPress:()=>{let t=Kp(i);t?e.ui.navigateTo(t):console.warn("No upgrade link found for platform:",i)}},"Upgrade"))))),hu=i=>()=>u.createElement(Xp,{platform:i});var Zp=()=>u.createElement("vstack",{alignment:"center middle",width:"100%",height:"100%"},u.createElement("text",null,"This feature is not available yet")),Qp=[[yo,yo.methods.renderPostContent,(i,e)=>u.customPostType?.render(e)??null],[yo,yo.methods.renderPostComposer,(i,e)=>u.createElement(Zp,null)]];function Yp(i){return async(e,t)=>{let r=pu(t["devvit-user-agent"]?.values?.[0]??"");if(r&&gu(r)){let o=new Wt(hu(r.platform));return fu.fromJSON(await o.handle(e,t))}let s=new Wt(i);return fu.fromJSON(await s.handle(e,t))}}function yu(i){for(let[e,t,r]of Qp)i.provides(e),O(t.name,Yp(r))}var je,Vt,Gt,mt,We,Jt,pt,gt,tn,Ni,ht,rn,zt,j,bo,bu,U=class U extends _s{static configure(e){d(this,Vt,{...n(this,Vt),...e});let t=e.http,r=typeof t=="object"&&"domains"in t;Fe(r?{enabled:!0}:t)&&(r&&(cd(t.domains),d(this,Ni,md(t.domains))),this.use(k.HTTPDefinition)),(e.redis===void 0||Fe(e.kvStore)||Fe(e.redis))&&(this.use(k.KVStoreDefinition),this.use(k.RedisAPIDefinition)),Fe(e.media)&&this.use(k.MediaServiceDefinition),Fe(e.modLog)&&this.use(k.ModlogDefinition),Fe(e.redditAPI)&&(this.use(k.FlairDefinition),this.use(k.GraphQLDefinition),this.use(k.LinksAndCommentsDefinition),this.use(k.ListingsDefinition),this.use(k.ModerationDefinition),this.use(k.ModNoteDefinition),this.use(k.NewModmailDefinition),this.use(k.PrivateMessagesDefinition),this.use(k.SubredditsDefinition),this.use(k.UsersDefinition),this.use(k.WidgetsDefinition),this.use(k.WikiDefinition)),Fe(e.realtime)&&this.use(k.RealtimeDefinition);let a=e.userActions,m=typeof a=="object"&&"scopes"in a?{enabled:!0}:a;Fe(m)&&(this.use(k.UserActionsDefinition),d(this,ht,h(this,bo,bu).call(this,e)))}static addMenuItem(e){this._initMenu(),n(this,Jt).push(e)}static addCustomPostType(e){d(this,Gt,e)}static createForm(e,t){this._initForms();let r=`form.${n(this,mt).size}`;return n(this,mt).set(r,{form:e,onSubmit:t}),r}static addSchedulerJob(e){if(this._initScheduler(),n(this,pt).has(e.name))throw new Error(`Job ${e.name} is already defined`);n(this,pt).set(e.name,e.onRun)}static addSettings(e){var o;let t=Array.isArray(e)?e:[e],r=t.filter(a=>a.type==="group"||!a.scope||a.scope===ze.Installation),s=t.filter(a=>a.type!=="group"&&a.scope===ze.App);this._initSettings(s.length>0,r.length>0),r.length>0&&n(this,We).push(...r),s.length>0&&n(this,je).push(...s),Ot([...n(this,We)??[],...n(this,je)??[]]),n(this,j)[k.SettingsDefinition.fullName]||this.use(k.SettingsDefinition),globalThis.devvit??(globalThis.devvit={}),(o=globalThis.devvit).settings??(o.settings={}),globalThis.devvit.settings.app=n(this,je),globalThis.devvit.settings.installation=n(this,We)}static addTrigger(e){if("events"in e){for(let t of e.events)this.addTrigger({event:t,onEvent:(r,s)=>e.onEvent(r,s)});return this}return n(this,gt).has(e.event)?n(this,gt).get(e.event)?.push(e.onEvent):n(this,gt).set(e.event,[e.onEvent]),U}static provide(e){n(this,rn).push(e)}static use(e){n(this,zt)[e.fullName]={def:e,handler:void 0};let t={};for(let r of Object.values(e.methods))t[r.name]=(s,o)=>n(this,zt)[e.fullName].handler?.[r.name]?.(r.requestType?.fromPartial(s??{}),o);return n(this,j)[e.fullName]=t,t}static get redditAPIPlugins(){if(!Fe(n(this,Vt).redditAPI))throw new Error("Reddit API is not enabled. You can enable it by passing `redditAPI: true` to `Devvit.configure`.");return{Flair:n(this,j)[k.FlairDefinition.fullName],GraphQL:n(this,j)[k.GraphQLDefinition.fullName],LinksAndComments:n(this,j)[k.LinksAndCommentsDefinition.fullName],Listings:n(this,j)[k.ListingsDefinition.fullName],Moderation:n(this,j)[k.ModerationDefinition.fullName],ModNote:n(this,j)[k.ModNoteDefinition.fullName],NewModmail:n(this,j)[k.NewModmailDefinition.fullName],PrivateMessages:n(this,j)[k.PrivateMessagesDefinition.fullName],Subreddits:n(this,j)[k.SubredditsDefinition.fullName],Users:n(this,j)[k.UsersDefinition.fullName],Widgets:n(this,j)[k.WidgetsDefinition.fullName],Wiki:n(this,j)[k.WikiDefinition.fullName]}}static get modLogPlugin(){let e=n(this,j)[k.ModlogDefinition.fullName];if(!e)throw new Error("ModLog is not enabled. You can enable it by passing `modLog: true` to `Devvit.configure`");return e}static get schedulerPlugin(){let e=n(this,j)[k.SchedulerDefinition.fullName];if(!e)throw new Error("Scheduler is not enabled. You can enable it by calling `Devvit.addSchedulerJob` at the top level of your app.");return e}static get kvStorePlugin(){let e=n(this,j)[k.KVStoreDefinition.fullName];if(!e)throw new Error("Key Value Store is not enabled. You can enable it by passing `kvStore: true` to `Devvit.configure`");return e}static get redisPlugin(){let e=n(this,j)[k.RedisAPIDefinition.fullName];if(!e)throw new Error("Redis is not enabled. You can enable it by passing `redis: true` to `Devvit.configure`");return e}static get mediaPlugin(){let e=n(this,j)[k.MediaServiceDefinition.fullName];if(!e)throw new Error("MediaService is not enabled. You can enable it by passing `media: true` to `Devvit.configure`");return e}static get settingsPlugin(){let e=n(this,j)[k.SettingsDefinition.fullName];if(!e)throw new Error("Settings must first be configured with `Devvit.addSettings()` before they can be accessed");return e}static get realtimePlugin(){let e=n(this,j)[k.RealtimeDefinition.fullName];if(!e)throw new Error("Realtime is not enabled. You can enable it by passing `realtime: true` to `Devvit.configure`");return e}static get userActionsPlugin(){if(!(n(this,ht).length>0&&Fe(n(this,Vt).redditAPI)))throw new Error("UserActions is not enabled. You can enable it by passing scopes in `userActions: { scopes: [...scopes] }` and `redditAPI: true` to `Devvit.configure`");return n(this,j)[k.UserActionsDefinition.fullName]}static get scopes(){return n(this,ht)}static get menuItems(){return n(this,Jt)??[]}static get customPostType(){return n(this,Gt)}static get formDefinitions(){return n(this,mt)}static get scheduledJobHandlers(){return n(this,pt)}static get installationSettings(){return n(this,We)}static get appSettings(){return n(this,je)}static get triggerOnEventHandlers(){return n(this,gt)}static get assets(){return globalThis.devvit?.assets??{}}static get webViewAssets(){return n(this,tn)}static _initForms(){n(this,mt)??d(this,mt,new Map)}static _initMenu(){n(this,Jt)??d(this,Jt,[])}static _initScheduler(){n(this,j)[k.SchedulerDefinition.fullName]||this.use(k.SchedulerDefinition),n(this,pt)??d(this,pt,new Map)}static _initSettings(e,t){e&&(n(this,je)??d(this,je,[])),t&&(n(this,We)??d(this,We,[]))}constructor(e){var t,r;super(e),globalThis.devvit??(globalThis.devvit={}),(t=globalThis.devvit).assets??(t.assets=e.assets),(r=globalThis.devvit).appConfig??(r.appConfig=globalThis.__devvit__?.config),d(U,tn,e.webviewAssets??{});for(let s in n(U,zt)){let o=n(U,zt)[s];o.handler=e.use(o.def)}n(U,Jt)&&Sl(e),n(U,pt)&&wl(e),n(U,Gt)&&(yl(e),yu(e)),(n(U,Gt)||n(U,mt))&&Vl(e),n(U,We)&&bl(e),n(U,je)&&Qd(e),n(U,gt).size>0&&Fl(e);for(let s of n(U,rn))e.provides(s);(n(U,Ni).length>0||n(U,ht).length>0)&&e.addPermissions?.({requestedFetchDomains:n(U,Ni),asUserScopes:n(U,ht)})}static assertUserScope(e){let t=en[e];if(!U.scopes.includes(e))throw Error(`To call this API with 'runAs: "USER"', set 'userActions: { scopes: [ Scope.${t} ] }' in your Devvit.configure().`)}};je=new WeakMap,Vt=new WeakMap,Gt=new WeakMap,mt=new WeakMap,We=new WeakMap,Jt=new WeakMap,pt=new WeakMap,gt=new WeakMap,tn=new WeakMap,Ni=new WeakMap,ht=new WeakMap,rn=new WeakMap,zt=new WeakMap,j=new WeakMap,bo=new WeakSet,bu=function(e){let t=e.userActions;return t?typeof t=="boolean"&&t?[en.SUBMIT_POST,en.SUBMIT_COMMENT]:typeof t=="object"&&"enabled"in t&&t.enabled?"scopes"in t?t.scopes:[en.SUBMIT_POST,en.SUBMIT_COMMENT]:typeof t=="object"&&"scopes"in t?t.scopes:[]:[]},l(U,bo),U.debug={},l(U,je),l(U,Vt,{}),l(U,Gt),l(U,mt),l(U,We),l(U,Jt),l(U,pt),l(U,gt,new Map),l(U,tn,{}),l(U,Ni,[]),l(U,ht,[]),l(U,rn,[]),l(U,zt,{}),l(U,j,{});var u=U;(e=>{function i(t,r,...s){return{type:t,props:r,children:s}}e.createElement=i})(u||(u={}));function X(i){let e=Object.getOwnPropertyDescriptors(i.constructor.prototype);for(let[t,r]of Object.entries(e))r.get&&Object.defineProperty(i,t,{...r,enumerable:!0})}var Wa;(function(i){i[i.bold=1]="bold",i[i.italic=2]="italic",i[i.underline=4]="underline",i[i.strikethrough=8]="strikethrough",i[i.subscript=16]="subscript",i[i.superscript=32]="superscript",i[i.monospace=64]="monospace"})(Wa||(Wa={}));var vu="text",ku="raw",Cu="br",Pu="link",Su="c/",wu="p/",Fu="r/",xu="u/",Iu="@",Au="spoilertext",Tu="par",Eu="h",Ru="hr",Ou="blockquote",Mu="code",Uu="li",Du="list",Bu="L",Nu="R",Lu="C",_u="table",Hu="embed",ju="img",Wu="gif",Vu="video";function Gu(i){return{e:Wu,id:i.mediaId,...i.caption&&{c:i.caption},...i.blur&&{o:i.blur}}}function Ju(i,e){let t={},r=[];return Object.assign(t,nn(t,r),sn(t,r),on(t,r),ln(t,r),un(t,r),cn(t,r)),e(t),{e:Ou,c:r,...i.author&&{a:i.author}}}function zu(i,e){let t={},r=[];return Object.assign(t,Ga(t,r)),e(t),{e:Mu,c:r,...i.language&&{l:i.language}}}function $u(i){return{e:Su,t:i.permalink}}function qu(i,e){let t={},r=[];return Object.assign(t,Ga(t,r),dn(t,r)),e(t),{e:Eu,l:i.level,c:r}}function Ku(i){return{e:Hu,u:i.sourceUrl,c:i.contentUrl,x:i.width,y:i.height}}function Xu(){return{e:Ru}}function Zu(i){return{e:ju,id:i.mediaId,...i.caption&&{c:i.caption},...i.blur&&{o:i.blur}}}function Qu(){return{e:Cu}}function Yu(i){return{e:Pu,t:i.text,u:i.url,...i.formatting&&{f:i.formatting},...i.tooltip&&{a:i.tooltip}}}function ec(i,e){let t={},r=[];return Object.assign(t,fc(t,r)),e(t),{e:Du,o:i.ordered,c:r}}function tc(i){let e={},t=[];return Object.assign(e,nn(e,t),sn(e,t),on(e,t),vo(e,t),ln(e,t),un(e,t),cn(e,t)),i(e),{e:Uu,c:t}}function ic(i){let e={},t=[];return Object.assign(e,ko(e,t),dn(e,t),Va(e,t),Ja(e,t),an(e,t)),i(e),{e:Tu,c:t}}function rc(i){return{e:wu,t:i.permalink}}function nc(i){return{e:ku,t:i}}function sc(i){let e={},t=[];return Object.assign(e,ko(e,t),dn(e,t),Va(e,t)),i(e),{e:Au,c:t}}function oc(i){return{e:Fu,t:i.subredditName,l:i.showPrefix}}function ac(i){let e={},t=[],r=[];return Object.assign(e,yc(e,t,r)),i(e),{e:_u,h:t,c:r}}function dc(i){let[e,t]=hc();return i(e),{c:t}}function lc(i,e){let[t,r]=hc();e(t);let s;switch(i.columnAlignment){case"left":s=Bu;break;case"right":s=Nu;break;case"center":s=Lu;break}return{...s&&{a:s},...r&&{c:r}}}function uc(i){let e={},t=[];return Object.assign(e,bc(e,t)),i(e),t}function cc(i){return{e:vu,t:i.text,...i.formatting&&{f:i.formatting}}}function mc(i){return{e:xu,t:i.username,l:i.showPrefix}}function pc(i){return{e:Iu,t:i.username,l:i.showPrefix}}function gc(i){return{e:Vu,id:i.mediaId,...i.caption&&{c:i.caption},...i.blur&&{o:i.blur},...i.thumbnail&&{p:i.thumbnail},...i.convertToGif&&{gifify:i.convertToGif}}}function hc(){let i={},e=[];return Object.assign(i,ko(i,e),dn(i,e),Ja(i,e),an(i,e)),[i,e]}function nn(i,e){return{blockQuote(t,r){return e.push(Ju(t,r)),i}}}function sn(i,e){return{codeBlock(t,r){return e.push(zu(t,r)),i}}}function vc(i,e){return{embed(t){return e.push(Ku(t)),i}}}function on(i,e){return{heading(t,r){return e.push(qu(t,r)),i}}}function vo(i,e){return{horizontalRule(){return e.push(Xu()),i}}}function an(i,e){return{image(t){return e.push(Zu(t)),i},animatedImage(t){return e.push(Gu(t)),i}}}function Va(i,e){return{linebreak(){return e.push(Qu()),i}}}function dn(i,e){return{link(t){return e.push(Yu(t)),i},commentLink(t){return e.push($u(t)),i},postLink(t){return e.push(rc(t)),i},subredditLink(t){return e.push(oc(t)),i},userLink(t){return e.push(mc(t)),i},userMention(t){return e.push(pc(t)),i}}}function ln(i,e){return{list(t,r){return e.push(ec(t,r)),i}}}function fc(i,e){return{item(t){return e.push(tc(t)),i}}}function un(i,e){return{paragraph(t){return e.push(ic(t)),i}}}function Ga(i,e){return{rawText(t){return e.push(nc(t)),i}}}function Ja(i,e){return{spoiler(t){return e.push(sc(t)),i}}}function yc(i,e,t){return{headerCell(r,s){return e.push(lc(r,s)),i},row(r){return t.push(uc(r)),i}}}function cn(i,e){return{table(t){return e.push(ac(t)),i}}}function bc(i,e){return{cell(t){return e.push(dc(t)),i}}}function ko(i,e){return{text(t){return e.push(cc(t)),i}}}function kc(i,e){return{video(t){return e.push(gc(t)),i}}}var eg=function(i,e,t,r,s){if(r==="m")throw new TypeError("Private method is not writable");if(r==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?i!==e||!s:!e.has(i))throw new TypeError("Cannot write private member to an object whose class did not declare it");return r==="a"?s.call(i,t):s?s.value=t:e.set(i,t),t},tg=function(i,e,t,r){if(t==="a"&&!r)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?i!==e||!r:!e.has(i))throw new TypeError("Cannot read private member from an object whose class did not declare it");return t==="m"?r:t==="a"?r.call(i):r?r.value:e.get(i)},Co,$t=class{constructor(){Co.set(this,void 0);let e=[];Object.assign(this,un(this,e),on(this,e),vo(this,e),nn(this,e),sn(this,e),vc(this,e),ln(this,e),cn(this,e),an(this,e),kc(this,e)),eg(this,Co,{document:e},"f")}build(){return JSON.stringify(tg(this,Co,"f"))}paragraph(e){return this}heading(e,t){return this}horizontalRule(){return this}blockQuote(e,t){return this}codeBlock(e,t){return this}embed(e){return this}list(e,t){return this}table(e){return this}image(e){return this}animatedImage(e){return this}video(e){return this}};Co=new WeakMap;function Li(i){let e;return i instanceof $t?e=i.build():typeof i=="object"?e=JSON.stringify(i):e=i,e}var Cc=100,Pc=1/0,qt,Kt,ft,_i,Hi,Po,V=class{constructor(e){l(this,Hi);l(this,qt);l(this,Kt);l(this,ft);l(this,_i,!1);this.pageSize=Cc;this.limit=Pc;this.children=[];X(this),this._fetch=e.fetch,this.pageSize=e.pageSize??Cc,this.limit=e.limit??Pc,d(this,Kt,e.after),d(this,qt,e.before),d(this,ft,e.more),e.children&&(this.children=e.children)}get hasMore(){return!n(this,_i)||!!(n(this,Kt)||n(this,qt)||n(this,ft))}async*[Symbol.asyncIterator](){let e=0;for(;;){if(e===this.children.length)if(this.hasMore){if((await h(this,Hi,Po).call(this)).length===0)break}else break;if(yield this.children[e],e++,e===this.limit)break}}setMore(e){d(this,ft,e)}preventInitialFetch(){d(this,_i,!0)}async all(){for(;this.hasMore&&this.children.length<this.limit;)await h(this,Hi,Po).call(this);return this.children.slice(0,this.limit)}async get(e){let t=e<=this.limit?e:this.limit;for(;this.hasMore&&this.children.length<t;)await h(this,Hi,Po).call(this);return this.children.slice(0,t)}};qt=new WeakMap,Kt=new WeakMap,ft=new WeakMap,_i=new WeakMap,Hi=new WeakSet,Po=async function(){if(!this.hasMore)throw new Error("This listing does not have any more items to load.");let{children:e,before:t,after:r,more:s}=await this._fetch({before:n(this,qt),after:n(this,Kt),limit:this.pageSize,more:n(this,ft)});return this.children.push(...e),d(this,qt,t),d(this,Kt,r),d(this,ft,s),d(this,_i,!0),e};var mn,za,ve=class{constructor(){}static get(e,t){let r=u.redditAPIPlugins.ModNote;return new V({hasMore:!0,before:e.before,limit:e.limit,pageSize:e.limit,fetch:async s=>{let o=await r.GetNotes({subreddit:e.subreddit,user:e.user,filter:e.filter,before:s.before,limit:s.limit},t);return{children:o.modNotes?.map(a=>h(this,mn,za).call(this,a))||[],before:o.hasNextPage?o.endCursor:void 0,hasMore:o.hasNextPage}}})}static async delete(e,t){let r=u.redditAPIPlugins.ModNote,{deleted:s}=await r.DeleteNotes(e,t);return!!s}static async add(e,t){let s=await u.redditAPIPlugins.ModNote.PostNotes(e,t);if(!s?.created)throw new Error("Failed to create mod note");return h(this,mn,za).call(this,s.created)}static async addRemovalNote(e,t){await u.redditAPIPlugins.ModNote.PostRemovalNote(e,t)}};mn=new WeakSet,za=function(e){return p(e.id,"Mod note ID is null or undefined"),p(e.createdAt,"Mod note createdAt is null or undefined"),p(e.type,"Mod note type is null or undefined"),p(e.subreddit,"Mod note subreddit is null or undefined"),p(e.subredditId,"Mod note subredditId is null or undefined"),p(e.operator,"Mod note operator is null or undefined"),p(e.operatorId,"Mod note operatorId is null or undefined"),p(e.user,"Mod note user is null or undefined"),p(e.userId,"Mod note userId is null or undefined"),p(e.userNoteData,"Mod note userNote is null or undefined"),p(e.modActionData,"Mod note modAction is null or undefined"),{id:e.id,user:{id:te(e.userId??""),name:e.user},subreddit:{id:K(e.subredditId??""),name:e.subreddit},operator:{id:te(e.operatorId??""),name:e.operator},createdAt:new Date(e.createdAt*1e3),userNote:{note:e.userNoteData?.note,redditId:e.userNoteData?.redditId?be(e.userNoteData?.redditId):void 0,label:e.userNoteData?.label},type:e.type}},l(ve,mn);var Z=class{static queryWithQueryString(e,t){return u.redditAPIPlugins.GraphQL.Query({query:e},t)}static query(e,t,r,s){return u.redditAPIPlugins.GraphQL.PersistedQuery({operationName:e,id:t,variables:r},s)}};var Sc=["all","wiki","posts","access","mail","config","flair","channels","chat_config","chat_operator","community_chat"];function ig(i,e){return e.map(t=>(i.includes(t)?"+":"-")+t).join(",")}function $a(i){return ig(i,Sc)}function wc(i){return i.filter(e=>Sc.includes(e))}import"@devvit/protos";var rg=(t=>(t.User="USER_FLAIR",t.Post="LINK_FLAIR",t))(rg||{}),Xt,ji,Wi,Vi,Gi,Ji,zi,$i,qi,Ki,Xi,So,Ie=class Ie{constructor(e,t,r){l(this,Xt);l(this,ji);l(this,Wi);l(this,Vi);l(this,Gi);l(this,Ji);l(this,zi);l(this,$i);l(this,qi);l(this,Ki);X(this),p(e.id),p(e.text),d(this,Xt,e.id),d(this,ji,t),d(this,Wi,e.text),d(this,Vi,ng(e.textColor)),d(this,Gi,sg(e.backgroundColor)),d(this,Ji,og(e.allowableContent)),d(this,zi,e.modOnly),d(this,$i,e.maxEmojis),d(this,qi,e.textEditable),d(this,Ki,r)}get id(){return n(this,Xt)}get text(){return n(this,Wi)}get textColor(){return n(this,Vi)}get backgroundColor(){return n(this,Gi)}get allowableContent(){return n(this,Ji)}get modOnly(){return n(this,zi)}get maxEmojis(){return n(this,$i)}get allowUserEdits(){return n(this,qi)}async delete(){return Ie.deleteFlairTemplate(n(this,Xt),n(this,ji),n(this,Ki))}async edit(e){return Ie.editFlairTemplate({id:n(this,Xt),subredditName:n(this,ji),text:e.text??n(this,Wi),allowableContent:e.allowableContent??n(this,Ji),backgroundColor:e.backgroundColor??n(this,Gi),maxEmojis:e.maxEmojis??n(this,$i),modOnly:e.modOnly??n(this,zi),textColor:e.textColor??n(this,Vi),allowUserEdits:e.allowUserEdits??n(this,qi)},n(this,Ki))}static async createPostFlairTemplate(e,t){var r;return h(r=Ie,Xi,So).call(r,{...e,flairType:"LINK_FLAIR"},t)}static async createUserFlairTemplate(e,t){var r;return h(r=Ie,Xi,So).call(r,{...e,flairType:"USER_FLAIR"},t)}static async editFlairTemplate(e,t){var r;return h(r=Ie,Xi,So).call(r,e,t)}static async getPostFlairTemplates(e,t){return(await u.redditAPIPlugins.Flair.LinkFlair({subreddit:e},t)).flair?.map(o=>new Ie(o,e,t))||[]}static async getUserFlairTemplates(e,t){return(await u.redditAPIPlugins.Flair.UserFlair({subreddit:e},t)).flair?.map(o=>new Ie(o,e,t))||[]}static async deleteFlairTemplate(e,t,r){await u.redditAPIPlugins.Flair.DeleteFlairTemplate({subreddit:e,flairTemplateId:t},r)}};Xt=new WeakMap,ji=new WeakMap,Wi=new WeakMap,Vi=new WeakMap,Gi=new WeakMap,Ji=new WeakMap,zi=new WeakMap,$i=new WeakMap,qi=new WeakMap,Ki=new WeakMap,Xi=new WeakSet,So=async function(e,t){let{subredditName:r,allowableContent:s="all",backgroundColor:o="transparent",flairType:a="",maxEmojis:c=10,modOnly:m=!1,text:y,textColor:v="dark",allowUserEdits:f=!1,id:S=""}=e;if(m&&f)throw new Error("Cannot have a mod only flair that is editable by users");let _=await u.redditAPIPlugins.Flair.FlairTemplate({subreddit:r,allowableContent:s,backgroundColor:o,flairType:a,maxEmojis:c,modOnly:m,text:y,textColor:v,textEditable:f,flairTemplateId:S,cssClass:"",overrideCss:!1},t);return new Ie(_,r,t)},l(Ie,Xi);var ne=Ie;function pn(i){return{flairCssClass:i.flairCssClass,user:i.user,flairText:i.flairText}}var Me,qa,Fc,Ka,yt=class yt{static async getUserFlairBySubreddit(e,t){return u.redditAPIPlugins.Flair.FlairList(e,t)}static setUserFlair(e,t){var r;return h(r=yt,Me,qa).call(r,e,t)}static setUserFlairBatch(e,t,r){var s;return h(s=yt,Me,Fc).call(s,e,t,r)}static setPostFlair(e,t){var r;return h(r=yt,Me,qa).call(r,{...e,postId:de(e.postId)},t)}static async removePostFlair(e,t,r){var s;return h(s=yt,Me,Ka).call(s,e,t,void 0,r)}static async removeUserFlair(e,t,r){var s;return h(s=yt,Me,Ka).call(s,e,void 0,t,r)}};Me=new WeakSet,qa=async function(e,t){await u.redditAPIPlugins.Flair.SelectFlair({subreddit:e.subredditName,flairTemplateId:e.flairTemplateId??"",text:e.text??"",name:e.username??"",link:e.postId??"",backgroundColor:e.backgroundColor??"",textColor:e.textColor??"dark",cssClass:e.cssClass??"",returnRtjson:"none"},t)},Fc=async function(e,t,r){if(!t.length)return[];if(t.length>100)throw new Error("Unexpected input: flairs array cannot be longer than 100 entries.");let o=",",a=t.map(y=>{for(let v in y)if(y[v]?.includes(o))throw new Error(`Unexpected input: ${v} cannot contain the "," character`);return[y.username,y.text||"",y.cssClass||""].join(o)}).join(`
|
|
4
|
+
`);return(await u.redditAPIPlugins.Flair.FlairCsv({subreddit:e,flairCsv:a},r)).result},Ka=async function(e,t,r,s){await u.redditAPIPlugins.Flair.SelectFlair({subreddit:e,name:r??"",link:t??"",flairTemplateId:"",backgroundColor:"",text:"",textColor:"",cssClass:"",returnRtjson:"none"},s)},l(yt,Me);var ce=yt;function ng(i){if(p(i,"Flair text color is required"),i==="light"||i==="dark")return i;throw new Error(`Invalid flair text color: ${i}`)}function sg(i){if(!i||i.length===0||i==="transparent")return"transparent";if(/^#([A-Fa-f0-9]{6})$/.test(i))return i;throw new Error(`Invalid flair background color: ${i}`)}function og(i){if(i==="all"||i==="text"||i==="emoji")return i;throw new Error(`Invalid allowable content: ${i}`)}import{Block as Tc,UIResponse as hg}from"@devvit/protos";import{Scope as Ec}from"@devvit/protos/json/reddit/devvit/app_permission/v1/app_permission.js";var Qa=ld(Ac(),1);var Za=i=>"text"in i?i.text:gg(i.richtext),gg=i=>i instanceof $t?i.build():typeof i=="object"?JSON.stringify(i):i;var fg={NONE:0,BLOCKS:1,UNRECOGNIZED:-1},nP={UNKNOWN:0,VALID:1,FAILED:2},Zi,hn,Qt,fn,Qi,yn,bn,vn,Yt,kn,Cn,Pn,Sn,wn,Fn,bt,xn,In,ei,Yi,vt,er,tr,ir,kt,Ct,Pt,rr,St,wt,Ft,Ve,An,Tn,nr,sr,or,M,D=class D{constructor(e,t){l(this,Zi);l(this,hn);l(this,Qt);l(this,fn);l(this,Qi);l(this,yn);l(this,bn);l(this,vn);l(this,Yt);l(this,kn);l(this,Cn);l(this,Pn);l(this,Sn);l(this,wn);l(this,Fn);l(this,bt);l(this,xn);l(this,In);l(this,ei);l(this,Yi);l(this,vt);l(this,er);l(this,tr);l(this,ir);l(this,kt);l(this,Ct);l(this,Pt);l(this,rr);l(this,St);l(this,wt);l(this,Ft);l(this,Ve);l(this,An);l(this,Tn);l(this,nr);l(this,sr);l(this,or);l(this,M);X(this),p(e.id,"Post is missing id"),p(e.title,"Post is missing title"),p(e.createdUtc,"Post is missing created date"),p(e.author,"Post is missing author name"),p(e.subreddit,"Post is missing subreddit name"),p(e.subredditId,"Post is missing subreddit id"),p(e.url,"Post is missing url"),p(e.permalink,"Post is missing permalink"),d(this,Zi,de(`t3_${e.id}`)),d(this,Qt,e.author),d(this,hn,e.authorFullname?te(e.authorFullname):void 0),d(this,Qi,K(e.subredditId)),d(this,yn,e.subreddit),d(this,Pn,e.score??0),d(this,Sn,e.numComments??0),d(this,wn,e.numReports??0);let r=new Date(0);r.setUTCSeconds(e.createdUtc),d(this,fn,r),d(this,vn,e.title),d(this,Yt,e.selftext),d(this,kn,e.selftextHtml),d(this,Cn,e.url),d(this,bn,e.permalink),e.thumbnail&&e.thumbnail!=="self"&&e.thumbnail!=="nsfw"&&e.thumbnailHeight!=null&&e.thumbnailWidth!=null&&d(this,Fn,{url:e.thumbnail,height:e.thumbnailHeight,width:e.thumbnailWidth}),d(this,bt,e.approved??!1),d(this,xn,e.approvedAtUtc??0),d(this,In,e.bannedAtUtc??0),d(this,vt,e.removed??!1),d(this,er,e.removedBy),d(this,tr,e.removedByCategory),d(this,ei,e.spam??!1),d(this,Yi,e.stickied??!1),d(this,ir,e.archived??!1),d(this,kt,e.edited??!1),d(this,Ct,e.locked??!1),d(this,Pt,e.over18??!1),d(this,rr,e.quarantine??!1),d(this,St,e.spoiler),d(this,wt,e.hidden??!1),d(this,Ft,e.ignoreReports??!1),d(this,Ve,e.distinguished),d(this,Tn,e.secureMedia),d(this,nr,(e.modReports??[]).map(([s])=>s)),d(this,sr,(e.userReports??[]).map(([s])=>s)),d(this,M,t),(e.linkFlairBackgroundColor||e.linkFlairCssClass||e.linkFlairText||e.linkFlairType||e.linkFlairTemplateId||e.linkFlairRichtext||e.linkFlairTextColor)&&d(this,An,{backgroundColor:e.linkFlairBackgroundColor,cssClass:e.linkFlairCssClass,text:e.linkFlairText,type:e.linkFlairType,templateId:e.linkFlairTemplateId,richtext:(e.linkFlairRichtext??[]).map(({e:s,t:o,a,u:c})=>({elementType:s,text:o,emojiRef:a,url:c})),textColor:e.linkFlairTextColor}),e.gallery?d(this,or,e.gallery.map(s=>({status:s.status,url:s.url,height:s.height,width:s.width}))):d(this,or,[])}get id(){return n(this,Zi)}get authorId(){return n(this,hn)}get authorName(){return n(this,Qt)}get subredditId(){return n(this,Qi)}get subredditName(){return n(this,yn)}get permalink(){return n(this,bn)}get title(){return n(this,vn)}get body(){return n(this,Yt)}get bodyHtml(){return n(this,kn)}get url(){return n(this,Cn)}get thumbnail(){return n(this,Fn)}get createdAt(){return n(this,fn)}get score(){return n(this,Pn)}get numberOfComments(){return n(this,Sn)}get numberOfReports(){return n(this,wn)}get approved(){return n(this,bt)}get approvedAtUtc(){return n(this,xn)}get bannedAtUtc(){return n(this,In)}get spam(){return n(this,ei)}get stickied(){return n(this,Yi)}get removed(){return n(this,vt)}get removedBy(){return n(this,er)}get removedByCategory(){return n(this,tr)}get archived(){return n(this,ir)}get edited(){return n(this,kt)}get locked(){return n(this,Ct)}get nsfw(){return n(this,Pt)}get quarantined(){return n(this,rr)}get spoiler(){return n(this,St)}get hidden(){return n(this,wt)}get ignoringReports(){return n(this,Ft)}get distinguishedBy(){return n(this,Ve)}get comments(){return Y.getComments({postId:this.id},n(this,M))}get flair(){return n(this,An)}get secureMedia(){return n(this,Tn)}get userReportReasons(){return n(this,sr)}get modReportReasons(){return n(this,nr)}get gallery(){return n(this,or)}toJSON(){return{id:this.id,authorId:this.authorId,authorName:this.authorName,subredditId:this.subredditId,subredditName:this.subredditName,permalink:this.permalink,title:this.title,body:this.body,bodyHtml:this.bodyHtml,url:this.url,thumbnail:this.thumbnail,score:this.score,numberOfComments:this.numberOfComments,numberOfReports:this.numberOfReports,createdAt:this.createdAt,approved:this.approved,spam:this.spam,stickied:this.stickied,removed:this.removed,removedBy:n(this,er),removedByCategory:n(this,tr),archived:this.archived,edited:this.edited,locked:this.locked,nsfw:this.nsfw,quarantined:this.quarantined,spoiler:this.spoiler,hidden:this.hidden,ignoringReports:this.ignoringReports,distinguishedBy:this.distinguishedBy,flair:this.flair,secureMedia:this.secureMedia,modReportReasons:n(this,nr),userReportReasons:n(this,sr)}}isApproved(){return n(this,bt)}isSpam(){return n(this,ei)}isStickied(){return n(this,Yi)}isRemoved(){return n(this,vt)}isArchived(){return n(this,ir)}isEdited(){return n(this,kt)}isLocked(){return n(this,Ct)}isNsfw(){return n(this,Pt)}isQuarantined(){return n(this,rr)}isSpoiler(){return n(this,St)}isHidden(){return n(this,wt)}isIgnoringReports(){return n(this,Ft)}isDistinguishedBy(){return n(this,Ve)}async edit(e){let t=await D.edit({id:this.id,...e},n(this,M));d(this,Yt,t.body),d(this,kt,t.edited)}async setSuggestedCommentSort(e){await D.setSuggestedCommentSort({id:this.id,subredditId:n(this,Qi),suggestedSort:e},n(this,M))}async getPostData(){return(await D.getDevvitPostData(this.id,n(this,M)))?.developerData}async setPostData(e){let t=await D.getDevvitPostData(this.id,n(this,M));await D.setPostData({postId:this.id,postData:{...t,developerData:e}},n(this,M))}async setCustomPostPreview(e){await D.setCustomPostPreview({id:this.id,ui:e},n(this,M))}async setTextFallback(e){let t=await D.setTextFallback(e,this.id,n(this,M));d(this,Yt,t.body),d(this,kt,t.edited)}async addComment(e){return Y.submit({id:this.id,...e},n(this,M))}async delete(){p(n(this,M));let e=n(this,M)?.[P.App]?.values[0];if(e!==n(this,Qt))throw new Error(`App '${e}' is not the author of Post ${this.id}, delete not allowed.`);return D.delete(this.id,n(this,M))}async approve(){await D.approve(this.id,n(this,M)),d(this,bt,!0),d(this,vt,!1)}async remove(e=!1){await D.remove(this.id,e,n(this,M)),d(this,vt,!0),d(this,ei,e),d(this,bt,!1)}async lock(){await D.lock(this.id,n(this,M)),d(this,Ct,!0)}async unlock(){await D.unlock(this.id,n(this,M)),d(this,Ct,!1)}async hide(){await D.hide(this.id,n(this,M)),d(this,wt,!0)}async unhide(){await D.unhide(this.id,n(this,M)),d(this,wt,!1)}async markAsNsfw(){await D.markAsNsfw(this.id,n(this,M)),d(this,Pt,!0)}async unmarkAsNsfw(){await D.unmarkAsNsfw(this.id,n(this,M)),d(this,Pt,!1)}async markAsSpoiler(){await D.markAsSpoiler(this.id,n(this,M)),d(this,St,!0)}async unmarkAsSpoiler(){await D.unmarkAsSpoiler(this.id,n(this,M)),d(this,St,!1)}async sticky(e){await D.sticky(this.id,e,n(this,M))}async unsticky(){await D.unsticky(this.id,n(this,M))}async distinguish(){let{distinguishedBy:e}=await D.distinguish(this.id,!1,n(this,M));d(this,Ve,e)}async distinguishAsAdmin(){let{distinguishedBy:e}=await D.distinguish(this.id,!0,n(this,M));d(this,Ve,e)}async undistinguish(){let{distinguishedBy:e}=await D.undistinguish(this.id,n(this,M));d(this,Ve,e)}async ignoreReports(){await D.ignoreReports(this.id,n(this,M)),d(this,Ft,!0)}async unignoreReports(){await D.unignoreReports(this.id,n(this,M)),d(this,Ft,!1)}async getAuthor(){return C.getByUsername(n(this,Qt),n(this,M))}async crosspost(e){return D.crosspost({...e,postId:this.id},n(this,M))}addRemovalNote(e){return ve.addRemovalNote({itemIds:[n(this,Zi)],...e},n(this,M))}async getEnrichedThumbnail(){return yg({id:this.id},n(this,M))}static async getById(e,t){let r=u.redditAPIPlugins.LinksAndComments,s=Mt(e)?e:`t3_${e}`,o=await r.Info({subreddits:[],thingIds:[s]},t);if(!o.data?.children?.length)throw new Error("could not find post");let a=o.data.children[0];if(!a?.data)throw new Error("could not find post");return new D(a.data,t)}static async submit(e,t){let{runAs:r="APP"}=e,s=ee[r],o=s===ee.USER?u.userActionsPlugin:u.redditAPIPlugins.LinksAndComments;s===ee.USER&&u.assertUserScope(Ec.SUBMIT_POST);let a;if("preview"in e){p(t,"Missing metadata in `SubmitPostOptions`"),s===ee.USER&&p(e.userGeneratedContent,"userGeneratedContent must be set in `SubmitPostOptions` when RunAs=USER for experience posts");let y=await new Le(()=>e.preview,void 0,{},t,void 0).buildBlocksUI(),v=Tc.encode(y).finish(),{textFallback:f,...S}=e,b=f?Za(f):"",_=e.userGeneratedContent?{text:e.userGeneratedContent.text??"",imageUrls:e.userGeneratedContent.imageUrls??[]}:void 0,I=e.postData?{developerData:e.postData}:void 0,N={kind:"custom",sr:e.subredditName,richtextJson:(0,Qa.fromByteArray)(v),richtextFallback:b,...S,userGeneratedContent:_,runAs:s,postData:I};a=await o.SubmitCustomPost(N,t)}else a=await o.Submit({kind:"kind"in e?e.kind:"url"in e?"link":"self",sr:e.subredditName,richtextJson:"richtext"in e?Li(e.richtext):void 0,...e,runAs:s},t);if("kind"in e&&["image","video","videogif"].includes(e.kind)&&!a.json?.data?.id){if(e.kind==="image"&&"imageUrls"in e)throw new Error(`Image post type with ${e.imageUrls} is being created asynchronously and should be updated in the subreddit soon.`);if("videoPosterUrl"in e)throw new Error(`Post of ${e.kind} type with ${e.videoPosterUrl} is being created asynchronously and should be updated in the subreddit soon.`)}if(a.json?.errors?.length)throw new Error(`failed to submit post - errors: ${a.json?.errors.join(", ")}`);if(!a.json?.data?.id)throw new Error("failed to submit post - no post ID returned but no error details found");return D.getById(`t3_${a.json.data.id}`,t)}static async crosspost(e,t){let{runAs:r="APP"}=e,s=ee[r],o=s===ee.USER?u.userActionsPlugin:u.redditAPIPlugins.LinksAndComments,{postId:a,subredditName:c,...m}=e;s===ee.USER&&u.assertUserScope(Ec.SUBMIT_POST);let y=await o.Submit({kind:"crosspost",sr:c,crosspostFullname:de(a),...m,runAs:s},t);if(!y.json?.data?.id||y.json?.errors?.length)throw new Error("failed to crosspost post");return D.getById(`t3_${y.json.data.id}`,t)}static async edit(e,t){let r=u.redditAPIPlugins.LinksAndComments,{id:s}=e,o;if("richtext"in e&&(o=Li(e.richtext)),(await r.EditUserText({thingId:s,text:"text"in e?e.text:"",richtextJson:o,runAs:ee.APP},t)).json?.errors?.length)throw new Error("Failed to edit post");return D.getById(s,t)}static async setSuggestedCommentSort(e,t){if(!(await Z.query("SetSuggestedSort","cf6052acc7fefaa65b710625b81dba8041f258313aafe9730e2a3dc855e5d10d",{input:{subredditId:e.subredditId,postId:e.id,sort:e.suggestedSort}},t)).data?.setSuggestedSort?.ok)throw new Error("Failed to set suggested sort")}static async getDevvitPostData(e,t){let o=await Z.query("GetDevvitPostData","d349c9bee385336e44837c4a041d4b366fa32f16121cef7f12e1e3f230340696",{id:e},t);if(o.data?.postInfoById?.errors)throw new Error(`Failed to get devvit post data due to errors: ${o.data?.postInfoById?.errors.join(", ")}`);let a=o.data?.postInfoById?.devvit?.postData;if(a)return JSON.parse(a)}static async setPostData(e,t){let r=await u.redditAPIPlugins.LinksAndComments.EditCustomPost({thingId:e.postId,postData:e.postData},t);if(r.json?.errors?.length)throw new Error(`Failed to set post data, errors: ${r.json?.errors}`)}static async setCustomPostPreview(e,t){if(!t)throw new Error("Failed to set custom post preview. Metadata not found");let r=u.redditAPIPlugins.LinksAndComments,s=new Wt(e.ui),a=hg.fromJSON(await s.handle({events:[]},t)).blocks,c=(0,Qa.fromByteArray)(Tc.encode(a).finish());await r.SetCustomPostPreview({thingId:e.id,bodyType:fg.BLOCKS,blocksRenderContent:c},t)}static async setTextFallback(e,t,r){if(!("text"in e)&&!("richtext"in e))throw new Error(`No text fallback provided for post ${t}.`);let s=u.redditAPIPlugins.LinksAndComments,o=Za(e),a=await s.EditCustomPost({thingId:t,richtextFallback:o},r);if(a.json?.errors?.length)throw Error(`set post ${t} text fallback failed: ${JSON.stringify(a.json.errors)}`);return D.getById(t,r)}static async delete(e,t){await u.redditAPIPlugins.LinksAndComments.Del({id:e},t)}static async approve(e,t){await u.redditAPIPlugins.Moderation.Approve({id:e},t)}static async remove(e,t=!1,r){await u.redditAPIPlugins.Moderation.Remove({id:e,spam:t},r)}static async hide(e,t){await u.redditAPIPlugins.LinksAndComments.Hide({id:e},t)}static async unhide(e,t){await u.redditAPIPlugins.LinksAndComments.Unhide({id:e},t)}static async markAsNsfw(e,t){await u.redditAPIPlugins.LinksAndComments.MarkNSFW({id:e},t)}static async unmarkAsNsfw(e,t){await u.redditAPIPlugins.LinksAndComments.UnmarkNSFW({id:e},t)}static async markAsSpoiler(e,t){await u.redditAPIPlugins.LinksAndComments.Spoiler({id:e},t)}static async unmarkAsSpoiler(e,t){await u.redditAPIPlugins.LinksAndComments.Unspoiler({id:e},t)}static async sticky(e,t,r){await u.redditAPIPlugins.LinksAndComments.SetSubredditSticky({id:e,state:!0,num:t},r)}static async unsticky(e,t){await u.redditAPIPlugins.LinksAndComments.SetSubredditSticky({id:e,state:!1},t)}static async lock(e,t){await u.redditAPIPlugins.LinksAndComments.Lock({id:e},t)}static async unlock(e,t){await u.redditAPIPlugins.LinksAndComments.Unlock({id:e},t)}static async distinguish(e,t,r){let a=(await u.redditAPIPlugins.Moderation.Distinguish({id:e,how:t?"admin":"yes",sticky:!1},r)).json?.data?.things?.[0]?.data;return p(a),{distinguishedBy:a.distinguished}}static async undistinguish(e,t){let o=(await u.redditAPIPlugins.Moderation.Distinguish({id:e,how:"no",sticky:!1},t)).json?.data?.things?.[0]?.data;return p(o),{distinguishedBy:o.distinguished}}static async ignoreReports(e,t){await u.redditAPIPlugins.Moderation.IgnoreReports({id:e},t)}static async unignoreReports(e,t){await u.redditAPIPlugins.Moderation.UnignoreReports({id:e},t)}static getControversialPosts(e={},t){return this.getSortedPosts({...e,sort:"controversial"},t)}static getTopPosts(e={},t){return this.getSortedPosts({...e,sort:"top"},t)}static getSortedPosts(e,t){let r=u.redditAPIPlugins.Listings;return new V({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,fetch:async s=>{let o=await r.Sort({show:"all",sort:e.sort,t:e.timeframe,subreddit:e.subredditName,...s},t);return gn(o,t)}})}static getHotPosts(e={location:"GLOBAL"},t){let r=u.redditAPIPlugins.Listings;return new V({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,fetch:async s=>{let o=await r.Hot({g:e.location,show:"all",subreddit:e.subredditName,...s},t);return gn(o,t)}})}static getNewPosts(e,t){let r=u.redditAPIPlugins.Listings;return new V({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,fetch:async s=>{let o=await r.New({show:"all",subreddit:e.subredditName,...s},t);return gn(o,t)}})}static getRisingPosts(e,t){let r=u.redditAPIPlugins.Listings;return new V({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,fetch:async s=>{let o=await r.Rising({show:"all",subreddit:e.subredditName,...s},t);return gn(o,t)}})}static getPostsByUser(e,t){let r=u.redditAPIPlugins.Users;return new V({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,async fetch(s){let o=await r.UserWhere({username:e.username,where:"submitted",...s},t);return gn(o,t)}})}};Zi=new WeakMap,hn=new WeakMap,Qt=new WeakMap,fn=new WeakMap,Qi=new WeakMap,yn=new WeakMap,bn=new WeakMap,vn=new WeakMap,Yt=new WeakMap,kn=new WeakMap,Cn=new WeakMap,Pn=new WeakMap,Sn=new WeakMap,wn=new WeakMap,Fn=new WeakMap,bt=new WeakMap,xn=new WeakMap,In=new WeakMap,ei=new WeakMap,Yi=new WeakMap,vt=new WeakMap,er=new WeakMap,tr=new WeakMap,ir=new WeakMap,kt=new WeakMap,Ct=new WeakMap,Pt=new WeakMap,rr=new WeakMap,St=new WeakMap,wt=new WeakMap,Ft=new WeakMap,Ve=new WeakMap,An=new WeakMap,Tn=new WeakMap,nr=new WeakMap,sr=new WeakMap,or=new WeakMap,M=new WeakMap;var G=D;function gn(i,e){if(!i.data?.children)throw new Error("Listing response is missing children");return{children:i.data.children.map(r=>new G(r.data,e)),before:i.data.before,after:i.data.after}}async function yg(i,e){let o=(await Z.query("GetThumbnailV2","81580ce4e23d748c5a59a1618489b559bf4518b6a73af41f345d8d074c8b2ce9",{id:i.id},e)).data?.postInfoById?.thumbnailV2;if(o){if(!o.image)return}else throw new Error("Failed to get thumbnail");return{attribution:o.attribution,image:{url:o.image.url,width:o.image.dimensions.width,height:o.image.dimensions.height},isObfuscatedDefault:o.isObfuscatedDefault,...o.obfuscatedImage&&{obfuscatedImage:{url:o.obfuscatedImage.url,width:o.obfuscatedImage.dimensions.width,height:o.obfuscatedImage.dimensions.height}}}}var bg=(H=>(H.Custom="CUSTOM",H.Reddit="REDDIT",H.Instagram="INSTAGRAM",H.Twitter="TWITTER",H.Tiktok="TIKTOK",H.Twitch="TWITCH",H.Facebook="FACEBOOK",H.Youtube="YOUTUBE",H.Tumblr="TUMBLR",H.Spotify="SPOTIFY",H.Soundcloud="SOUNDCLOUD",H.Beacons="BEACONS",H.Linktree="LINKTREE",H.Discord="DISCORD",H.Venmo="VENMO",H.CashApp="CASH_APP",H.Patreon="PATREON",H.Kofi="KOFI",H.Paypal="PAYPAL",H.Cameo="CAMEO",H.Onlyfans="ONLYFANS",H.Substack="SUBSTACK",H.Kickstarter="KICKSTARTER",H.Indiegogo="INDIEGOGO",H.BuyMeACoffee="BUY_ME_A_COFFEE",H.Shopify="SHOPIFY",H))(bg||{}),En,ar,Rn,On,Mn,Un,Dn,xt,Bn,Nn,Ln,De,ti=class ti{constructor(e,t){l(this,En);l(this,ar);l(this,Rn);l(this,On);l(this,Mn);l(this,Un);l(this,Dn);l(this,xt,new Map);l(this,Bn);l(this,Nn);l(this,Ln);l(this,De);X(this),p(e.id,"User ID is missing or undefined"),p(e.name,"Username is missing or undefined"),p(e.createdUtc,"User is missing created date"),d(this,En,te(Ws(e.id)?e.id:`t2_${e.id}`)),d(this,ar,e.name),d(this,Un,e.over18??!1),d(this,Dn,e.isEmployee??!1);let r=new Date(0);if(r.setUTCSeconds(e.createdUtc),d(this,Rn,r),d(this,On,e.linkKarma??0),d(this,Mn,e.commentKarma??0),e.modPermissions)for(let[s,o]of Object.entries(e.modPermissions))n(this,xt).set(s,wc(o));d(this,Bn,new URL(e.subreddit?.url??"","https://www.reddit.com").toString()),d(this,Nn,e.subreddit?.url??""),d(this,Ln,e.hasVerifiedEmail??!1),d(this,De,t)}get id(){return n(this,En)}get username(){return n(this,ar)}get createdAt(){return n(this,Rn)}get linkKarma(){return n(this,On)}get commentKarma(){return n(this,Mn)}get nsfw(){return n(this,Un)}get isAdmin(){return n(this,Dn)}get modPermissions(){return n(this,xt)}get url(){return n(this,Bn)}get permalink(){return n(this,Nn)}get hasVerifiedEmail(){return n(this,Ln)}toJSON(){return{id:this.id,username:this.username,createdAt:this.createdAt,linkKarma:this.linkKarma,commentKarma:this.commentKarma,nsfw:this.nsfw,modPermissionsBySubreddit:Object.fromEntries(this.modPermissions)}}async getModPermissionsForSubreddit(e){if(n(this,xt).has(e))return n(this,xt).get(e);let t=await ti.getSubredditUsersByType({subredditName:e,type:"moderators",username:this.username},n(this,De)).all();if(t.length===0)return[];let r=t[0].modPermissions.get(e)??[];return r.length>0&&n(this,xt).set(e,r),r}getComments(e){return Y.getCommentsByUser({username:this.username,...e},n(this,De))}getPosts(e){return G.getPostsByUser({username:this.username,...e},n(this,De))}async getUserFlairBySubreddit(e){let t=await ce.getUserFlairBySubreddit({subreddit:e,name:n(this,ar)},n(this,De));return t.users[0]?pn(t.users[0]):void 0}getSnoovatarUrl(){return ti.getSnoovatarUrl(this.username,n(this,De))}async getSocialLinks(){let r=await Z.query("GetUserSocialLinks","2aca18ef5f4fc75fb91cdaace3e9aeeae2cb3843b5c26ad511e6f01b8521593a",{name:this.username},n(this,De));return r.data?.user?.profile?.socialLinks?r.data.user.profile.socialLinks.map(s=>({...s,handle:s.handle??void 0})):[]}static async getById(e,t){let r=await Rc(e,t);return r==null?void 0:ti.getByUsername(r,t)}static async getByUsername(e,t){let r=u.redditAPIPlugins.Users;try{let s=await r.UserAbout({username:e},t);if(s.data?.id)return new ti(s.data,t)}catch(s){if(s instanceof Error&&s.message.includes("404 Not Found"))return;throw s}}static async getFromMetadata(e,t){p(t);let r=t?.[e]?.values[0];return r?ti.getById(te(r),t):Promise.resolve(void 0)}static getSubredditUsersByType(e,t){let r=u.redditAPIPlugins.Subreddits;return new V({hasMore:!0,pageSize:e.pageSize,limit:e.limit,after:e.after,before:e.before,fetch:async s=>{let o=await r.AboutWhere({where:e.type,user:e.username,subreddit:e.subredditName,show:"all",...s},t);return kg(o,e.subredditName,t)}})}static async createRelationship(e,t){let r=u.redditAPIPlugins.Users,{type:s,subredditName:o,username:a,permissions:c,...m}=e,y=await r.Friend({type:s,subreddit:o,name:a,permissions:c?$a(c):void 0,...m},t);if(y.json?.errors?.length)throw new Error(y.json.errors.join(`
|
|
5
5
|
`))}static async removeRelationship(e,t){await u.redditAPIPlugins.Users.Unfriend({type:e.type,subreddit:e.subredditName,name:e.username},t)}static async setModeratorPermissions(e,t,r,s){let a=await u.redditAPIPlugins.Users.SetPermissions({subreddit:t,name:e,type:"moderator",permissions:$a(r)},s);if(a.json?.errors?.length)throw new Error(a.json.errors.join(`
|
|
6
|
-
`))}static async getSnoovatarUrl(e,t){return(await Z.query("GetSnoovatarUrlByName","c47fd42345af268616d2d8904b56856acdc05cf61d3650380f539ad7d596ac0c",{username:e},t)).data?.redditorInfoByName?.snoovatarIcon?.url}static getOverview(e,t){let r=u.redditAPIPlugins.Users;return new W({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,async fetch(s){let o=await r.UserWhere({username:e.username,where:"overview",...s},t);return vg(o,t)}})}};En=new WeakMap,ar=new WeakMap,Rn=new WeakMap,On=new WeakMap,Mn=new WeakMap,Un=new WeakMap,Dn=new WeakMap,xt=new WeakMap,Bn=new WeakMap,Nn=new WeakMap,Ln=new WeakMap,De=new WeakMap;var C=ti;function vg(i,e){if(!i.data?.children)throw new Error("Listing response is missing children");return{children:i.data.children.map(r=>{if(r.kind==="t3")return new G(r.data,e);if(r.kind==="t1")return new Y(r.data,e);throw new Error(`Type ${r.kind} is not supported`)}),before:i.data.before,after:i.data.after}}async function kg(i,e,t){let r=u.redditAPIPlugins.Users;if(!i.data?.children)throw new Error("Listing response is missing children");let s=i.data.children.map(v=>(p(v.data?.id,"User id is still from listing data"),v.data.id)),o=100,a=[];for(let v=0;v<s.length;v+=o)a.push(s.slice(v,v+o));let m=(await Promise.all(a.map(v=>r.UserDataByAccountIds({ids:v.join(",")},t)))).reduce((v,f)=>({...v,...f.users}),{});return{children:i.data.children.map(v=>{let f=v.data?.id;p(f,"User id is missing from listing");let S=m[f];return p(S,"User data is missing from response"),new C({id:f,name:S.name,linkKarma:S.linkKarma,commentKarma:S.commentKarma,createdUtc:S.createdUtc,over18:S.profileOver18,snoovatarSize:[],modPermissions:{[e]:v.data?.modPermissions??[]}},t)}),before:i.data.before,after:i.data.after}}async function Rc(i,e){return(await u.redditAPIPlugins.Users.UserDataByAccountIds({ids:i},e))?.users?.[i]?.name}async function _d(i){p(i);let e=i?.[P.Username]?.values[0];if(e)return e;let t=i?.[P.User]?.values[0];if(t)return Rc(t,i)}var ii,_n,dr,lr,Hn,jn,ur,Vn,Wn,cr,It,Gn,Jn,ri,At,Tt,Ge,ni,Je,zn,$n,qn,Kn,Xn,Zn,Qn,Et,Q,Be,Fo,xo,V=class V{constructor(e,t){l(this,ii);l(this,_n);l(this,dr);l(this,lr);l(this,Hn);l(this,jn);l(this,ur);l(this,Vn);l(this,Wn);l(this,cr);l(this,It);l(this,Gn);l(this,Jn);l(this,ri);l(this,At);l(this,Tt);l(this,Ge);l(this,ni);l(this,Je);l(this,zn);l(this,$n);l(this,qn);l(this,Kn);l(this,Xn);l(this,Zn);l(this,Qn);l(this,Et);l(this,Q);var s;X(this),p(e.id,"Comment id is null or undefined"),p(e.body,"Comment body is null or undefined"),p(e.createdUtc,"Comment is missing created date"),p(e.author,"Comment author is null or undefined"),p(e.parentId,"Comment parentId is null or undefined"),p(e.linkId,"Comment linkId is null or undefined"),p(e.permalink,"Comment permalink is null or undefined"),p(e.subreddit,"Comment is missing subreddit name"),p(e.subredditId,"Comment is missing subreddit id"),d(this,ii,yi(`t1_${e.id}`)),d(this,_n,e.authorFullname?te(e.authorFullname):void 0),d(this,dr,e.author),d(this,lr,e.body),d(this,Vn,K(e.subredditId)),d(this,Wn,e.subreddit),d(this,jn,qo(e.parentId)?yi(e.parentId):de(e.parentId)),d(this,ur,de(e.linkId)),d(this,ri,e.edited??!1),d(this,At,e.locked??!1),d(this,Tt,e.removed??!1),d(this,Ge,e.stickied??!1),d(this,It,e.approved??!1),d(this,Gn,e.approvedAtUtc??0),d(this,Jn,e.bannedAtUtc??0),d(this,ni,e.spam??!1),d(this,Je,e.distinguished),d(this,zn,e.numReports??0),d(this,$n,e.collapsedBecauseCrowdControl??!1),d(this,qn,e.score??0),d(this,Kn,e.permalink),d(this,Qn,new URL(e.permalink??"","https://www.reddit.com/").toString()),d(this,Et,e.ignoreReports??!1),d(this,Xn,(e.modReports??[]).map(([o])=>o)),d(this,Zn,(e.userReports??[]).map(([o])=>o));let r=new Date(0);r.setUTCSeconds(e.createdUtc),d(this,Hn,r),d(this,cr,h(s=V,Be,Fo).call(s,{postId:n(this,ur),commentId:n(this,ii)},t)),d(this,Q,t)}get id(){return n(this,ii)}get authorId(){return n(this,_n)}get authorName(){return n(this,dr)}get subredditId(){return n(this,Vn)}get subredditName(){return n(this,Wn)}get body(){return n(this,lr)}get createdAt(){return n(this,Hn)}get parentId(){return n(this,jn)}get postId(){return n(this,ur)}get replies(){return n(this,cr)}get distinguishedBy(){return n(this,Je)}get locked(){return n(this,At)}get stickied(){return n(this,Ge)}get removed(){return n(this,Tt)}get approved(){return n(this,It)}get approvedAtUtc(){return n(this,Gn)}get bannedAtUtc(){return n(this,Jn)}get spam(){return n(this,ni)}get edited(){return n(this,ri)}get numReports(){return n(this,zn)}get collapsedBecauseCrowdControl(){return n(this,$n)}get score(){return n(this,qn)}get permalink(){return n(this,Kn)}get userReportReasons(){return n(this,Zn)}get modReportReasons(){return n(this,Xn)}get url(){return n(this,Qn)}get ignoringReports(){return n(this,Et)}toJSON(){return{id:this.id,authorName:this.authorName,subredditId:this.subredditId,subredditName:this.subredditName,body:this.body,createdAt:this.createdAt,parentId:this.parentId,postId:this.postId,replies:this.replies,approved:this.approved,locked:this.locked,removed:this.removed,stickied:this.stickied,spam:this.spam,edited:this.edited,distinguishedBy:this.distinguishedBy,numReports:this.numReports,collapsedBecauseCrowdControl:this.collapsedBecauseCrowdControl,score:this.score,permalink:this.permalink,modReportReasons:this.modReportReasons,userReportReasons:this.userReportReasons,url:this.url,ignoringReports:this.ignoringReports}}isLocked(){return n(this,At)}isApproved(){return n(this,It)}isRemoved(){return n(this,Tt)}isSpam(){return n(this,ni)}isStickied(){return n(this,Ge)}isDistinguished(){return!!n(this,Je)}isEdited(){return n(this,ri)}isIgnoringReports(){return n(this,Et)}async delete(){return V.delete(this.id,n(this,Q))}async edit(e){let t=await V.edit({id:this.id,...e},n(this,Q));return d(this,lr,t.body),d(this,ri,t.edited),this}async approve(){await V.approve(this.id,n(this,Q)),d(this,It,!0),d(this,Tt,!1)}async remove(e=!1){await V.remove(this.id,e,n(this,Q)),d(this,Tt,!0),d(this,ni,e),d(this,It,!1)}async lock(){await V.lock(this.id,n(this,Q)),d(this,At,!0)}async unlock(){await V.unlock(this.id,n(this,Q)),d(this,At,!1)}async reply(e){return V.submit({id:this.id,...e},n(this,Q))}async getAuthor(){return C.getByUsername(n(this,dr),n(this,Q))}async distinguish(e=!1){let{distinguishedBy:t,stickied:r}=await V.distinguish(this.id,e,!1,n(this,Q));d(this,Je,t),d(this,Ge,r)}async distinguishAsAdmin(e=!1){let{distinguishedBy:t,stickied:r}=await V.distinguish(this.id,e,!0,n(this,Q));d(this,Je,t),d(this,Ge,r)}async undistinguish(){let{distinguishedBy:e,stickied:t}=await V.undistinguish(this.id,n(this,Q));d(this,Je,e),d(this,Ge,t)}async ignoreReports(){await V.ignoreReports(this.id,n(this,Q)),d(this,Et,!0)}async unignoreReports(){await V.unignoreReports(this.id,n(this,Q)),d(this,Et,!1)}addRemovalNote(e){return ve.addRemovalNote({itemIds:[n(this,ii)],...e},n(this,Q))}static async getById(e,t){let r=u.redditAPIPlugins.LinksAndComments,s=Ye(e)?e:`t1_${e}`,o=await r.Info({subreddits:[],thingIds:[s]},t);if(!o.data?.children?.[0]?.data)throw new Error("not found");return new V(o.data.children[0].data,t)}static getComments(e,t){var a;let{postId:r,commentId:s,...o}=e;return h(a=V,Be,Fo).call(a,{postId:de(r),commentId:s?yi(s):void 0,...o},t)}static async edit(e,t){let r=u.redditAPIPlugins.LinksAndComments,{id:s}=e,o;"richtext"in e&&(o=Li(e.richtext));let a=await r.EditUserText({thingId:s,text:"text"in e?e.text:"",richtextJson:o,runAs:ee.APP},t);if(a.json?.errors?.length)throw new Error("Failed to edit comment");let c=a.json?.data?.things?.[0]?.data;return p(c),new V(c,t)}static async delete(e,t){await u.redditAPIPlugins.LinksAndComments.Del({id:e},t)}static async approve(e,t){await u.redditAPIPlugins.Moderation.Approve({id:e},t)}static async remove(e,t=!1,r){await u.redditAPIPlugins.Moderation.Remove({id:e,spam:t},r)}static async lock(e,t){await u.redditAPIPlugins.LinksAndComments.Lock({id:e},t)}static async unlock(e,t){await u.redditAPIPlugins.LinksAndComments.Unlock({id:e},t)}static async submit(e,t){let{runAs:r="APP"}=e,s=ee[r],o=s===ee.USER?u.userActionsPlugin:u.redditAPIPlugins.LinksAndComments,{id:a}=e;s===ee.USER&&u.assertUserScope(Cg.SUBMIT_COMMENT);let c;"richtext"in e&&(c=Li(e.richtext));let m=await o.Comment({thingId:a,text:"text"in e?e.text:"",richtextJson:c,runAs:s},t);if(m.json?.errors?.length)throw new Error("failed to reply to comment");let y=m.json?.data?.things?.[0]?.data;return p(y),new V(y,t)}static async distinguish(e,t,r,s){let c=(await u.redditAPIPlugins.Moderation.Distinguish({id:e,how:r?"admin":"yes",sticky:t},s)).json?.data?.things?.[0]?.data;return p(c),{distinguishedBy:c.distinguished,stickied:!!c.stickied}}static async undistinguish(e,t){let o=(await u.redditAPIPlugins.Moderation.Distinguish({id:e,how:"no",sticky:!1},t)).json?.data?.things?.[0]?.data;return p(o),{distinguishedBy:o.distinguished,stickied:!!o.stickied}}static getCommentsByUser(e,t){let r=u.redditAPIPlugins.Users;return new W({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,async fetch(s){let o=await r.UserWhere({username:e.username,where:"comments",...s},t);return p(o.data,"Failed to get comments for user"),{children:o.data.children?.map(c=>new V(c.data,t))||[],before:o.data.before,after:o.data.after}}})}static async ignoreReports(e,t){await u.redditAPIPlugins.Moderation.IgnoreReports({id:e},t)}static async unignoreReports(e,t){await u.redditAPIPlugins.Moderation.UnignoreReports({id:e},t)}};ii=new WeakMap,_n=new WeakMap,dr=new WeakMap,lr=new WeakMap,Hn=new WeakMap,jn=new WeakMap,ur=new WeakMap,Vn=new WeakMap,Wn=new WeakMap,cr=new WeakMap,It=new WeakMap,Gn=new WeakMap,Jn=new WeakMap,ri=new WeakMap,At=new WeakMap,Tt=new WeakMap,Ge=new WeakMap,ni=new WeakMap,Je=new WeakMap,zn=new WeakMap,$n=new WeakMap,qn=new WeakMap,Kn=new WeakMap,Xn=new WeakMap,Zn=new WeakMap,Qn=new WeakMap,Et=new WeakMap,Q=new WeakMap,Be=new WeakSet,Fo=function(e,t,r=0){return new W({limit:e.limit,pageSize:e.pageSize,fetch:async s=>{var S,b;let o=s.limit,a=u.redditAPIPlugins.Listings,c=u.redditAPIPlugins.LinksAndComments,m=e.commentId;if(s.more)if(s.more.children.length){let _=s.more;(!o||o>100)&&(o=100);let I=_.children.splice(0,o),N=await c.MoreChildren({linkId:e.postId,children:I,sort:e.sort},t);if(!N.json?.data?.things?.length)return{children:[]};let{children:B}=h(S=V,Be,xo).call(S,N.json.data.things,e.postId,e,t);return{children:B,more:_.children.length?_:void 0}}else m=s.more.parentId,r=r+s.more.depth;let v=(await a.Comments({article:e.postId.substring(3),comment:m?.substring(3),limit:o,depth:e.depth,sort:e.sort},t)).listings?.[1]?.data?.children??[],f=v[0];return m&&f?.data?.replyList?.data&&(v=f.data.replyList.data.children),h(b=V,Be,xo).call(b,v,m??e.postId,e,t,r)}})},xo=function(e,t,r,s,o=0){var y,v;let a=[],c,m={};for(let f of e){if(!f.data||(f.data.depth!=null&&(f.data.depth=f.data.depth+o),f.data.depth!=null&&r.depth!=null&&f.data.depth>=r.depth))continue;let S=f.data.parentId?m[f.data.parentId]:void 0;if(f.kind==="t1"){if(f.data.name===t)continue;let b=new V(f.data,s);if(m[b.id]=b,d(b,cr,h(y=V,Be,Fo).call(y,{...r,postId:b.postId,commentId:b.id},s,o)),"replyList"in f.data&&f.data.replyList?.data){let{children:_,more:I}=h(v=V,Be,xo).call(v,f.data.replyList.data.children,b.id,r,s,o);_.length&&b.replies.children.push(..._),I&&b.replies.setMore(I)}b.replies.preventInitialFetch(),S?S.replies.children.push(b):a.push(b)}else if(f.kind==="more"&&f.data.parentId&&f.data.depth!=null){let b={parentId:qo(f.data.parentId)?yi(f.data.parentId):de(f.data.parentId),children:f.data.children??[],depth:f.data.depth};S?S.replies.setMore(b):b.parentId===t&&(c=b)}}return{children:a,more:c}},l(V,Be);var Y=V;function Ws(i,e){let t=u.redditAPIPlugins.Moderation;return new W({hasMore:!0,after:i.after,before:i.before,limit:i.limit,pageSize:i.pageSize,fetch:async r=>{let s=await t.AboutLog({subreddit:i.subredditName,mod:i.moderatorUsernames?i.moderatorUsernames.join(","):void 0,type:i.type,...r},e);return Pg(s)}})}function Pg(i){if(!i.data?.children)throw new Error("AboutLogResponse is missing children");return{children:i.data.children.map(t=>{if(!t.data)throw new Error("ModAction from AboutLogResponse is missing or invalid");let{id:r,mod:s,modId36:o,createdUtc:a,subreddit:c,subredditNamePrefixed:m,action:y,srId36:v,description:f,details:S,targetAuthor:b,targetBody:_,targetFullname:I,targetPermalink:N,targetTitle:B}=t.data;p(r,"ModAction from AboutLogResponse is missing id"),p(s,"ModAction from AboutLogResponse is missing mod"),p(o,"ModAction from AboutLogResponse is missing modId36"),p(a,"ModAction from AboutLogResponse is missing createdUtc"),p(c,"ModAction from AboutLogResponse is missing subreddit"),p(m,"ModAction from AboutLogResponse is missing subredditNamePrefixed"),p(y,"ModAction from AboutLogResponse is missing action"),p(v,"ModAction from AboutLogResponse is missing srId36");let oi=new Date(0);return oi.setUTCSeconds(a),{id:r,type:y,moderatorName:s,moderatorId:`t2_${o}`,createdAt:oi,subredditName:c,subredditId:`t5_${v}`,description:f,details:S,target:I?{id:I,author:b,body:_,permalink:N,title:B}:void 0}}),after:i.data.after,before:i.data.before}}import"@devvit/protos";var Sg=(a=>(a.New="New",a.InProgress="InProgress",a.Archived="Archived",a.Appeals="Appeals",a.JoinRequests="JoinRequests",a.Filtered="Filtered",a))(Sg||{}),wg={0:"New",1:"InProgress",2:"Archived",3:"Appeals",4:"JoinRequests",5:"Filtered"},Fg=(b=>(b.Highlighted="Highlighted",b.Unhighlighted="Unhighlighted",b.Archived="Archived",b.Unarchived="Unarchived",b.ReportedToAdmins="ReportedToAdmins",b.Muted="Muted",b.Unmuted="Unmuted",b.Banned="Banned",b.Unbanned="Unbanned",b.Approved="Approved",b.Disapproved="Disapproved",b.Filtered="Filtered",b.Unfiltered="Unfiltered",b))(Fg||{}),xg={0:"Highlighted",1:"Unhighlighted",2:"Archived",3:"Unarchived",4:"ReportedToAdmins",5:"Muted",6:"Unmuted",7:"Banned",8:"Unbanned",9:"Approved",10:"Disapproved",11:"Filtered",12:"Unfiltered"},L,J,re,Oc,Mc,Gs=class{constructor(e){l(this,J);l(this,L);this.notificationSubjectPrefix="[notification]";d(this,L,e)}async bulkReadConversations(e,t){let r=u.redditAPIPlugins.NewModmail,{conversationIds:s}=await r.BulkReadConversations({entity:e.join(","),state:t},n(this,L));return s}async getConversations(e){let r=await u.redditAPIPlugins.NewModmail.GetConversations({after:e.after,entity:e.subreddits?e.subreddits.join(","):void 0,limit:e.limit,sort:e.sort,state:e.state},n(this,L)),s={};for(let o in r.conversations)s[o]=h(this,J,re).call(this,{protoConversation:r.conversations[o],protoMessages:r.messages,protoModActions:{}});return{conversations:s,viewerId:r.viewerId,conversationIds:r.conversationIds}}async getConversation(e){let r=await u.redditAPIPlugins.NewModmail.GetConversation({...e,markRead:!!e.markRead},n(this,L));return{participantSubreddit:r.participantSubreddit,conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async getSubreddits(){let e=u.redditAPIPlugins.NewModmail,{subreddits:t}=await e.Subreddits({},n(this,L));return t}async createConversation(e){let r=await u.redditAPIPlugins.NewModmail.CreateConversation({body:e.body,isAuthorHidden:e.isAuthorHidden??!1,srName:e.subredditName,subject:e.subject,to:e.to?e.to:void 0},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async createModDiscussionConversation(e){return Ya({subject:e.subject,bodyMarkdown:e.bodyMarkdown,subredditId:K(e.subredditId),isInternal:!0,participantType:"MODERATOR",conversationType:"INTERNAL"},n(this,L))}async createModInboxConversation(e){return Ya({subject:e.subject,bodyMarkdown:e.bodyMarkdown,subredditId:K(e.subredditId),isInternal:!1,participantType:"PARTICIPANT_USER",conversationType:"SR_USER"},n(this,L))}async createModNotification(e){let t=e.subject;return e.subject.startsWith(this.notificationSubjectPrefix)||(t=`${this.notificationSubjectPrefix} ${e.subject}`),Ya({subject:t,bodyMarkdown:e.bodyMarkdown,subredditId:K(e.subredditId),isInternal:!1,participantType:"PARTICIPANT_USER",conversationType:"SR_USER"},n(this,L))}async reply(e){let r=await u.redditAPIPlugins.NewModmail.CreateConversationMessage({body:e.body,conversationId:e.conversationId,isAuthorHidden:e.isAuthorHidden??!1,isInternal:e.isInternal??!1},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:{}}),user:r.user}}async highlightConversation(e){let r=await u.redditAPIPlugins.NewModmail.HighlightConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions})}}async unhighlightConversation(e){let r=await u.redditAPIPlugins.NewModmail.UnhighlightConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions})}}async archiveConversation(e){let r=await u.redditAPIPlugins.NewModmail.ArchiveConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions})}}async unarchiveConversation(e){let r=await u.redditAPIPlugins.NewModmail.UnarchiveConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions})}}async muteConversation(e){let r=await u.redditAPIPlugins.NewModmail.MuteConversation({conversationId:e.conversationId,numHours:e.numHours},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async unmuteConversation(e){let r=await u.redditAPIPlugins.NewModmail.UnmuteConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async readConversations(e){await u.redditAPIPlugins.NewModmail.Read({conversationIds:e.join(",")},n(this,L))}async unreadConversations(e){await u.redditAPIPlugins.NewModmail.Unread({conversationIds:e.join(",")},n(this,L))}async approveConversation(e){let r=await u.redditAPIPlugins.NewModmail.ApproveConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async disapproveConversation(e){let r=await u.redditAPIPlugins.NewModmail.DisapproveConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async tempBanConversation(e){let r=await u.redditAPIPlugins.NewModmail.TempBan({...e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async unbanConversation(e){let r=await u.redditAPIPlugins.NewModmail.Unban({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async getUnreadCount(){return await u.redditAPIPlugins.NewModmail.UnreadCount({},n(this,L))}async getUserConversations(e){return await u.redditAPIPlugins.NewModmail.UserConversations({conversationId:e},n(this,L))}};L=new WeakMap,J=new WeakSet,re=function({protoConversation:e,protoMessages:t,protoModActions:r}){return{...e,state:wg[e.state],messages:h(this,J,Oc).call(this,e,t),modActions:h(this,J,Mc).call(this,e,r)}},Oc=function(e,t){let r={},s=e.objIds.filter(o=>o.key==="messages").map(({id:o})=>o);for(let o of s){let a=t[o];a&&(r[o]=a)}return r},Mc=function(e,t){let r={},s=e.objIds.filter(o=>o.key==="modActions").map(({id:o})=>o);for(let o of s){let a=t[o];a&&(r[o]={...a,actionType:xg[a.actionTypeId]})}return r};async function Ya(i,e){let t=e[P.AppUser]?.values[0],o=await Z.query("CreateModmailConversation","5f9ae20b0c7bdffcafb80241728a72e67cd4239bc09f67284b79d4aa706ee0e5",{subject:i.subject,bodyMarkdown:i.bodyMarkdown,subredditId:i.subredditId,authorId:t,isInternal:i.isInternal,participantType:i.participantType,conversationType:i.conversationType},e);if(o.data?.createModmailConversationV2?.ok)return o.data?.createModmailConversationV2?.conversationId;throw new Error("modmail conversation creation failed; ${response.data?.createModmailConversationV2?.errors[0].message}")}var mr,pr,Yn,es,ts,is,ed=class ed{constructor(e,t){l(this,mr);l(this,pr);l(this,Yn);l(this,es);l(this,ts);l(this,is);if(X(this),p(e.id,"PrivateMessage: Invalid data, no id"),p(e.name,"PrivateMessage: Invalid data, no name"),p(e.created,"PrivateMessage: Invalid data, no created date"),d(this,mr,be(e.name)),e.author!=null)d(this,pr,{type:"user",username:e.author,id:e.authorFullname?te(e.authorFullname):void 0});else if(e.subreddit!=null)d(this,pr,{type:"subreddit",name:e.subreddit,id:e.subredditId?K(e.subredditId):void 0});else throw new Error("PrivateMessage: Invalid data, no author or subreddit");d(this,Yn,e.body??""),d(this,es,e.bodyHtml??"");let r=new Date(0);r.setUTCSeconds(e.createdUtc),d(this,ts,r),d(this,is,t)}static async getMessages(e,t){let r=u.redditAPIPlugins.PrivateMessages;return new W({...e,fetch:async s=>{let o=await r.MessageWhere({...s,where:e.type??"inbox"},t);return{after:o.data?.after,before:o.data?.before,children:o.data?.children?.map(a=>new ed(a.data,t)).filter(Boolean)||[]}}})}static async send({to:e,subject:t,text:r},s){await u.redditAPIPlugins.PrivateMessages.Compose({to:e,subject:t,text:r,fromSr:""},s)}static async sendAsSubreddit({to:e,fromSubredditName:t,subject:r,text:s},o){await u.redditAPIPlugins.PrivateMessages.Compose({to:e,fromSr:t,subject:r,text:s},o)}static async markAllAsRead(e){await u.redditAPIPlugins.PrivateMessages.ReadAllMessages({filterTypes:""},e)}get id(){return n(this,mr)}get from(){return n(this,pr)}get body(){return n(this,Yn)}get bodyHtml(){return n(this,es)}get created(){return n(this,ts)}async markAsRead(){await u.redditAPIPlugins.PrivateMessages.ReadMessage({id:n(this,mr)},n(this,is))}};mr=new WeakMap,pr=new WeakMap,Yn=new WeakMap,es=new WeakMap,ts=new WeakMap,is=new WeakMap;var Ut=ed;var Hd=(o=>(o.Reports="reports",o.Spam="spam",o.Modqueue="modqueue",o.Unmoderated="unmoderated",o.Edited="edited",o))(Hd||{}),Uc=class{},Dc=class{},Bc=class{},Nc=class{},gr,x,rs,ns,ss,os,as,ds,ls,us,cs,hr,R,Ae=class Ae{constructor(e,t){l(this,gr);l(this,x);l(this,rs);l(this,ns);l(this,ss);l(this,os);l(this,as);l(this,ds);l(this,ls);l(this,us);l(this,cs);l(this,hr);l(this,R);X(this),p(e.id,"Subreddit id is missing or undefined"),p(e.displayName,"Subreddit name is missing or undefined"),d(this,gr,K(`t5_${e.id}`)),d(this,x,e.displayName),p(e.createdUtc,"Subreddit is missing created date");let r=new Date(0);r.setUTCSeconds(e.createdUtc),d(this,rs,r),d(this,ns,Ig(e.subredditType)),d(this,ss,e.title),d(this,os,e.description),p(e.lang,"Subreddit is missing language"),d(this,as,e.lang),d(this,ds,e.subscribers??0),d(this,ls,e.activeUserCount??0),d(this,us,e.over18??!1),d(this,hr,e.url??""),d(this,cs,{acceptFollowers:e.acceptFollowers??!1,allOriginalContent:e.allOriginalContent??!1,allowChatPostCreation:e.allowChatPostCreation??!1,allowDiscovery:e.allowDiscovery??!1,allowGalleries:e.allowGalleries??!1,allowImages:e.allowImages??!1,allowPolls:e.allowPolls??!1,allowPredictionContributors:e.allowPredictionContributors??!1,allowPredictions:e.allowPredictions??!1,allowPredictionsTournament:e.allowPredictionsTournament??!1,allowTalks:e.allowTalks??!1,allowVideoGifs:e.allowVideogifs??!1,allowVideos:e.allowVideos??!1,chatPostEnabled:e.isChatPostFeatureEnabled??!1,collectionsEnabled:e.collectionsEnabled??!1,crosspostable:e.isCrosspostableSubreddit??!1,emojisEnabled:e.emojisEnabled??!1,eventPostsEnabled:e.eventPostsEnabled??!1,linkFlairEnabled:e.linkFlairEnabled??!1,originalContentTagEnabled:e.originalContentTagEnabled??!1,restrictCommenting:e.restrictCommenting??!1,restrictPosting:e.restrictPosting??!1,shouldArchivePosts:e.shouldArchivePosts??!1,spoilersEnabled:e.spoilersEnabled??!1,wikiEnabled:e.wikiEnabled??!1,allowedPostType:Ag(e.submissionType),allowedMediaInComments:(e.allowedMediaInComments??[]).map(Tg),bannerBackgroundColor:e.bannerBackgroundColor,bannerBackgroundImage:e.bannerBackgroundImage,bannerImage:e.bannerImg,communityIcon:e.communityIcon,headerTitle:e.headerTitle,keyColor:e.keyColor,mobileBannerImage:e.mobileBannerImage,primaryColor:e.primaryColor,userFlairs:{enabled:e.userFlairEnabledInSr??!1,usersCanAssign:e.canAssignUserFlair??!1,userFlairBackgroundColor:e.userFlairBackgroundColor,userFlairTextColor:e.userFlairTextColor},postFlairs:{enabled:e.linkFlairEnabled??!1,usersCanAssign:e.canAssignLinkFlair??!1},url:new URL(n(this,hr),"https://www.reddit.com").toString()}),d(this,R,t)}get id(){return n(this,gr)}get name(){return n(this,x)}get createdAt(){return n(this,rs)}get type(){return n(this,ns)}get title(){return n(this,ss)}get description(){return n(this,os)}get language(){return n(this,as)}get numberOfSubscribers(){return n(this,ds)}get numberOfActiveUsers(){return n(this,ls)}get nsfw(){return n(this,us)}get settings(){return n(this,cs)}get userFlairsEnabled(){return this.settings.userFlairs.enabled}get postFlairsEnabled(){return this.settings.postFlairs.enabled}get usersCanAssignUserFlairs(){return this.settings.userFlairs.usersCanAssign}get usersCanAssignPostFlairs(){return this.settings.postFlairs.usersCanAssign}get url(){return this.settings.url}get permalink(){return n(this,hr)}toJSON(){return{id:this.id,name:this.name,createdAt:this.createdAt,type:this.type,title:this.title,description:this.description,language:this.language,nsfw:this.nsfw,numberOfSubscribers:this.numberOfSubscribers,numberOfActiveUsers:this.numberOfActiveUsers,settings:this.settings}}async submitPost(e){let t={...e,subredditName:n(this,x)};return G.submit(t,n(this,R))}getControversialPosts(e={}){if(!n(this,x))throw new Error("subreddit missing displayName - it might not have been fetched");return G.getControversialPosts({...e,subredditName:n(this,x)},n(this,R))}getTopPosts(e={}){if(!n(this,x))throw new Error("subreddit missing displayName - it might not have been fetched");return G.getTopPosts({...e,subredditName:n(this,x)},n(this,R))}getApprovedUsers(e={}){return C.getSubredditUsersByType({type:"contributors",subredditName:n(this,x),...e},n(this,R))}approveUser(e){return C.createRelationship({username:e,subredditName:n(this,x),type:"contributor"},n(this,R))}removeUser(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"contributor"},n(this,R))}getWikiContributors(e={}){return C.getSubredditUsersByType({type:"wikicontributors",subredditName:n(this,x),...e},n(this,R))}addWikiContributor(e){return C.createRelationship({username:e,subredditName:n(this,x),type:"wikicontributor"},n(this,R))}removeWikiContributor(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"wikicontributor"},n(this,R))}getBannedUsers(e={}){return C.getSubredditUsersByType({type:"banned",subredditName:n(this,x),...e},n(this,R))}banUser(e){return C.createRelationship({username:e.username,subredditName:n(this,x),type:"banned",banReason:e.reason,banMessage:e.message,note:e.note,duration:e.duration,banContext:e.context},n(this,R))}unbanUser(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"banned"},n(this,R))}getBannedWikiContributors(e={}){return C.getSubredditUsersByType({type:"wikibanned",subredditName:n(this,x),...e},n(this,R))}banWikiContributor(e){return C.createRelationship({username:e.username,subredditName:n(this,x),type:"wikibanned",banReason:e.reason,note:e.note,duration:e.duration},n(this,R))}unbanWikiContributor(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"wikibanned"},n(this,R))}getModerators(e={}){return C.getSubredditUsersByType({type:"moderators",subredditName:n(this,x),...e},n(this,R))}inviteModerator(e,t){return C.createRelationship({type:"moderator_invite",subredditName:n(this,x),username:e,permissions:t??[]},n(this,R))}revokeModeratorInvite(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"moderator_invite"},n(this,R))}removeModerator(e){return C.removeRelationship({type:"moderator",subredditName:n(this,x),username:e},n(this,R))}setModeratorPermissions(e,t){return C.setModeratorPermissions(e,n(this,x),t,n(this,R))}getMutedUsers(e={}){return C.getSubredditUsersByType({type:"muted",subredditName:n(this,x),...e},n(this,R))}muteUser(e,t){return C.createRelationship({username:e,subredditName:n(this,x),type:"muted",note:t},n(this,R))}unmuteUser(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"muted"},n(this,R))}getModerationLog(e){return Ws({subredditName:n(this,x),...e},n(this,R))}getUserFlairTemplates(){return ne.getUserFlairTemplates(n(this,x),n(this,R))}getPostFlairTemplates(){return ne.getPostFlairTemplates(n(this,x),n(this,R))}createPostFlairTemplate(e){return ne.createPostFlairTemplate({subredditName:n(this,x),...e},n(this,R))}createUserFlairTemplate(e){return ne.createUserFlairTemplate({subredditName:n(this,x),...e},n(this,R))}async getUserFlair(e){if(e?.usernames!==void 0)return{users:await Promise.all(e.usernames.map(async r=>{let s=await ce.getUserFlairBySubreddit({subreddit:n(this,x),name:r},n(this,R));return pn(s.users[0])}))};{let t=await ce.getUserFlairBySubreddit({...e,subreddit:n(this,x)},n(this,R));return{next:t.next,prev:t.prev,users:t.users.map(r=>pn(r))}}}getModQueue(e={type:"all"}){return Ae.aboutLocation({...e,location:"modqueue",subreddit:n(this,x)},n(this,R))}getReports(e={type:"all"}){return Ae.aboutLocation({...e,location:"reports",subreddit:n(this,x)},n(this,R))}getSpam(e={type:"all"}){return Ae.aboutLocation({...e,location:"spam",subreddit:n(this,x)},n(this,R))}getUnmoderated(e={type:"all"}){return Ae.aboutLocation({...e,location:"unmoderated",subreddit:n(this,x)},n(this,R))}getEdited(e={type:"all"}){return Ae.aboutLocation({...e,location:"edited",subreddit:n(this,x)},n(this,R))}static aboutLocation(e,t){let r=u.redditAPIPlugins.Moderation,s;switch(e.type){case"post":s="links";break;case"comment":s="comments";break;default:s=void 0}return new W({...e,fetch:async o=>{let a=await r.AboutLocation({...o,...e,only:s},t);return Lc(a,t)}})}getCommentsAndPostsByIds(e){let t=u.redditAPIPlugins.LinksAndComments;return new W({fetch:async()=>{let r=await t.Info({thingIds:e,subreddits:[n(this,gr)]},n(this,R));return Lc(r,n(this,R))}})}static async addRemovalReason(e,t,r,s){return(await u.redditAPIPlugins.Subreddits.SubredditAddRemovalReason({title:t,message:r,subreddit:e},s)).id}static async getRemovalReasons(e,t){let s=await u.redditAPIPlugins.Subreddits.SubredditGetRemovalReasons({subreddit:e},t);return s.order.map(o=>({...s.data[o]}))}static async getFromMetadata(e){p(e);let t=e?.[P.SubredditName]?.values[0];if(t)return Ae.getByName(t,e);let r=e?.[P.Subreddit]?.values[0];return p(r),Ae.getById(K(r),e)}static async getById(e,t){let r=await Ko(e,t);if(r)return Ae.getByName(r,t)}static async getByName(e,t){let s=await u.redditAPIPlugins.Subreddits.SubredditAbout({subreddit:e},t);if(!s?.data)throw new Error("not found");return new Ae(s.data,t)}};gr=new WeakMap,x=new WeakMap,rs=new WeakMap,ns=new WeakMap,ss=new WeakMap,os=new WeakMap,as=new WeakMap,ds=new WeakMap,ls=new WeakMap,us=new WeakMap,cs=new WeakMap,hr=new WeakMap,R=new WeakMap;var le=Ae;async function jd(i,e){let o=(await Z.query("GetSubredditInfoById","315a9b75c22a017d526afdf2d274616946156451aacfd56dfb91e7ad3f7a2fde",{id:i},e)).data?.subredditInfoById;if(!o)throw new Error("subreddit info not found");return o}async function Vd(i,e){let o=(await Z.query("GetSubredditInfoByName","4aa69726c7e3f5d33ab2bee22b3d74fce645824fddd5ea3ec6dfe30bdb4295cb",{name:i},e)).data?.subredditInfoByName;if(!o)throw new Error("subreddit info not found");return o}async function Wd(i,e){let o=(await Z.query("GetSubredditLeaderboard","18ead70c46b6446d45ecd8b679b16d9a929a933d6ef25d8262a459cb18b72848",{id:i},e)).data?.subredditInfoById?.leaderboard;if(!o)throw new Error("subreddit leaderboard not found");if(!o.summary)throw new Error("subreddit leaderboard summary not found");return{id:o.id,summary:o.summary}}async function Gd(i,e){let o=(await Z.query("GetSubredditStyles","d491d17ea8858f563ea578b26b9595d64adecf4bf34557d567c7e53c470f5f22",{id:i},e)).data?.subredditInfoById?.styles;if(!o)throw new Error("subreddit styles not found");return o}function Ig(i){if(i==="public"||i==="private"||i==="restricted"||i==="employees_only"||i==="gold_only"||i==="gold_restricted"||i==="archived"||i==="user")return i;throw new Error(`invalid subreddit type: ${i}`)}function Ag(i){if(i==="any"||i==="link"||i==="self")return i;throw new Error(`invalid allowed post type: ${i}`)}function Tg(i){if(i==="animated"||i==="giphy"||i==="static"||i==="expression")return i;throw new Error(`invalid comment media type: ${i}`)}function Lc(i,e){let r=(i.data?.children??[]).map(a=>{let c=s(a);if(c!=null)return c;let m=o(a);return m??null}).filter(Boolean);return{after:i.data?.after,before:i.data?.before,children:r};function s(a){try{return new G(a.data,e)}catch{return null}}function o(a){try{return new Y(a.data,e)}catch{return null}}}async function Ko(i,e){return(await u.redditAPIPlugins.LinksAndComments.Info({thingIds:[i],subreddits:[]},e)).data?.children[0]?.data?.displayName}async function Jd(i,e){return _c("GetVaultContactByAddress","3e2f7966a5c120e64fd2795d06a46595c52d988185be98d3ed71c3f81ae80d2e",{provider:"ethereum",address:i},e)}async function zd(i,e){return _c("GetVaultContactByUserId","a854ddc19d0e22c4f36ed917fdbd568f299f3571427e393aee5e2972080fffe9",{provider:"ethereum",userId:i},e)}async function _c(i,e,t,r){let o=(await Z.query(i,e,t,r))?.data?.vault?.contact;return{provider:o?.provider,userId:te(o?.userId),address:o?.address,createdAt:o?.createdAt,isActive:o?.isActive}}import{CommunityListWidget_CommunityData as Eg,GetWidgetsResponse_WidgetItem as ae}from"@devvit/protos";var ms,ps,gs,hs,id=class id{constructor(e,t,r){l(this,ms);l(this,ps);l(this,gs);l(this,hs);X(this),d(this,ms,e.id),d(this,ps,e.shortName),d(this,gs,t),d(this,hs,r)}get id(){return n(this,ms)}get name(){return n(this,ps)}get subredditName(){return n(this,gs)}toJSON(){return{id:this.id,name:this.name,subredditName:this.subredditName}}delete(){return id.delete(this.subredditName,this.id,n(this,hs))}static async getWidgets(e,t){let s=await u.redditAPIPlugins.Widgets.GetWidgets({subreddit:e},t);p(s.layout,"Failed to load widgets for subreddit");let o=s.items,a=[];for(let c of s.layout.sidebar?.order??[]){let m=o[c];switch(m?.kind){case"image":a.push(new Io(m,e,t));break;case"calendar":a.push(new Ao(m,e,t));break;case"textarea":a.push(new To(m,e,t));break;case"button":a.push(new Eo(m,e,t));break;case"community-list":a.push(new Ro(m,e,t));break;case"post-flair":a.push(new Oo(m,e,t));break;case"custom":a.push(new Mo(m,e,t));break;case"subreddit-rules":{let y=await u.redditAPIPlugins.Subreddits.SubredditAboutRules({subreddit:e},t);a.push(new td(y,m,e,t));break}default:throw new Error(`Unknown widget type: ${m.kind}`)}}return a}static async delete(e,t,r){await u.redditAPIPlugins.Widgets.DeleteWidget({subreddit:e,id:t},r)}static async reorder(e,t,r){await u.redditAPIPlugins.Widgets.OrderWidgets({subreddit:e,order:t},r)}static async add(e,t){switch(e?.type){case"image":return Io.create(e,t);case"calendar":return Ao.create(e,t);case"textarea":return To.create(e,t);case"button":return Eo.create(e,t);case"community-list":return Ro.create(e,t);case"post-flair":return Oo.create(e,t);case"custom":return Mo.create(e,t);default:throw new Error("Unknown widget type")}}};ms=new WeakMap,ps=new WeakMap,gs=new WeakMap,hs=new WeakMap;var ie=id,fs,Uo=class Uo extends ie{constructor(t,r,s){super(t,r,s);l(this,fs);d(this,fs,t.data.map(o=>(p(o.url,"Image widget data is missing url"),p(o.height,"Image widget data is missing height"),p(o.width,"Image widget data is missing width"),p(o.linkUrl,"Image widget data is missing linkUrl"),{url:o.url,height:o.height,width:o.width,linkUrl:o.linkUrl})))}get images(){return n(this,fs)}toJSON(){return{...super.toJSON(),images:this.images}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddImageWidget(t,r);return new Uo(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateImageWidget(t,r);return new Uo(ae.fromJSON(o),t.subreddit,r)}};fs=new WeakMap;var Io=Uo,ys,bs,vs,Do=class Do extends ie{constructor(t,r,s){super(t,r,s);l(this,ys);l(this,bs);l(this,vs);p(t.googleCalendarId,"Calendar widget data is missing googleCalendarId"),p(t.configuration,"Calendar widget data is missing configuration"),p(t.styles,"Calendar widget data is missing styles"),d(this,ys,t.googleCalendarId),d(this,bs,t.configuration),d(this,vs,t.styles)}get googleCalendarId(){return n(this,ys)}get configuration(){return n(this,bs)}get styles(){return n(this,vs)}toJSON(){return{...super.toJSON(),googleCalendarId:this.googleCalendarId,configuration:this.configuration,styles:this.styles}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddCalendarWidget(t,r);return new Do(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateCalendarWidget(t,r);return new Do(ae.fromJSON(o),t.subreddit,r)}};ys=new WeakMap,bs=new WeakMap,vs=new WeakMap;var Ao=Do,ks,Cs,Bo=class Bo extends ie{constructor(t,r,s){super(t,r,s);l(this,ks);l(this,Cs);p(t.text,"Textarea widget data is missing text"),p(t.styles,"Textarea widget data is missing styles"),d(this,ks,t.text),d(this,Cs,t.styles)}get text(){return n(this,ks)}get styles(){return n(this,Cs)}toJSON(){return{...super.toJSON(),text:this.text,styles:this.styles}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddTextAreaWidget(t,r);return new Bo(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateTextAreaWidget(t,r);return new Bo(ae.fromJSON(o),t.subreddit,r)}};ks=new WeakMap,Cs=new WeakMap;var To=Bo,Ps,Ss,ws,No=class No extends ie{constructor(t,r,s){super(t,r,s);l(this,Ps);l(this,Ss);l(this,ws);p(t.styles,"Button widget data is missing styles"),d(this,Ps,t.buttons),d(this,Ss,t.description??""),d(this,ws,t.styles)}get buttons(){return n(this,Ps)}get description(){return n(this,Ss)}get styles(){return n(this,ws)}toJSON(){return{...super.toJSON(),buttons:this.buttons,description:this.description,styles:this.styles}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddButtonWidget(t,r);return new No(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateButtonWidget(t,r);return new No(ae.fromJSON(o),t.subreddit,r)}};Ps=new WeakMap,Ss=new WeakMap,ws=new WeakMap;var Eo=No,Fs,xs,Lo=class Lo extends ie{constructor(t,r,s){super(t,r,s);l(this,Fs);l(this,xs);d(this,Fs,t.data.map(o=>Eg.fromJSON(o))),p(t.styles,"Community list widget data is missing styles"),d(this,xs,t.styles)}get communities(){return n(this,Fs)}get styles(){return n(this,xs)}toJSON(){return{...super.toJSON(),communities:this.communities,styles:this.styles}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddCommunityListWidget(t,r);return new Lo(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateCommunityListWidget(t,r);return new Lo(ae.fromJSON(o),t.subreddit,r)}};Fs=new WeakMap,xs=new WeakMap;var Ro=Lo,Is,As,Ts,_o=class _o extends ie{constructor(t,r,s){super(t,r,s);l(this,Is);l(this,As);l(this,Ts);if(p(t.styles,"Post flair widget data is missing styles"),d(this,Is,t.styles),d(this,As,t.order.map(o=>t.templates[o])),!(t.display&&t.display==="list"||t.display==="cloud"))throw new Error("Post flair widget data is missing display type");d(this,Ts,t.display)}get styles(){return n(this,Is)}get templates(){return n(this,As)}get display(){return n(this,Ts)}toJSON(){return{...super.toJSON(),styles:this.styles,templates:this.templates,display:this.display}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddPostFlairWidget(t,r);return new _o(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdatePostFlairWidget(t,r);return new _o(ae.fromJSON(o),t.subreddit,r)}};Is=new WeakMap,As=new WeakMap,Ts=new WeakMap;var Oo=_o,Es,Rs,Os,Ms,Us,Ho=class Ho extends ie{constructor(t,r,s){super(t,r,s);l(this,Es);l(this,Rs);l(this,Os);l(this,Ms);l(this,Us);p(t.stylesheetUrl,"Custom widget data is missing stylesheetUrl"),p(t.height,"Custom widget data is missing height"),p(t.css,"Custom widget data is missing css"),d(this,Es,t.imageData??[]),d(this,Rs,t.text??""),d(this,Os,t.stylesheetUrl),d(this,Ms,t.height),d(this,Us,t.css)}get images(){return n(this,Es)}get text(){return n(this,Rs)}get stylesheetUrl(){return n(this,Os)}get height(){return n(this,Ms)}get css(){return n(this,Us)}toJSON(){return{...super.toJSON(),images:this.images,text:this.text,stylesheetUrl:this.stylesheetUrl,height:this.height,css:this.css}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddCustomWidget(t,r);return new Ho(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateCustomWidget(t,r);return new Ho(ae.fromJSON(o),t.subreddit,r)}};Es=new WeakMap,Rs=new WeakMap,Os=new WeakMap,Ms=new WeakMap,Us=new WeakMap;var Mo=Ho,Ds,td=class extends ie{constructor(t,r,s,o){super(r,s,o);l(this,Ds);let a=t.rules.map(({description:c,priority:m,shortName:y,violationReason:v})=>(p(c,"Subreddit rule is missing description"),p(m,"Subreddit rule is missing priority"),p(y,"Subreddit rule is missing shortName"),p(v,"Subreddit rule is missing violationReason"),{description:c,priority:m,shortName:y,violationReason:v}));d(this,Ds,a)}get rules(){return n(this,Ds)}toJSON(){return{...super.toJSON(),rules:this.rules}}};Ds=new WeakMap;var Rg=(r=>(r[r.SUBREDDIT_PERMISSIONS=0]="SUBREDDIT_PERMISSIONS",r[r.APPROVED_CONTRIBUTORS_ONLY=1]="APPROVED_CONTRIBUTORS_ONLY",r[r.MODS_ONLY=2]="MODS_ONLY",r))(Rg||{}),ge,he,fr,yr,br,vr,kr,Cr,Te,we=class we{constructor(e,t,r,s){l(this,ge);l(this,he);l(this,fr);l(this,yr);l(this,br);l(this,vr);l(this,kr);l(this,Cr);l(this,Te);X(this),d(this,ge,e),d(this,he,t),d(this,fr,r.contentMd),d(this,yr,r.contentHtml),d(this,br,r.revisionId),d(this,vr,new Date(r.revisionDate*1e3)),d(this,kr,r.reason??""),d(this,Cr,r.revisionBy?.data?new C(r.revisionBy.data,s):void 0),d(this,Te,s)}get name(){return n(this,ge)}get subredditName(){return n(this,he)}get content(){return n(this,fr)}get contentHtml(){return n(this,yr)}get revisionId(){return n(this,br)}get revisionDate(){return n(this,vr)}get revisionReason(){return n(this,kr)}get revisionAuthor(){return n(this,Cr)}toJSON(){return{name:n(this,ge),subredditName:n(this,he),content:n(this,fr),contentHtml:n(this,yr),revisionId:n(this,br),revisionDate:n(this,vr),revisionReason:n(this,kr),revisionAuthor:n(this,Cr)?.toJSON()}}async update(e,t){return we.updatePage({subredditName:n(this,he),page:n(this,ge),content:e,reason:t},n(this,Te))}async getRevisions(e){return we.getPageRevisions({subredditName:n(this,he),page:n(this,ge),...e},n(this,Te))}async revertTo(e){return we.revertPage(n(this,he),n(this,ge),e,n(this,Te))}async getSettings(){return we.getPageSettings(n(this,he),n(this,ge),n(this,Te))}async updateSettings(e){return we.updatePageSettings({subredditName:n(this,he),page:n(this,ge),listed:e.listed,permLevel:e.permLevel},n(this,Te))}async addEditor(e){return we.addEditor(n(this,he),n(this,ge),e,n(this,Te))}async removeEditor(e){return we.removeEditor(n(this,he),n(this,ge),e,n(this,Te))}static async getPage(e,t,r){let o=await u.redditAPIPlugins.Wiki.GetWikiPage({subreddit:e,page:t},r);return p(o.data,"Failed to get wiki page"),new we(t,e,o.data,r)}static async getPages(e,t){return(await u.redditAPIPlugins.Wiki.GetWikiPages({subreddit:e},t)).data||[]}static async createPage(e,t){return we.updatePage(e,t)}static async updatePage(e,t){return await u.redditAPIPlugins.Wiki.EditWikiPage({subreddit:e.subredditName,page:e.page,content:e.content,reason:e.reason??""},t),we.getPage(e.subredditName,e.page,t)}static getPageRevisions(e,t){let r=u.redditAPIPlugins.Wiki;return new W({hasMore:!0,after:e.after,limit:e.limit,pageSize:e.pageSize,async fetch(s){let o=await r.GetWikiPageRevisions({subreddit:e.subredditName,page:e.page,limit:s.limit,after:s.after,before:s.before},t);return Og(o,t)}})}static async revertPage(e,t,r,s){await u.redditAPIPlugins.Wiki.RevertWikiPage({subreddit:e,page:t,revision:r},s)}static async getPageSettings(e,t,r){let o=await u.redditAPIPlugins.Wiki.GetWikiPageSettings({subreddit:e,page:t},r);return p(o.data,"Failed to get wiki page settings"),new jo(o.data,r)}static async updatePageSettings(e,t){let s=await u.redditAPIPlugins.Wiki.UpdateWikiPageSettings({subreddit:e.subredditName,page:e.page,listed:e.listed?"on":"",permlevel:e.permLevel},t);return p(s.data,"Failed to update wiki page settings"),new jo(s.data,t)}static async addEditor(e,t,r,s){await u.redditAPIPlugins.Wiki.AllowEditor({act:"add",subreddit:e,page:t,username:r},s)}static async removeEditor(e,t,r,s){await u.redditAPIPlugins.Wiki.AllowEditor({act:"del",subreddit:e,page:t,username:r},s)}};ge=new WeakMap,he=new WeakMap,fr=new WeakMap,yr=new WeakMap,br=new WeakMap,vr=new WeakMap,kr=new WeakMap,Cr=new WeakMap,Te=new WeakMap;var ue=we,Pr,Sr,wr,Fr,xr,Ir,rd=class{constructor(e,t){l(this,Pr);l(this,Sr);l(this,wr);l(this,Fr);l(this,xr);l(this,Ir);d(this,Pr,e.id),d(this,Sr,e.page),d(this,wr,new Date(e.timestamp)),p(e.author?.data,"Wiki page revision author details are missing"),d(this,Fr,new C(e.author.data,t)),d(this,xr,e.reason??""),d(this,Ir,e.revisionHidden??!1)}get id(){return n(this,Pr)}get page(){return n(this,Sr)}get date(){return n(this,wr)}get author(){return n(this,Fr)}get reason(){return n(this,xr)}get hidden(){return n(this,Ir)}toJSON(){return{id:n(this,Pr),page:n(this,Sr),date:n(this,wr),author:n(this,Fr).toJSON(),reason:n(this,xr),hidden:n(this,Ir)}}};Pr=new WeakMap,Sr=new WeakMap,wr=new WeakMap,Fr=new WeakMap,xr=new WeakMap,Ir=new WeakMap;var Ar,Tr,Er,jo=class{constructor(e,t){l(this,Ar);l(this,Tr);l(this,Er);d(this,Ar,e.listed),d(this,Tr,e.permLevel),d(this,Er,e.editors.map(r=>(p(r.data,"Wiki page editor details are missing"),new C(r.data,t))))}get listed(){return n(this,Ar)}get permLevel(){return n(this,Tr)}get editors(){return n(this,Er)}toJSON(){return{listed:n(this,Ar),permLevel:n(this,Tr),editors:n(this,Er).map(e=>e.toJSON())}}};Ar=new WeakMap,Tr=new WeakMap,Er=new WeakMap;function Og(i,e){return p(i.data?.children,"Wiki page revision listing is missing children"),{children:i.data.children.map(r=>new rd(r,e)),before:i.data.before,after:i.data.after}}var Mg=["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"],Ug=["border-image","border-image-source","behavior","expression","list-style-image","cursor","content"],Dg=["onload","onerror","onclick","onmouseover"];function Bg(i){return/xmlns=["']http:\/\/www\.w3\.org\/2000\/svg["']/.test(i)?i:i.replace(/<svg\b/,'<svg xmlns="http://www.w3.org/2000/svg"')}function Hc(i){if(i){if(!i.trim().startsWith("<svg")){console.log("The provided string is not a valid SVG.");return}try{let e=new RegExp(`<\\s*(${Mg.join("|")})\\b`,"gi"),t=new RegExp(`(${Ug.join("|")})\\s*:\\s*url\\s*\\((['"]?)(.*?)\\2\\)`,"gi"),r=new RegExp(`(${Dg.join("|")})\\s*(=\\s*(['"]?)(.*?)\\3)?`,"gi");i=i.trim().replace(/\s+/g," "),i=Bg(i);let s=i.match(e)||[],o=i.match(t)||[],a=i.match(r)||[],c=!1;return s.length>0&&(c=!0,console.warn(`Disallowed elements detected in SVG: ${s.map(m=>m.replace("<","")).join(", ")}`)),o.length>0&&(c=!0,console.warn(`Disallowed styles detected in SVG: ${o.map(m=>m.split(":")[0]).join(", ")}`)),a.length>0&&(c=!0,console.warn(`Disallowed attributes detected in SVG: ${a.map(m=>m.split("=")[0]).join(", ")}`)),c?void 0:i}catch{return}}}function _S(i,...e){let t="";return i.forEach((r,s)=>{t+=r;let o=e[s];o!==void 0&&(t+=`${o}`)}),t=Hc(t),t===void 0?"":`data:image/svg+xml;charset=UTF-8,${encodeURIComponent(t)}`}import{EffectType as Wc}from"@devvit/protos";import{WebViewVisibility as Ng}from"@devvit/protos";var jc="/api/";var Vc=i=>i===null||typeof i!="object"?!1:"scope"in i&&i.scope===0&&"type"in i&&i.type==="devvit-internal";var Rr,Rt,Bs,Or,si,Ns,Ls,nd=class{constructor(e,t){this.state={messageCount:0,isMounted:!1};l(this,Rr);l(this,Rt);l(this,Bs);l(this,Or);l(this,si);l(this,Ns);this.postMessage=e=>{try{let t=JSON.stringify(e);n(this,si).emitEffect(`postMessage${this.state.messageCount++}`,{type:Wc.EFFECT_WEB_VIEW,webView:{postMessage:{webViewId:n(this,Rr),app:{message:e,jsonString:t}}}})}catch(t){throw console.error(rt.caughtToString(t)),Error("Something went wrong. Please check the contents of your postMessage.")}};this.mount=()=>{if(this.state.isMounted){console.warn("Webview is already mounted!");return}let e=n(this,si)?.devvitContext?.assets,t;if(n(this,Rt).startsWith(jc))t=n(this,Rt);else{let r=n(this,Rt).replace(/[#?].*/,"");t=`${e.getURL(r,{webView:!0})}${n(this,Rt).slice(r.length)}`}if(!t)throw Error("useWebView fullscreen request failed; web view asset could not be found");n(this,Ls).call(this,!0,t)};this.unmount=()=>{n(this,Ls).call(this,!1,"")};l(this,Ls,(e,t)=>{n(this,si).emitEffect("fullscreen",{type:Wc.EFFECT_WEB_VIEW,webView:{fullscreen:{id:n(this,Rr),show:e,url:t}}})});d(this,Rt,t.url??"index.html"),d(this,Rr,e.hookId),d(this,Bs,t.onMessage),d(this,Or,t.onUnmount),d(this,si,e.context),d(this,Ns,e.invalidate)}onStateLoaded(){}async onUIEvent(e){if(e.webView?.fullScreen){let t=e.webView.fullScreen.visibility===Ng.WEBVIEW_VISIBLE;this.state.isMounted=t,n(this,Ns).call(this),!t&&n(this,Or)&&await n(this,Or).call(this,this)}else if(e.webView?.postMessage){let t=e.webView.postMessage.jsonString?JSON.parse(e.webView.postMessage.jsonString):e.webView.postMessage.message;if(Vc(t))return;await n(this,Bs).call(this,t,this)}}};Rr=new WeakMap,Rt=new WeakMap,Bs=new WeakMap,Or=new WeakMap,si=new WeakMap,Ns=new WeakMap,Ls=new WeakMap;function Lg(i){let e=me({namespace:"useWebView",initializer:t=>new nd(t,i)});return{postMessage:e.postMessage,mount:e.mount,unmount:e.unmount}}export{vh as ALL_ICON_NAMES,Hd as AboutLocations,Bc as AuthorFlairSettings,Eo as ButtonWidget,Ao as CalendarWidget,Y as Comment,Ro as CommunityListWidget,Mo as CustomWidget,Sh as DeletionReason,u as Devvit,wh as EventSource,ce as Flair,ne as FlairTemplate,rg as FlairType,tP as GalleryMediaStatus,qe as Hook,Io as ImageWidget,W as Listing,Fg as ModMailActionType,Sg as ModMailConversationState,Gs as ModMailService,ve as ModNote,G as Post,Nc as PostFlairSettings,Oo as PostFlairWidget,Ut as PrivateMessage,$t as RichTextBuilder,ee as RunAs,ze as SettingScope,bg as SocialLinkType,le as Subreddit,Uc as SubredditDescription,td as SubredditRulesWidget,Dc as SubredditWikiSettings,To as TextAreaWidget,C as User,ie as Widget,ue as WikiPage,Rg as WikiPagePermissionLevel,rd as WikiPageRevision,jo as WikiPageSettings,pn as convertUserFlairProtoToAPI,_d as getCurrentUsernameFromMetadata,Ws as getModerationLog,jd as getSubredditInfoById,Vd as getSubredditInfoByName,Wd as getSubredditLeaderboard,Ko as getSubredditNameById,Gd as getSubredditStyles,Jd as getVaultByAddress,zd as getVaultByUserId,_S as svg,Wp as useAsync,Ea as useChannel,Ia as useForm,Ma as useInterval,Na as useState,Lg as useWebView};
|
|
6
|
+
`))}static async getSnoovatarUrl(e,t){return(await Z.query("GetSnoovatarUrlByName","c47fd42345af268616d2d8904b56856acdc05cf61d3650380f539ad7d596ac0c",{username:e},t)).data?.redditorInfoByName?.snoovatarIcon?.url}static getOverview(e,t){let r=u.redditAPIPlugins.Users;return new V({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,async fetch(s){let o=await r.UserWhere({username:e.username,where:"overview",...s},t);return vg(o,t)}})}};En=new WeakMap,ar=new WeakMap,Rn=new WeakMap,On=new WeakMap,Mn=new WeakMap,Un=new WeakMap,Dn=new WeakMap,xt=new WeakMap,Bn=new WeakMap,Nn=new WeakMap,Ln=new WeakMap,De=new WeakMap;var C=ti;function vg(i,e){if(!i.data?.children)throw new Error("Listing response is missing children");return{children:i.data.children.map(r=>{if(r.kind==="t3")return new G(r.data,e);if(r.kind==="t1")return new Y(r.data,e);throw new Error(`Type ${r.kind} is not supported`)}),before:i.data.before,after:i.data.after}}async function kg(i,e,t){let r=u.redditAPIPlugins.Users;if(!i.data?.children)throw new Error("Listing response is missing children");let s=i.data.children.map(v=>(p(v.data?.id,"User id is still from listing data"),v.data.id)),o=100,a=[];for(let v=0;v<s.length;v+=o)a.push(s.slice(v,v+o));let m=(await Promise.all(a.map(v=>r.UserDataByAccountIds({ids:v.join(",")},t)))).reduce((v,f)=>({...v,...f.users}),{});return{children:i.data.children.map(v=>{let f=v.data?.id;p(f,"User id is missing from listing");let S=m[f];return p(S,"User data is missing from response"),new C({id:f,name:S.name,linkKarma:S.linkKarma,commentKarma:S.commentKarma,createdUtc:S.createdUtc,over18:S.profileOver18,snoovatarSize:[],modPermissions:{[e]:v.data?.modPermissions??[]}},t)}),before:i.data.before,after:i.data.after}}async function Rc(i,e){return(await u.redditAPIPlugins.Users.UserDataByAccountIds({ids:i},e))?.users?.[i]?.name}async function _d(i){p(i);let e=i?.[P.Username]?.values[0];if(e)return e;let t=i?.[P.User]?.values[0];if(t)return Rc(t,i)}var ii,_n,dr,lr,Hn,jn,ur,Wn,Vn,cr,It,Gn,Jn,ri,At,Tt,Ge,ni,Je,zn,$n,qn,Kn,Xn,Zn,Qn,Et,Q,Be,Fo,xo,W=class W{constructor(e,t){l(this,ii);l(this,_n);l(this,dr);l(this,lr);l(this,Hn);l(this,jn);l(this,ur);l(this,Wn);l(this,Vn);l(this,cr);l(this,It);l(this,Gn);l(this,Jn);l(this,ri);l(this,At);l(this,Tt);l(this,Ge);l(this,ni);l(this,Je);l(this,zn);l(this,$n);l(this,qn);l(this,Kn);l(this,Xn);l(this,Zn);l(this,Qn);l(this,Et);l(this,Q);var s;X(this),p(e.id,"Comment id is null or undefined"),p(e.body,"Comment body is null or undefined"),p(e.createdUtc,"Comment is missing created date"),p(e.author,"Comment author is null or undefined"),p(e.parentId,"Comment parentId is null or undefined"),p(e.linkId,"Comment linkId is null or undefined"),p(e.permalink,"Comment permalink is null or undefined"),p(e.subreddit,"Comment is missing subreddit name"),p(e.subredditId,"Comment is missing subreddit id"),d(this,ii,yi(`t1_${e.id}`)),d(this,_n,e.authorFullname?te(e.authorFullname):void 0),d(this,dr,e.author),d(this,lr,e.body),d(this,Wn,K(e.subredditId)),d(this,Vn,e.subreddit),d(this,jn,qo(e.parentId)?yi(e.parentId):de(e.parentId)),d(this,ur,de(e.linkId)),d(this,ri,e.edited??!1),d(this,At,e.locked??!1),d(this,Tt,e.removed??!1),d(this,Ge,e.stickied??!1),d(this,It,e.approved??!1),d(this,Gn,e.approvedAtUtc??0),d(this,Jn,e.bannedAtUtc??0),d(this,ni,e.spam??!1),d(this,Je,e.distinguished),d(this,zn,e.numReports??0),d(this,$n,e.collapsedBecauseCrowdControl??!1),d(this,qn,e.score??0),d(this,Kn,e.permalink),d(this,Qn,new URL(e.permalink??"","https://www.reddit.com/").toString()),d(this,Et,e.ignoreReports??!1),d(this,Xn,(e.modReports??[]).map(([o])=>o)),d(this,Zn,(e.userReports??[]).map(([o])=>o));let r=new Date(0);r.setUTCSeconds(e.createdUtc),d(this,Hn,r),d(this,cr,h(s=W,Be,Fo).call(s,{postId:n(this,ur),commentId:n(this,ii)},t)),d(this,Q,t)}get id(){return n(this,ii)}get authorId(){return n(this,_n)}get authorName(){return n(this,dr)}get subredditId(){return n(this,Wn)}get subredditName(){return n(this,Vn)}get body(){return n(this,lr)}get createdAt(){return n(this,Hn)}get parentId(){return n(this,jn)}get postId(){return n(this,ur)}get replies(){return n(this,cr)}get distinguishedBy(){return n(this,Je)}get locked(){return n(this,At)}get stickied(){return n(this,Ge)}get removed(){return n(this,Tt)}get approved(){return n(this,It)}get approvedAtUtc(){return n(this,Gn)}get bannedAtUtc(){return n(this,Jn)}get spam(){return n(this,ni)}get edited(){return n(this,ri)}get numReports(){return n(this,zn)}get collapsedBecauseCrowdControl(){return n(this,$n)}get score(){return n(this,qn)}get permalink(){return n(this,Kn)}get userReportReasons(){return n(this,Zn)}get modReportReasons(){return n(this,Xn)}get url(){return n(this,Qn)}get ignoringReports(){return n(this,Et)}toJSON(){return{id:this.id,authorName:this.authorName,subredditId:this.subredditId,subredditName:this.subredditName,body:this.body,createdAt:this.createdAt,parentId:this.parentId,postId:this.postId,replies:this.replies,approved:this.approved,locked:this.locked,removed:this.removed,stickied:this.stickied,spam:this.spam,edited:this.edited,distinguishedBy:this.distinguishedBy,numReports:this.numReports,collapsedBecauseCrowdControl:this.collapsedBecauseCrowdControl,score:this.score,permalink:this.permalink,modReportReasons:this.modReportReasons,userReportReasons:this.userReportReasons,url:this.url,ignoringReports:this.ignoringReports}}isLocked(){return n(this,At)}isApproved(){return n(this,It)}isRemoved(){return n(this,Tt)}isSpam(){return n(this,ni)}isStickied(){return n(this,Ge)}isDistinguished(){return!!n(this,Je)}isEdited(){return n(this,ri)}isIgnoringReports(){return n(this,Et)}async delete(){return W.delete(this.id,n(this,Q))}async edit(e){let t=await W.edit({id:this.id,...e},n(this,Q));return d(this,lr,t.body),d(this,ri,t.edited),this}async approve(){await W.approve(this.id,n(this,Q)),d(this,It,!0),d(this,Tt,!1)}async remove(e=!1){await W.remove(this.id,e,n(this,Q)),d(this,Tt,!0),d(this,ni,e),d(this,It,!1)}async lock(){await W.lock(this.id,n(this,Q)),d(this,At,!0)}async unlock(){await W.unlock(this.id,n(this,Q)),d(this,At,!1)}async reply(e){return W.submit({id:this.id,...e},n(this,Q))}async getAuthor(){return C.getByUsername(n(this,dr),n(this,Q))}async distinguish(e=!1){let{distinguishedBy:t,stickied:r}=await W.distinguish(this.id,e,!1,n(this,Q));d(this,Je,t),d(this,Ge,r)}async distinguishAsAdmin(e=!1){let{distinguishedBy:t,stickied:r}=await W.distinguish(this.id,e,!0,n(this,Q));d(this,Je,t),d(this,Ge,r)}async undistinguish(){let{distinguishedBy:e,stickied:t}=await W.undistinguish(this.id,n(this,Q));d(this,Je,e),d(this,Ge,t)}async ignoreReports(){await W.ignoreReports(this.id,n(this,Q)),d(this,Et,!0)}async unignoreReports(){await W.unignoreReports(this.id,n(this,Q)),d(this,Et,!1)}addRemovalNote(e){return ve.addRemovalNote({itemIds:[n(this,ii)],...e},n(this,Q))}static async getById(e,t){let r=u.redditAPIPlugins.LinksAndComments,s=Ye(e)?e:`t1_${e}`,o=await r.Info({subreddits:[],thingIds:[s]},t);if(!o.data?.children?.[0]?.data)throw new Error("not found");return new W(o.data.children[0].data,t)}static getComments(e,t){var a;let{postId:r,commentId:s,...o}=e;return h(a=W,Be,Fo).call(a,{postId:de(r),commentId:s?yi(s):void 0,...o},t)}static async edit(e,t){let r=u.redditAPIPlugins.LinksAndComments,{id:s}=e,o;"richtext"in e&&(o=Li(e.richtext));let a=await r.EditUserText({thingId:s,text:"text"in e?e.text:"",richtextJson:o,runAs:ee.APP},t);if(a.json?.errors?.length)throw new Error("Failed to edit comment");let c=a.json?.data?.things?.[0]?.data;return p(c),new W(c,t)}static async delete(e,t){await u.redditAPIPlugins.LinksAndComments.Del({id:e},t)}static async approve(e,t){await u.redditAPIPlugins.Moderation.Approve({id:e},t)}static async remove(e,t=!1,r){await u.redditAPIPlugins.Moderation.Remove({id:e,spam:t},r)}static async lock(e,t){await u.redditAPIPlugins.LinksAndComments.Lock({id:e},t)}static async unlock(e,t){await u.redditAPIPlugins.LinksAndComments.Unlock({id:e},t)}static async submit(e,t){let{runAs:r="APP"}=e,s=ee[r],o=s===ee.USER?u.userActionsPlugin:u.redditAPIPlugins.LinksAndComments,{id:a}=e;s===ee.USER&&u.assertUserScope(Cg.SUBMIT_COMMENT);let c;"richtext"in e&&(c=Li(e.richtext));let m=await o.Comment({thingId:a,text:"text"in e?e.text:"",richtextJson:c,runAs:s},t);if(m.json?.errors?.length)throw new Error("failed to reply to comment");let y=m.json?.data?.things?.[0]?.data;return p(y),new W(y,t)}static async distinguish(e,t,r,s){let c=(await u.redditAPIPlugins.Moderation.Distinguish({id:e,how:r?"admin":"yes",sticky:t},s)).json?.data?.things?.[0]?.data;return p(c),{distinguishedBy:c.distinguished,stickied:!!c.stickied}}static async undistinguish(e,t){let o=(await u.redditAPIPlugins.Moderation.Distinguish({id:e,how:"no",sticky:!1},t)).json?.data?.things?.[0]?.data;return p(o),{distinguishedBy:o.distinguished,stickied:!!o.stickied}}static getCommentsByUser(e,t){let r=u.redditAPIPlugins.Users;return new V({hasMore:!0,before:e.before,after:e.after,pageSize:e.pageSize,limit:e.limit,async fetch(s){let o=await r.UserWhere({username:e.username,where:"comments",...s},t);return p(o.data,"Failed to get comments for user"),{children:o.data.children?.map(c=>new W(c.data,t))||[],before:o.data.before,after:o.data.after}}})}static async ignoreReports(e,t){await u.redditAPIPlugins.Moderation.IgnoreReports({id:e},t)}static async unignoreReports(e,t){await u.redditAPIPlugins.Moderation.UnignoreReports({id:e},t)}};ii=new WeakMap,_n=new WeakMap,dr=new WeakMap,lr=new WeakMap,Hn=new WeakMap,jn=new WeakMap,ur=new WeakMap,Wn=new WeakMap,Vn=new WeakMap,cr=new WeakMap,It=new WeakMap,Gn=new WeakMap,Jn=new WeakMap,ri=new WeakMap,At=new WeakMap,Tt=new WeakMap,Ge=new WeakMap,ni=new WeakMap,Je=new WeakMap,zn=new WeakMap,$n=new WeakMap,qn=new WeakMap,Kn=new WeakMap,Xn=new WeakMap,Zn=new WeakMap,Qn=new WeakMap,Et=new WeakMap,Q=new WeakMap,Be=new WeakSet,Fo=function(e,t,r=0){return new V({limit:e.limit,pageSize:e.pageSize,fetch:async s=>{var S,b;let o=s.limit,a=u.redditAPIPlugins.Listings,c=u.redditAPIPlugins.LinksAndComments,m=e.commentId;if(s.more)if(s.more.children.length){let _=s.more;(!o||o>100)&&(o=100);let I=_.children.splice(0,o),N=await c.MoreChildren({linkId:e.postId,children:I,sort:e.sort},t);if(!N.json?.data?.things?.length)return{children:[]};let{children:B}=h(S=W,Be,xo).call(S,N.json.data.things,e.postId,e,t);return{children:B,more:_.children.length?_:void 0}}else m=s.more.parentId,r=r+s.more.depth;let v=(await a.Comments({article:e.postId.substring(3),comment:m?.substring(3),limit:o,depth:e.depth,sort:e.sort},t)).listings?.[1]?.data?.children??[],f=v[0];return m&&f?.data?.replyList?.data&&(v=f.data.replyList.data.children),h(b=W,Be,xo).call(b,v,m??e.postId,e,t,r)}})},xo=function(e,t,r,s,o=0){var y,v;let a=[],c,m={};for(let f of e){if(!f.data||(f.data.depth!=null&&(f.data.depth=f.data.depth+o),f.data.depth!=null&&r.depth!=null&&f.data.depth>=r.depth))continue;let S=f.data.parentId?m[f.data.parentId]:void 0;if(f.kind==="t1"){if(f.data.name===t)continue;let b=new W(f.data,s);if(m[b.id]=b,d(b,cr,h(y=W,Be,Fo).call(y,{...r,postId:b.postId,commentId:b.id},s,o)),"replyList"in f.data&&f.data.replyList?.data){let{children:_,more:I}=h(v=W,Be,xo).call(v,f.data.replyList.data.children,b.id,r,s,o);_.length&&b.replies.children.push(..._),I&&b.replies.setMore(I)}b.replies.preventInitialFetch(),S?S.replies.children.push(b):a.push(b)}else if(f.kind==="more"&&f.data.parentId&&f.data.depth!=null){let b={parentId:qo(f.data.parentId)?yi(f.data.parentId):de(f.data.parentId),children:f.data.children??[],depth:f.data.depth};S?S.replies.setMore(b):b.parentId===t&&(c=b)}}return{children:a,more:c}},l(W,Be);var Y=W;function Vs(i,e){let t=u.redditAPIPlugins.Moderation;return new V({hasMore:!0,after:i.after,before:i.before,limit:i.limit,pageSize:i.pageSize,fetch:async r=>{let s=await t.AboutLog({subreddit:i.subredditName,mod:i.moderatorUsernames?i.moderatorUsernames.join(","):void 0,type:i.type,...r},e);return Pg(s)}})}function Pg(i){if(!i.data?.children)throw new Error("AboutLogResponse is missing children");return{children:i.data.children.map(t=>{if(!t.data)throw new Error("ModAction from AboutLogResponse is missing or invalid");let{id:r,mod:s,modId36:o,createdUtc:a,subreddit:c,subredditNamePrefixed:m,action:y,srId36:v,description:f,details:S,targetAuthor:b,targetBody:_,targetFullname:I,targetPermalink:N,targetTitle:B}=t.data;p(r,"ModAction from AboutLogResponse is missing id"),p(s,"ModAction from AboutLogResponse is missing mod"),p(o,"ModAction from AboutLogResponse is missing modId36"),p(a,"ModAction from AboutLogResponse is missing createdUtc"),p(c,"ModAction from AboutLogResponse is missing subreddit"),p(m,"ModAction from AboutLogResponse is missing subredditNamePrefixed"),p(y,"ModAction from AboutLogResponse is missing action"),p(v,"ModAction from AboutLogResponse is missing srId36");let oi=new Date(0);return oi.setUTCSeconds(a),{id:r,type:y,moderatorName:s,moderatorId:`t2_${o}`,createdAt:oi,subredditName:c,subredditId:`t5_${v}`,description:f,details:S,target:I?{id:I,author:b,body:_,permalink:N,title:B}:void 0}}),after:i.data.after,before:i.data.before}}import"@devvit/protos";var Sg=(a=>(a.New="New",a.InProgress="InProgress",a.Archived="Archived",a.Appeals="Appeals",a.JoinRequests="JoinRequests",a.Filtered="Filtered",a))(Sg||{}),wg={0:"New",1:"InProgress",2:"Archived",3:"Appeals",4:"JoinRequests",5:"Filtered"},Fg=(b=>(b.Highlighted="Highlighted",b.Unhighlighted="Unhighlighted",b.Archived="Archived",b.Unarchived="Unarchived",b.ReportedToAdmins="ReportedToAdmins",b.Muted="Muted",b.Unmuted="Unmuted",b.Banned="Banned",b.Unbanned="Unbanned",b.Approved="Approved",b.Disapproved="Disapproved",b.Filtered="Filtered",b.Unfiltered="Unfiltered",b))(Fg||{}),xg={0:"Highlighted",1:"Unhighlighted",2:"Archived",3:"Unarchived",4:"ReportedToAdmins",5:"Muted",6:"Unmuted",7:"Banned",8:"Unbanned",9:"Approved",10:"Disapproved",11:"Filtered",12:"Unfiltered"},L,J,re,Oc,Mc,Gs=class{constructor(e){l(this,J);l(this,L);this.notificationSubjectPrefix="[notification]";d(this,L,e)}async bulkReadConversations(e,t){let r=u.redditAPIPlugins.NewModmail,{conversationIds:s}=await r.BulkReadConversations({entity:e.join(","),state:t},n(this,L));return s}async getConversations(e){let r=await u.redditAPIPlugins.NewModmail.GetConversations({after:e.after,entity:e.subreddits?e.subreddits.join(","):void 0,limit:e.limit,sort:e.sort,state:e.state},n(this,L)),s={};for(let o in r.conversations)s[o]=h(this,J,re).call(this,{protoConversation:r.conversations[o],protoMessages:r.messages,protoModActions:{}});return{conversations:s,viewerId:r.viewerId,conversationIds:r.conversationIds}}async getConversation(e){let r=await u.redditAPIPlugins.NewModmail.GetConversation({...e,markRead:!!e.markRead},n(this,L));return{participantSubreddit:r.participantSubreddit,conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async getSubreddits(){let e=u.redditAPIPlugins.NewModmail,{subreddits:t}=await e.Subreddits({},n(this,L));return t}async createConversation(e){let r=await u.redditAPIPlugins.NewModmail.CreateConversation({body:e.body,isAuthorHidden:e.isAuthorHidden??!1,srName:e.subredditName,subject:e.subject,to:e.to?e.to:void 0},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async createModDiscussionConversation(e){return Ya({subject:e.subject,bodyMarkdown:e.bodyMarkdown,subredditId:K(e.subredditId),isInternal:!0,participantType:"MODERATOR",conversationType:"INTERNAL"},n(this,L))}async createModInboxConversation(e){return Ya({subject:e.subject,bodyMarkdown:e.bodyMarkdown,subredditId:K(e.subredditId),isInternal:!1,participantType:"PARTICIPANT_USER",conversationType:"SR_USER"},n(this,L))}async createModNotification(e){let t=e.subject;return e.subject.startsWith(this.notificationSubjectPrefix)||(t=`${this.notificationSubjectPrefix} ${e.subject}`),Ya({subject:t,bodyMarkdown:e.bodyMarkdown,subredditId:K(e.subredditId),isInternal:!1,participantType:"PARTICIPANT_USER",conversationType:"SR_USER"},n(this,L))}async reply(e){let r=await u.redditAPIPlugins.NewModmail.CreateConversationMessage({body:e.body,conversationId:e.conversationId,isAuthorHidden:e.isAuthorHidden??!1,isInternal:e.isInternal??!1},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:{}}),user:r.user}}async highlightConversation(e){let r=await u.redditAPIPlugins.NewModmail.HighlightConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions})}}async unhighlightConversation(e){let r=await u.redditAPIPlugins.NewModmail.UnhighlightConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions})}}async archiveConversation(e){let r=await u.redditAPIPlugins.NewModmail.ArchiveConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions})}}async unarchiveConversation(e){let r=await u.redditAPIPlugins.NewModmail.UnarchiveConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversation,protoMessages:r.messages,protoModActions:r.modActions})}}async muteConversation(e){let r=await u.redditAPIPlugins.NewModmail.MuteConversation({conversationId:e.conversationId,numHours:e.numHours},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async unmuteConversation(e){let r=await u.redditAPIPlugins.NewModmail.UnmuteConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async readConversations(e){await u.redditAPIPlugins.NewModmail.Read({conversationIds:e.join(",")},n(this,L))}async unreadConversations(e){await u.redditAPIPlugins.NewModmail.Unread({conversationIds:e.join(",")},n(this,L))}async approveConversation(e){let r=await u.redditAPIPlugins.NewModmail.ApproveConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async disapproveConversation(e){let r=await u.redditAPIPlugins.NewModmail.DisapproveConversation({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async tempBanConversation(e){let r=await u.redditAPIPlugins.NewModmail.TempBan({...e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async unbanConversation(e){let r=await u.redditAPIPlugins.NewModmail.Unban({conversationId:e},n(this,L));return{conversation:h(this,J,re).call(this,{protoConversation:r.conversations,protoMessages:r.messages,protoModActions:r.modActions}),user:r.user}}async getUnreadCount(){return await u.redditAPIPlugins.NewModmail.UnreadCount({},n(this,L))}async getUserConversations(e){return await u.redditAPIPlugins.NewModmail.UserConversations({conversationId:e},n(this,L))}};L=new WeakMap,J=new WeakSet,re=function({protoConversation:e,protoMessages:t,protoModActions:r}){return{...e,state:wg[e.state],messages:h(this,J,Oc).call(this,e,t),modActions:h(this,J,Mc).call(this,e,r)}},Oc=function(e,t){let r={},s=e.objIds.filter(o=>o.key==="messages").map(({id:o})=>o);for(let o of s){let a=t[o];a&&(r[o]=a)}return r},Mc=function(e,t){let r={},s=e.objIds.filter(o=>o.key==="modActions").map(({id:o})=>o);for(let o of s){let a=t[o];a&&(r[o]={...a,actionType:xg[a.actionTypeId]})}return r};async function Ya(i,e){let t=e[P.AppUser]?.values[0],o=await Z.query("CreateModmailConversation","5f9ae20b0c7bdffcafb80241728a72e67cd4239bc09f67284b79d4aa706ee0e5",{subject:i.subject,bodyMarkdown:i.bodyMarkdown,subredditId:i.subredditId,authorId:t,isInternal:i.isInternal,participantType:i.participantType,conversationType:i.conversationType},e);if(o.data?.createModmailConversationV2?.ok)return o.data?.createModmailConversationV2?.conversationId;throw new Error("modmail conversation creation failed; ${response.data?.createModmailConversationV2?.errors[0].message}")}var mr,pr,Yn,es,ts,is,ed=class ed{constructor(e,t){l(this,mr);l(this,pr);l(this,Yn);l(this,es);l(this,ts);l(this,is);if(X(this),p(e.id,"PrivateMessage: Invalid data, no id"),p(e.name,"PrivateMessage: Invalid data, no name"),p(e.created,"PrivateMessage: Invalid data, no created date"),d(this,mr,be(e.name)),e.author!=null)d(this,pr,{type:"user",username:e.author,id:e.authorFullname?te(e.authorFullname):void 0});else if(e.subreddit!=null)d(this,pr,{type:"subreddit",name:e.subreddit,id:e.subredditId?K(e.subredditId):void 0});else throw new Error("PrivateMessage: Invalid data, no author or subreddit");d(this,Yn,e.body??""),d(this,es,e.bodyHtml??"");let r=new Date(0);r.setUTCSeconds(e.createdUtc),d(this,ts,r),d(this,is,t)}static async getMessages(e,t){let r=u.redditAPIPlugins.PrivateMessages;return new V({...e,fetch:async s=>{let o=await r.MessageWhere({...s,where:e.type??"inbox"},t);return{after:o.data?.after,before:o.data?.before,children:o.data?.children?.map(a=>new ed(a.data,t)).filter(Boolean)||[]}}})}static async send({to:e,subject:t,text:r},s){await u.redditAPIPlugins.PrivateMessages.Compose({to:e,subject:t,text:r,fromSr:""},s)}static async sendAsSubreddit({to:e,fromSubredditName:t,subject:r,text:s},o){await u.redditAPIPlugins.PrivateMessages.Compose({to:e,fromSr:t,subject:r,text:s},o)}static async markAllAsRead(e){await u.redditAPIPlugins.PrivateMessages.ReadAllMessages({filterTypes:""},e)}get id(){return n(this,mr)}get from(){return n(this,pr)}get body(){return n(this,Yn)}get bodyHtml(){return n(this,es)}get created(){return n(this,ts)}async markAsRead(){await u.redditAPIPlugins.PrivateMessages.ReadMessage({id:n(this,mr)},n(this,is))}};mr=new WeakMap,pr=new WeakMap,Yn=new WeakMap,es=new WeakMap,ts=new WeakMap,is=new WeakMap;var Ut=ed;var Hd=(o=>(o.Reports="reports",o.Spam="spam",o.Modqueue="modqueue",o.Unmoderated="unmoderated",o.Edited="edited",o))(Hd||{}),Uc=class{},Dc=class{},Bc=class{},Nc=class{},gr,x,rs,ns,ss,os,as,ds,ls,us,cs,hr,R,Ae=class Ae{constructor(e,t){l(this,gr);l(this,x);l(this,rs);l(this,ns);l(this,ss);l(this,os);l(this,as);l(this,ds);l(this,ls);l(this,us);l(this,cs);l(this,hr);l(this,R);X(this),p(e.id,"Subreddit id is missing or undefined"),p(e.displayName,"Subreddit name is missing or undefined"),d(this,gr,K(`t5_${e.id}`)),d(this,x,e.displayName),p(e.createdUtc,"Subreddit is missing created date");let r=new Date(0);r.setUTCSeconds(e.createdUtc),d(this,rs,r),d(this,ns,Ig(e.subredditType)),d(this,ss,e.title),d(this,os,e.description),p(e.lang,"Subreddit is missing language"),d(this,as,e.lang),d(this,ds,e.subscribers??0),d(this,ls,e.activeUserCount??0),d(this,us,e.over18??!1),d(this,hr,e.url??""),d(this,cs,{acceptFollowers:e.acceptFollowers??!1,allOriginalContent:e.allOriginalContent??!1,allowChatPostCreation:e.allowChatPostCreation??!1,allowDiscovery:e.allowDiscovery??!1,allowGalleries:e.allowGalleries??!1,allowImages:e.allowImages??!1,allowPolls:e.allowPolls??!1,allowPredictionContributors:e.allowPredictionContributors??!1,allowPredictions:e.allowPredictions??!1,allowPredictionsTournament:e.allowPredictionsTournament??!1,allowTalks:e.allowTalks??!1,allowVideoGifs:e.allowVideogifs??!1,allowVideos:e.allowVideos??!1,chatPostEnabled:e.isChatPostFeatureEnabled??!1,collectionsEnabled:e.collectionsEnabled??!1,crosspostable:e.isCrosspostableSubreddit??!1,emojisEnabled:e.emojisEnabled??!1,eventPostsEnabled:e.eventPostsEnabled??!1,linkFlairEnabled:e.linkFlairEnabled??!1,originalContentTagEnabled:e.originalContentTagEnabled??!1,restrictCommenting:e.restrictCommenting??!1,restrictPosting:e.restrictPosting??!1,shouldArchivePosts:e.shouldArchivePosts??!1,spoilersEnabled:e.spoilersEnabled??!1,wikiEnabled:e.wikiEnabled??!1,allowedPostType:Ag(e.submissionType),allowedMediaInComments:(e.allowedMediaInComments??[]).map(Tg),bannerBackgroundColor:e.bannerBackgroundColor,bannerBackgroundImage:e.bannerBackgroundImage,bannerImage:e.bannerImg,communityIcon:e.communityIcon,headerTitle:e.headerTitle,keyColor:e.keyColor,mobileBannerImage:e.mobileBannerImage,primaryColor:e.primaryColor,userFlairs:{enabled:e.userFlairEnabledInSr??!1,usersCanAssign:e.canAssignUserFlair??!1,userFlairBackgroundColor:e.userFlairBackgroundColor,userFlairTextColor:e.userFlairTextColor},postFlairs:{enabled:e.linkFlairEnabled??!1,usersCanAssign:e.canAssignLinkFlair??!1},url:new URL(n(this,hr),"https://www.reddit.com").toString()}),d(this,R,t)}get id(){return n(this,gr)}get name(){return n(this,x)}get createdAt(){return n(this,rs)}get type(){return n(this,ns)}get title(){return n(this,ss)}get description(){return n(this,os)}get language(){return n(this,as)}get numberOfSubscribers(){return n(this,ds)}get numberOfActiveUsers(){return n(this,ls)}get nsfw(){return n(this,us)}get settings(){return n(this,cs)}get userFlairsEnabled(){return this.settings.userFlairs.enabled}get postFlairsEnabled(){return this.settings.postFlairs.enabled}get usersCanAssignUserFlairs(){return this.settings.userFlairs.usersCanAssign}get usersCanAssignPostFlairs(){return this.settings.postFlairs.usersCanAssign}get url(){return this.settings.url}get permalink(){return n(this,hr)}toJSON(){return{id:this.id,name:this.name,createdAt:this.createdAt,type:this.type,title:this.title,description:this.description,language:this.language,nsfw:this.nsfw,numberOfSubscribers:this.numberOfSubscribers,numberOfActiveUsers:this.numberOfActiveUsers,settings:this.settings}}async submitPost(e){let t={...e,subredditName:n(this,x)};return G.submit(t,n(this,R))}getControversialPosts(e={}){if(!n(this,x))throw new Error("subreddit missing displayName - it might not have been fetched");return G.getControversialPosts({...e,subredditName:n(this,x)},n(this,R))}getTopPosts(e={}){if(!n(this,x))throw new Error("subreddit missing displayName - it might not have been fetched");return G.getTopPosts({...e,subredditName:n(this,x)},n(this,R))}getApprovedUsers(e={}){return C.getSubredditUsersByType({type:"contributors",subredditName:n(this,x),...e},n(this,R))}approveUser(e){return C.createRelationship({username:e,subredditName:n(this,x),type:"contributor"},n(this,R))}removeUser(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"contributor"},n(this,R))}getWikiContributors(e={}){return C.getSubredditUsersByType({type:"wikicontributors",subredditName:n(this,x),...e},n(this,R))}addWikiContributor(e){return C.createRelationship({username:e,subredditName:n(this,x),type:"wikicontributor"},n(this,R))}removeWikiContributor(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"wikicontributor"},n(this,R))}getBannedUsers(e={}){return C.getSubredditUsersByType({type:"banned",subredditName:n(this,x),...e},n(this,R))}banUser(e){return C.createRelationship({username:e.username,subredditName:n(this,x),type:"banned",banReason:e.reason,banMessage:e.message,note:e.note,duration:e.duration,banContext:e.context},n(this,R))}unbanUser(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"banned"},n(this,R))}getBannedWikiContributors(e={}){return C.getSubredditUsersByType({type:"wikibanned",subredditName:n(this,x),...e},n(this,R))}banWikiContributor(e){return C.createRelationship({username:e.username,subredditName:n(this,x),type:"wikibanned",banReason:e.reason,note:e.note,duration:e.duration},n(this,R))}unbanWikiContributor(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"wikibanned"},n(this,R))}getModerators(e={}){return C.getSubredditUsersByType({type:"moderators",subredditName:n(this,x),...e},n(this,R))}inviteModerator(e,t){return C.createRelationship({type:"moderator_invite",subredditName:n(this,x),username:e,permissions:t??[]},n(this,R))}revokeModeratorInvite(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"moderator_invite"},n(this,R))}removeModerator(e){return C.removeRelationship({type:"moderator",subredditName:n(this,x),username:e},n(this,R))}setModeratorPermissions(e,t){return C.setModeratorPermissions(e,n(this,x),t,n(this,R))}getMutedUsers(e={}){return C.getSubredditUsersByType({type:"muted",subredditName:n(this,x),...e},n(this,R))}muteUser(e,t){return C.createRelationship({username:e,subredditName:n(this,x),type:"muted",note:t},n(this,R))}unmuteUser(e){return C.removeRelationship({username:e,subredditName:n(this,x),type:"muted"},n(this,R))}getModerationLog(e){return Vs({subredditName:n(this,x),...e},n(this,R))}getUserFlairTemplates(){return ne.getUserFlairTemplates(n(this,x),n(this,R))}getPostFlairTemplates(){return ne.getPostFlairTemplates(n(this,x),n(this,R))}createPostFlairTemplate(e){return ne.createPostFlairTemplate({subredditName:n(this,x),...e},n(this,R))}createUserFlairTemplate(e){return ne.createUserFlairTemplate({subredditName:n(this,x),...e},n(this,R))}async getUserFlair(e){if(e?.usernames!==void 0)return{users:await Promise.all(e.usernames.map(async r=>{let s=await ce.getUserFlairBySubreddit({subreddit:n(this,x),name:r},n(this,R));return pn(s.users[0])}))};{let t=await ce.getUserFlairBySubreddit({...e,subreddit:n(this,x)},n(this,R));return{next:t.next,prev:t.prev,users:t.users.map(r=>pn(r))}}}getModQueue(e={type:"all"}){return Ae.aboutLocation({...e,location:"modqueue",subreddit:n(this,x)},n(this,R))}getReports(e={type:"all"}){return Ae.aboutLocation({...e,location:"reports",subreddit:n(this,x)},n(this,R))}getSpam(e={type:"all"}){return Ae.aboutLocation({...e,location:"spam",subreddit:n(this,x)},n(this,R))}getUnmoderated(e={type:"all"}){return Ae.aboutLocation({...e,location:"unmoderated",subreddit:n(this,x)},n(this,R))}getEdited(e={type:"all"}){return Ae.aboutLocation({...e,location:"edited",subreddit:n(this,x)},n(this,R))}static aboutLocation(e,t){let r=u.redditAPIPlugins.Moderation,s;switch(e.type){case"post":s="links";break;case"comment":s="comments";break;default:s=void 0}return new V({...e,fetch:async o=>{let a=await r.AboutLocation({...o,...e,only:s},t);return Lc(a,t)}})}getCommentsAndPostsByIds(e){let t=u.redditAPIPlugins.LinksAndComments;return new V({fetch:async()=>{let r=await t.Info({thingIds:e,subreddits:[n(this,gr)]},n(this,R));return Lc(r,n(this,R))}})}static async addRemovalReason(e,t,r,s){return(await u.redditAPIPlugins.Subreddits.SubredditAddRemovalReason({title:t,message:r,subreddit:e},s)).id}static async getRemovalReasons(e,t){let s=await u.redditAPIPlugins.Subreddits.SubredditGetRemovalReasons({subreddit:e},t);return s.order.map(o=>({...s.data[o]}))}static async getFromMetadata(e){p(e);let t=e?.[P.SubredditName]?.values[0];if(t)return Ae.getByName(t,e);let r=e?.[P.Subreddit]?.values[0];return p(r),Ae.getById(K(r),e)}static async getById(e,t){let r=await Ko(e,t);if(r)return Ae.getByName(r,t)}static async getByName(e,t){let s=await u.redditAPIPlugins.Subreddits.SubredditAbout({subreddit:e},t);if(!s?.data)throw new Error("not found");return new Ae(s.data,t)}};gr=new WeakMap,x=new WeakMap,rs=new WeakMap,ns=new WeakMap,ss=new WeakMap,os=new WeakMap,as=new WeakMap,ds=new WeakMap,ls=new WeakMap,us=new WeakMap,cs=new WeakMap,hr=new WeakMap,R=new WeakMap;var le=Ae;async function jd(i,e){let o=(await Z.query("GetSubredditInfoById","315a9b75c22a017d526afdf2d274616946156451aacfd56dfb91e7ad3f7a2fde",{id:i},e)).data?.subredditInfoById;if(!o)throw new Error("subreddit info not found");return o}async function Wd(i,e){let o=(await Z.query("GetSubredditInfoByName","4aa69726c7e3f5d33ab2bee22b3d74fce645824fddd5ea3ec6dfe30bdb4295cb",{name:i},e)).data?.subredditInfoByName;if(!o)throw new Error("subreddit info not found");return o}async function Vd(i,e){let o=(await Z.query("GetSubredditLeaderboard","18ead70c46b6446d45ecd8b679b16d9a929a933d6ef25d8262a459cb18b72848",{id:i},e)).data?.subredditInfoById?.leaderboard;if(!o)throw new Error("subreddit leaderboard not found");if(!o.summary)throw new Error("subreddit leaderboard summary not found");return{id:o.id,summary:o.summary}}async function Gd(i,e){let o=(await Z.query("GetSubredditStyles","d491d17ea8858f563ea578b26b9595d64adecf4bf34557d567c7e53c470f5f22",{id:i},e)).data?.subredditInfoById?.styles;if(!o)throw new Error("subreddit styles not found");return o}function Ig(i){if(i==="public"||i==="private"||i==="restricted"||i==="employees_only"||i==="gold_only"||i==="gold_restricted"||i==="archived"||i==="user")return i;throw new Error(`invalid subreddit type: ${i}`)}function Ag(i){if(i==="any"||i==="link"||i==="self")return i;throw new Error(`invalid allowed post type: ${i}`)}function Tg(i){if(i==="animated"||i==="giphy"||i==="static"||i==="expression")return i;throw new Error(`invalid comment media type: ${i}`)}function Lc(i,e){let r=(i.data?.children??[]).map(a=>{let c=s(a);if(c!=null)return c;let m=o(a);return m??null}).filter(Boolean);return{after:i.data?.after,before:i.data?.before,children:r};function s(a){try{return new G(a.data,e)}catch{return null}}function o(a){try{return new Y(a.data,e)}catch{return null}}}async function Ko(i,e){return(await u.redditAPIPlugins.LinksAndComments.Info({thingIds:[i],subreddits:[]},e)).data?.children[0]?.data?.displayName}async function Jd(i,e){return _c("GetVaultContactByAddress","3e2f7966a5c120e64fd2795d06a46595c52d988185be98d3ed71c3f81ae80d2e",{provider:"ethereum",address:i},e)}async function zd(i,e){return _c("GetVaultContactByUserId","a854ddc19d0e22c4f36ed917fdbd568f299f3571427e393aee5e2972080fffe9",{provider:"ethereum",userId:i},e)}async function _c(i,e,t,r){let o=(await Z.query(i,e,t,r))?.data?.vault?.contact;return{provider:o?.provider,userId:te(o?.userId),address:o?.address,createdAt:o?.createdAt,isActive:o?.isActive}}import{CommunityListWidget_CommunityData as Eg,GetWidgetsResponse_WidgetItem as ae}from"@devvit/protos";var ms,ps,gs,hs,id=class id{constructor(e,t,r){l(this,ms);l(this,ps);l(this,gs);l(this,hs);X(this),d(this,ms,e.id),d(this,ps,e.shortName),d(this,gs,t),d(this,hs,r)}get id(){return n(this,ms)}get name(){return n(this,ps)}get subredditName(){return n(this,gs)}toJSON(){return{id:this.id,name:this.name,subredditName:this.subredditName}}delete(){return id.delete(this.subredditName,this.id,n(this,hs))}static async getWidgets(e,t){let s=await u.redditAPIPlugins.Widgets.GetWidgets({subreddit:e},t);p(s.layout,"Failed to load widgets for subreddit");let o=s.items,a=[];for(let c of s.layout.sidebar?.order??[]){let m=o[c];switch(m?.kind){case"image":a.push(new Io(m,e,t));break;case"calendar":a.push(new Ao(m,e,t));break;case"textarea":a.push(new To(m,e,t));break;case"button":a.push(new Eo(m,e,t));break;case"community-list":a.push(new Ro(m,e,t));break;case"post-flair":a.push(new Oo(m,e,t));break;case"custom":a.push(new Mo(m,e,t));break;case"subreddit-rules":{let y=await u.redditAPIPlugins.Subreddits.SubredditAboutRules({subreddit:e},t);a.push(new td(y,m,e,t));break}default:throw new Error(`Unknown widget type: ${m.kind}`)}}return a}static async delete(e,t,r){await u.redditAPIPlugins.Widgets.DeleteWidget({subreddit:e,id:t},r)}static async reorder(e,t,r){await u.redditAPIPlugins.Widgets.OrderWidgets({subreddit:e,order:t},r)}static async add(e,t){switch(e?.type){case"image":return Io.create(e,t);case"calendar":return Ao.create(e,t);case"textarea":return To.create(e,t);case"button":return Eo.create(e,t);case"community-list":return Ro.create(e,t);case"post-flair":return Oo.create(e,t);case"custom":return Mo.create(e,t);default:throw new Error("Unknown widget type")}}};ms=new WeakMap,ps=new WeakMap,gs=new WeakMap,hs=new WeakMap;var ie=id,fs,Uo=class Uo extends ie{constructor(t,r,s){super(t,r,s);l(this,fs);d(this,fs,t.data.map(o=>(p(o.url,"Image widget data is missing url"),p(o.height,"Image widget data is missing height"),p(o.width,"Image widget data is missing width"),p(o.linkUrl,"Image widget data is missing linkUrl"),{url:o.url,height:o.height,width:o.width,linkUrl:o.linkUrl})))}get images(){return n(this,fs)}toJSON(){return{...super.toJSON(),images:this.images}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddImageWidget(t,r);return new Uo(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateImageWidget(t,r);return new Uo(ae.fromJSON(o),t.subreddit,r)}};fs=new WeakMap;var Io=Uo,ys,bs,vs,Do=class Do extends ie{constructor(t,r,s){super(t,r,s);l(this,ys);l(this,bs);l(this,vs);p(t.googleCalendarId,"Calendar widget data is missing googleCalendarId"),p(t.configuration,"Calendar widget data is missing configuration"),p(t.styles,"Calendar widget data is missing styles"),d(this,ys,t.googleCalendarId),d(this,bs,t.configuration),d(this,vs,t.styles)}get googleCalendarId(){return n(this,ys)}get configuration(){return n(this,bs)}get styles(){return n(this,vs)}toJSON(){return{...super.toJSON(),googleCalendarId:this.googleCalendarId,configuration:this.configuration,styles:this.styles}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddCalendarWidget(t,r);return new Do(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateCalendarWidget(t,r);return new Do(ae.fromJSON(o),t.subreddit,r)}};ys=new WeakMap,bs=new WeakMap,vs=new WeakMap;var Ao=Do,ks,Cs,Bo=class Bo extends ie{constructor(t,r,s){super(t,r,s);l(this,ks);l(this,Cs);p(t.text,"Textarea widget data is missing text"),p(t.styles,"Textarea widget data is missing styles"),d(this,ks,t.text),d(this,Cs,t.styles)}get text(){return n(this,ks)}get styles(){return n(this,Cs)}toJSON(){return{...super.toJSON(),text:this.text,styles:this.styles}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddTextAreaWidget(t,r);return new Bo(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateTextAreaWidget(t,r);return new Bo(ae.fromJSON(o),t.subreddit,r)}};ks=new WeakMap,Cs=new WeakMap;var To=Bo,Ps,Ss,ws,No=class No extends ie{constructor(t,r,s){super(t,r,s);l(this,Ps);l(this,Ss);l(this,ws);p(t.styles,"Button widget data is missing styles"),d(this,Ps,t.buttons),d(this,Ss,t.description??""),d(this,ws,t.styles)}get buttons(){return n(this,Ps)}get description(){return n(this,Ss)}get styles(){return n(this,ws)}toJSON(){return{...super.toJSON(),buttons:this.buttons,description:this.description,styles:this.styles}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddButtonWidget(t,r);return new No(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateButtonWidget(t,r);return new No(ae.fromJSON(o),t.subreddit,r)}};Ps=new WeakMap,Ss=new WeakMap,ws=new WeakMap;var Eo=No,Fs,xs,Lo=class Lo extends ie{constructor(t,r,s){super(t,r,s);l(this,Fs);l(this,xs);d(this,Fs,t.data.map(o=>Eg.fromJSON(o))),p(t.styles,"Community list widget data is missing styles"),d(this,xs,t.styles)}get communities(){return n(this,Fs)}get styles(){return n(this,xs)}toJSON(){return{...super.toJSON(),communities:this.communities,styles:this.styles}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddCommunityListWidget(t,r);return new Lo(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateCommunityListWidget(t,r);return new Lo(ae.fromJSON(o),t.subreddit,r)}};Fs=new WeakMap,xs=new WeakMap;var Ro=Lo,Is,As,Ts,_o=class _o extends ie{constructor(t,r,s){super(t,r,s);l(this,Is);l(this,As);l(this,Ts);if(p(t.styles,"Post flair widget data is missing styles"),d(this,Is,t.styles),d(this,As,t.order.map(o=>t.templates[o])),!(t.display&&t.display==="list"||t.display==="cloud"))throw new Error("Post flair widget data is missing display type");d(this,Ts,t.display)}get styles(){return n(this,Is)}get templates(){return n(this,As)}get display(){return n(this,Ts)}toJSON(){return{...super.toJSON(),styles:this.styles,templates:this.templates,display:this.display}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddPostFlairWidget(t,r);return new _o(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdatePostFlairWidget(t,r);return new _o(ae.fromJSON(o),t.subreddit,r)}};Is=new WeakMap,As=new WeakMap,Ts=new WeakMap;var Oo=_o,Es,Rs,Os,Ms,Us,Ho=class Ho extends ie{constructor(t,r,s){super(t,r,s);l(this,Es);l(this,Rs);l(this,Os);l(this,Ms);l(this,Us);p(t.stylesheetUrl,"Custom widget data is missing stylesheetUrl"),p(t.height,"Custom widget data is missing height"),p(t.css,"Custom widget data is missing css"),d(this,Es,t.imageData??[]),d(this,Rs,t.text??""),d(this,Os,t.stylesheetUrl),d(this,Ms,t.height),d(this,Us,t.css)}get images(){return n(this,Es)}get text(){return n(this,Rs)}get stylesheetUrl(){return n(this,Os)}get height(){return n(this,Ms)}get css(){return n(this,Us)}toJSON(){return{...super.toJSON(),images:this.images,text:this.text,stylesheetUrl:this.stylesheetUrl,height:this.height,css:this.css}}static async create(t,r){let o=await u.redditAPIPlugins.Widgets.AddCustomWidget(t,r);return new Ho(ae.fromJSON(o),t.subreddit,r)}static async update(t,r){let o=await u.redditAPIPlugins.Widgets.UpdateCustomWidget(t,r);return new Ho(ae.fromJSON(o),t.subreddit,r)}};Es=new WeakMap,Rs=new WeakMap,Os=new WeakMap,Ms=new WeakMap,Us=new WeakMap;var Mo=Ho,Ds,td=class extends ie{constructor(t,r,s,o){super(r,s,o);l(this,Ds);let a=t.rules.map(({description:c,priority:m,shortName:y,violationReason:v})=>(p(c,"Subreddit rule is missing description"),p(m,"Subreddit rule is missing priority"),p(y,"Subreddit rule is missing shortName"),p(v,"Subreddit rule is missing violationReason"),{description:c,priority:m,shortName:y,violationReason:v}));d(this,Ds,a)}get rules(){return n(this,Ds)}toJSON(){return{...super.toJSON(),rules:this.rules}}};Ds=new WeakMap;var Rg=(r=>(r[r.SUBREDDIT_PERMISSIONS=0]="SUBREDDIT_PERMISSIONS",r[r.APPROVED_CONTRIBUTORS_ONLY=1]="APPROVED_CONTRIBUTORS_ONLY",r[r.MODS_ONLY=2]="MODS_ONLY",r))(Rg||{}),ge,he,fr,yr,br,vr,kr,Cr,Te,we=class we{constructor(e,t,r,s){l(this,ge);l(this,he);l(this,fr);l(this,yr);l(this,br);l(this,vr);l(this,kr);l(this,Cr);l(this,Te);X(this),d(this,ge,e),d(this,he,t),d(this,fr,r.contentMd),d(this,yr,r.contentHtml),d(this,br,r.revisionId),d(this,vr,new Date(r.revisionDate*1e3)),d(this,kr,r.reason??""),d(this,Cr,r.revisionBy?.data?new C(r.revisionBy.data,s):void 0),d(this,Te,s)}get name(){return n(this,ge)}get subredditName(){return n(this,he)}get content(){return n(this,fr)}get contentHtml(){return n(this,yr)}get revisionId(){return n(this,br)}get revisionDate(){return n(this,vr)}get revisionReason(){return n(this,kr)}get revisionAuthor(){return n(this,Cr)}toJSON(){return{name:n(this,ge),subredditName:n(this,he),content:n(this,fr),contentHtml:n(this,yr),revisionId:n(this,br),revisionDate:n(this,vr),revisionReason:n(this,kr),revisionAuthor:n(this,Cr)?.toJSON()}}async update(e,t){return we.updatePage({subredditName:n(this,he),page:n(this,ge),content:e,reason:t},n(this,Te))}async getRevisions(e){return we.getPageRevisions({subredditName:n(this,he),page:n(this,ge),...e},n(this,Te))}async revertTo(e){return we.revertPage(n(this,he),n(this,ge),e,n(this,Te))}async getSettings(){return we.getPageSettings(n(this,he),n(this,ge),n(this,Te))}async updateSettings(e){return we.updatePageSettings({subredditName:n(this,he),page:n(this,ge),listed:e.listed,permLevel:e.permLevel},n(this,Te))}async addEditor(e){return we.addEditor(n(this,he),n(this,ge),e,n(this,Te))}async removeEditor(e){return we.removeEditor(n(this,he),n(this,ge),e,n(this,Te))}static async getPage(e,t,r){let o=await u.redditAPIPlugins.Wiki.GetWikiPage({subreddit:e,page:t},r);return p(o.data,"Failed to get wiki page"),new we(t,e,o.data,r)}static async getPages(e,t){return(await u.redditAPIPlugins.Wiki.GetWikiPages({subreddit:e},t)).data||[]}static async createPage(e,t){return we.updatePage(e,t)}static async updatePage(e,t){return await u.redditAPIPlugins.Wiki.EditWikiPage({subreddit:e.subredditName,page:e.page,content:e.content,reason:e.reason??""},t),we.getPage(e.subredditName,e.page,t)}static getPageRevisions(e,t){let r=u.redditAPIPlugins.Wiki;return new V({hasMore:!0,after:e.after,limit:e.limit,pageSize:e.pageSize,async fetch(s){let o=await r.GetWikiPageRevisions({subreddit:e.subredditName,page:e.page,limit:s.limit,after:s.after,before:s.before},t);return Og(o,t)}})}static async revertPage(e,t,r,s){await u.redditAPIPlugins.Wiki.RevertWikiPage({subreddit:e,page:t,revision:r},s)}static async getPageSettings(e,t,r){let o=await u.redditAPIPlugins.Wiki.GetWikiPageSettings({subreddit:e,page:t},r);return p(o.data,"Failed to get wiki page settings"),new jo(o.data,r)}static async updatePageSettings(e,t){let s=await u.redditAPIPlugins.Wiki.UpdateWikiPageSettings({subreddit:e.subredditName,page:e.page,listed:e.listed?"on":"",permlevel:e.permLevel},t);return p(s.data,"Failed to update wiki page settings"),new jo(s.data,t)}static async addEditor(e,t,r,s){await u.redditAPIPlugins.Wiki.AllowEditor({act:"add",subreddit:e,page:t,username:r},s)}static async removeEditor(e,t,r,s){await u.redditAPIPlugins.Wiki.AllowEditor({act:"del",subreddit:e,page:t,username:r},s)}};ge=new WeakMap,he=new WeakMap,fr=new WeakMap,yr=new WeakMap,br=new WeakMap,vr=new WeakMap,kr=new WeakMap,Cr=new WeakMap,Te=new WeakMap;var ue=we,Pr,Sr,wr,Fr,xr,Ir,rd=class{constructor(e,t){l(this,Pr);l(this,Sr);l(this,wr);l(this,Fr);l(this,xr);l(this,Ir);d(this,Pr,e.id),d(this,Sr,e.page),d(this,wr,new Date(e.timestamp)),p(e.author?.data,"Wiki page revision author details are missing"),d(this,Fr,new C(e.author.data,t)),d(this,xr,e.reason??""),d(this,Ir,e.revisionHidden??!1)}get id(){return n(this,Pr)}get page(){return n(this,Sr)}get date(){return n(this,wr)}get author(){return n(this,Fr)}get reason(){return n(this,xr)}get hidden(){return n(this,Ir)}toJSON(){return{id:n(this,Pr),page:n(this,Sr),date:n(this,wr),author:n(this,Fr).toJSON(),reason:n(this,xr),hidden:n(this,Ir)}}};Pr=new WeakMap,Sr=new WeakMap,wr=new WeakMap,Fr=new WeakMap,xr=new WeakMap,Ir=new WeakMap;var Ar,Tr,Er,jo=class{constructor(e,t){l(this,Ar);l(this,Tr);l(this,Er);d(this,Ar,e.listed),d(this,Tr,e.permLevel),d(this,Er,e.editors.map(r=>(p(r.data,"Wiki page editor details are missing"),new C(r.data,t))))}get listed(){return n(this,Ar)}get permLevel(){return n(this,Tr)}get editors(){return n(this,Er)}toJSON(){return{listed:n(this,Ar),permLevel:n(this,Tr),editors:n(this,Er).map(e=>e.toJSON())}}};Ar=new WeakMap,Tr=new WeakMap,Er=new WeakMap;function Og(i,e){return p(i.data?.children,"Wiki page revision listing is missing children"),{children:i.data.children.map(r=>new rd(r,e)),before:i.data.before,after:i.data.after}}var Mg=["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"],Ug=["border-image","border-image-source","behavior","expression","list-style-image","cursor","content"],Dg=["onload","onerror","onclick","onmouseover"];function Bg(i){return/xmlns=["']http:\/\/www\.w3\.org\/2000\/svg["']/.test(i)?i:i.replace(/<svg\b/,'<svg xmlns="http://www.w3.org/2000/svg"')}function Hc(i){if(i){if(!i.trim().startsWith("<svg")){console.log("The provided string is not a valid SVG.");return}try{let e=new RegExp(`<\\s*(${Mg.join("|")})\\b`,"gi"),t=new RegExp(`(${Ug.join("|")})\\s*:\\s*url\\s*\\((['"]?)(.*?)\\2\\)`,"gi"),r=new RegExp(`(${Dg.join("|")})\\s*(=\\s*(['"]?)(.*?)\\3)?`,"gi");i=i.trim().replace(/\s+/g," "),i=Bg(i);let s=i.match(e)||[],o=i.match(t)||[],a=i.match(r)||[],c=!1;return s.length>0&&(c=!0,console.warn(`Disallowed elements detected in SVG: ${s.map(m=>m.replace("<","")).join(", ")}`)),o.length>0&&(c=!0,console.warn(`Disallowed styles detected in SVG: ${o.map(m=>m.split(":")[0]).join(", ")}`)),a.length>0&&(c=!0,console.warn(`Disallowed attributes detected in SVG: ${a.map(m=>m.split("=")[0]).join(", ")}`)),c?void 0:i}catch{return}}}function WS(i,...e){let t="";return i.forEach((r,s)=>{t+=r;let o=e[s];o!==void 0&&(t+=`${o}`)}),t=Hc(t),t===void 0?"":`data:image/svg+xml;charset=UTF-8,${encodeURIComponent(t)}`}import{EffectType as Vc}from"@devvit/protos";import{WebViewVisibility as Ng}from"@devvit/protos";var jc="/api/";var Wc=i=>i===null||typeof i!="object"?!1:"scope"in i&&i.scope===0&&"type"in i&&i.type==="devvit-internal";var Rr,Rt,Bs,Or,si,Ns,Ls,nd=class{constructor(e,t){this.state={messageCount:0,isMounted:!1};l(this,Rr);l(this,Rt);l(this,Bs);l(this,Or);l(this,si);l(this,Ns);this.postMessage=e=>{try{let t=JSON.stringify(e);n(this,si).emitEffect(`postMessage${this.state.messageCount++}`,{type:Vc.EFFECT_WEB_VIEW,webView:{postMessage:{webViewId:n(this,Rr),app:{message:e,jsonString:t}}}})}catch(t){throw console.error(rt.caughtToString(t)),Error("Something went wrong. Please check the contents of your postMessage.")}};this.mount=()=>{if(this.state.isMounted){console.warn("Webview is already mounted!");return}let e=n(this,si)?.devvitContext?.assets,t;if(n(this,Rt).startsWith(jc))t=n(this,Rt);else{let r=n(this,Rt).replace(/[#?].*/,"");t=`${e.getURL(r,{webView:!0})}${n(this,Rt).slice(r.length)}`}if(!t)throw Error("useWebView fullscreen request failed; web view asset could not be found");n(this,Ls).call(this,!0,t)};this.unmount=()=>{n(this,Ls).call(this,!1,"")};l(this,Ls,(e,t)=>{n(this,si).emitEffect("fullscreen",{type:Vc.EFFECT_WEB_VIEW,webView:{fullscreen:{id:n(this,Rr),show:e,url:t}}})});d(this,Rt,t.url??"index.html"),d(this,Rr,e.hookId),d(this,Bs,t.onMessage),d(this,Or,t.onUnmount),d(this,si,e.context),d(this,Ns,e.invalidate)}onStateLoaded(){}async onUIEvent(e){if(e.webView?.fullScreen){let t=e.webView.fullScreen.visibility===Ng.WEBVIEW_VISIBLE;this.state.isMounted=t,n(this,Ns).call(this),!t&&n(this,Or)&&await n(this,Or).call(this,this)}else if(e.webView?.postMessage){let t=e.webView.postMessage.jsonString?JSON.parse(e.webView.postMessage.jsonString):e.webView.postMessage.message;if(Wc(t))return;await n(this,Bs).call(this,t,this)}}};Rr=new WeakMap,Rt=new WeakMap,Bs=new WeakMap,Or=new WeakMap,si=new WeakMap,Ns=new WeakMap,Ls=new WeakMap;function Lg(i){let e=me({namespace:"useWebView",initializer:t=>new nd(t,i)});return{postMessage:e.postMessage,mount:e.mount,unmount:e.unmount}}var _g="webbit.local";var Hg=["/api","/internal"];async function jg(i,e,t){if(!Hg.some(o=>e.startsWith(o)))throw new Error(`url must start with prefixes: /api or /internal. Got: ${e}`);let r=Object.entries(i.metadata??{}).reduce((o,[a,c])=>(o[a]=c.values[0],o),{}),s=new URL(e,`http://${_g}:3000/`);return await fetch(s,{...t,headers:{...t?.headers,...r}})}export{Ph as ALL_ICON_NAMES,Hd as AboutLocations,Bc as AuthorFlairSettings,Eo as ButtonWidget,Ao as CalendarWidget,Y as Comment,Ro as CommunityListWidget,Mo as CustomWidget,xh as DeletionReason,u as Devvit,Ih as EventSource,ce as Flair,ne as FlairTemplate,rg as FlairType,nP as GalleryMediaStatus,qe as Hook,Io as ImageWidget,V as Listing,Fg as ModMailActionType,Sg as ModMailConversationState,Gs as ModMailService,ve as ModNote,G as Post,Nc as PostFlairSettings,Oo as PostFlairWidget,Ut as PrivateMessage,$t as RichTextBuilder,ee as RunAs,ze as SettingScope,bg as SocialLinkType,le as Subreddit,Uc as SubredditDescription,td as SubredditRulesWidget,Dc as SubredditWikiSettings,To as TextAreaWidget,C as User,ie as Widget,ue as WikiPage,Rg as WikiPagePermissionLevel,rd as WikiPageRevision,jo as WikiPageSettings,pn as convertUserFlairProtoToAPI,jg as fetchDevvitWeb,_d as getCurrentUsernameFromMetadata,Vs as getModerationLog,jd as getSubredditInfoById,Wd as getSubredditInfoByName,Vd as getSubredditLeaderboard,Ko as getSubredditNameById,Gd as getSubredditStyles,Jd as getVaultByAddress,zd as getVaultByUserId,WS as svg,Vp as useAsync,Ea as useChannel,Ia as useForm,Ma as useInterval,Na as useState,Lg as useWebView};
|
|
7
7
|
/*! Bundled license information:
|
|
8
8
|
|
|
9
9
|
shallow-clone/index.js:
|