pixelfed/public/js/spa.js
2025-01-04 01:28:03 -07:00

2 lines
No EOL
484 KiB
JavaScript
Vendored
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*! For license information please see spa.js.LICENSE.txt */
(self.webpackChunkpixelfed=self.webpackChunkpixelfed||[]).push([[7228],{93729:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(26679),s=a(16080),i=a(99662);const n={components:{sidebar:o.default,loader:s.default,"group-card":i.default},data:function(){return{loaded:!1,loadTimeout:void 0,popularGroups:[],newGroups:[]}},methods:{fetchPopular:function(){var t=this;axios.get("/api/v0/groups/discover/popular").then((function(e){return t.popularGroups=e.data})).finally((function(){return t.fetchNewGroups()}))},fetchNewGroups:function(){var t=this;axios.get("/api/v0/groups/discover/new").then((function(e){return t.newGroups=e.data})).finally((function(){return t.loaded=!0}))}},created:function(){this.fetchPopular()},beforeUnmount:function(){clearTimeout(this.loadTimeout)}}},56244:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>m});var o=a(95002),s=a(90637),i=a(54048),n=a(57397),r=a(65603),l=a(27403),c=a(5799),d=a(49139),u=a(26679),p=a(2e4);a(73718);const m={data:function(){return{initialLoad:!1,config:{},groups:[],profile:{},tab:null,searchQuery:void 0}},components:{"autocomplete-input":p.default,"group-status":o.default,"self-discover":i.default,"self-groups":n.default,"self-feed":s.default,"self-notifications":r.default,"self-invitations":l.default,"self-remote-search":c.default,"create-group":d.default,sidebar:u.default},mounted:function(){this.fetchConfig()},methods:{init:function(){document.querySelectorAll("footer").forEach((function(t){return t.parentNode.removeChild(t)})),document.querySelectorAll(".mobile-footer-spacer").forEach((function(t){return t.parentNode.removeChild(t)})),document.querySelectorAll(".mobile-footer").forEach((function(t){return t.parentNode.removeChild(t)})),this.initialLoad=!0},fetchConfig:function(){var t=this;axios.get("/api/v0/groups/config").then((function(e){t.config=e.data,t.fetchProfile()}))},fetchProfile:function(){var t=this;axios.get("/api/pixelfed/v1/accounts/verify_credentials").then((function(e){t.profile=e.data,t.init(),window._sharedData.curUser=e.data,window.App.util.navatar()}))},fetchSelfGroups:function(){var t=this;axios.get("/api/v0/groups/self/list").then((function(e){t.groups=e.data}))},switchTab:function(t){event.currentTarget.blur(),window.scrollTo(0,0),this.tab=t,"feed"!=t?history.pushState(null,null,"/groups/home?ct="+t):history.pushState(null,null,"/groups/home")},autocompleteSearch:function(t){var e=this;return!t||t.length<2?((this.tab="searchresults")&&(this.tab="feed"),[]):(this.searchQuery=t,t.startsWith("http")?new URL(t).hostname==location.hostname?(location.href=t,[]):[]:t.startsWith("#")?(this.$bvToast.toast(t,{title:"Hashtag detected",variant:"info",autoHideDelay:5e3}),[]):axios.post("/api/v0/groups/search/global",{q:t,v:"0.2"}).then((function(t){return e.searchLoading=!1,t.data})).catch((function(t){return 422===t.response.status&&e.$bvToast.toast(t.response.data.error.message,{title:"Cannot display search results",variant:"danger",autoHideDelay:5e3}),[]})))},getSearchResultValue:function(t){return t.name},onSearchSubmit:function(t){if(t.length<1)return[];location.href=t.url},truncateName:function(t){return t.length<24?t:t.substr(0,23)+"..."}}}},45297:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(26679),s=a(16080),i=a(57397);const n={components:{sidebar:o.default,loader:s.default,"self-groups":i.default},data:function(){return{loaded:!1,loadTimeout:void 0,config:{},groups:[],profile:{}}},methods:{init:function(){document.querySelectorAll("footer").forEach((function(t){return t.parentNode.removeChild(t)})),document.querySelectorAll(".mobile-footer-spacer").forEach((function(t){return t.parentNode.removeChild(t)})),document.querySelectorAll(".mobile-footer").forEach((function(t){return t.parentNode.removeChild(t)})),this.loaded=!0},fetchConfig:function(){var t=this;axios.get("/api/v0/groups/config").then((function(e){t.config=e.data,t.fetchProfile()}))},fetchProfile:function(){var t=this;axios.get("/api/pixelfed/v1/accounts/verify_credentials").then((function(e){t.profile=e.data,t.init(),window._sharedData.curUser=e.data,window.App.util.navatar()}))}},created:function(){this.fetchConfig()}}},24854:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(26679),s=a(16080);const i={components:{sidebar:o.default,loader:s.default},data:function(){return{loaded:!1,loadTimeout:void 0}},created:function(){var t=this;this.loadTimeout=setTimeout((function(){t.loaded=!0}),1e3)},beforeUnmount:function(){clearTimeout(this.loadTimeout)}}},23536:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>m});var o=a(95002),s=a(90637),i=a(54048),n=a(57397),r=a(65603),l=a(27403),c=a(5799),d=a(49139),u=a(26679),p=a(2e4);a(73718);const m={data:function(){return{initialLoad:!1,config:{},groups:[],profile:{},tab:null,searchQuery:void 0}},components:{"autocomplete-input":p.default,"group-status":o.default,"self-discover":i.default,"self-groups":n.default,"self-feed":s.default,"self-notifications":r.default,"self-invitations":l.default,"self-remote-search":c.default,"create-group":d.default,sidebar:u.default},mounted:function(){this.fetchConfig()},methods:{init:function(){document.querySelectorAll("footer").forEach((function(t){return t.parentNode.removeChild(t)})),document.querySelectorAll(".mobile-footer-spacer").forEach((function(t){return t.parentNode.removeChild(t)})),document.querySelectorAll(".mobile-footer").forEach((function(t){return t.parentNode.removeChild(t)})),this.initialLoad=!0},fetchConfig:function(){var t=this;axios.get("/api/v0/groups/config").then((function(e){t.config=e.data,t.fetchProfile()}))},fetchProfile:function(){var t=this;axios.get("/api/pixelfed/v1/accounts/verify_credentials").then((function(e){t.profile=e.data,t.init(),window._sharedData.curUser=e.data,window.App.util.navatar()}))}}}},19933:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(18115),s=a(71307),i=a(49139);const n={props:{groupId:{type:String},path:{type:String}},data:function(){return{tab:"home"}},components:{"groups-home":o.default,"create-group":i.default,"group-feed":s.default},mounted:function(){this.groupId&&(this.tab="show")},methods:{switchTab:function(t){this.tab=t}}}},22681:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(71347),s=a(69104),i=a(40482),n=a(62181);const r={components:{"text-input":o.default,"select-input":s.default,"text-area-input":i.default,"checkbox-input":n.default},data:function(){return{hide:!0,name:null,page:1,maxPage:1,description:null,membership:"placeholder",submitting:!1,categories:[],category:"",limit:{name:{max:60},description:{max:500}},configuration:{types:{text:!0,photos:!0,videos:!0,polls:!0},federation:!0,adult:!1,discoverable:!1,autospam:!1,dms:!1,slowjoin:{enabled:!1,age:90,limit:{post:1,comment:20,threads:2,likes:5,hashtags:5,mentions:1,autolinks:1}}},hasConfirmed:!1,permissionChecked:!1,membershipCategories:[{key:"Public",value:"public"}]}},mounted:function(){this.permissionCheck(),this.fetchCategories()},methods:{permissionCheck:function(){var t=this;axios.post("/api/v0/groups/permission/create").then((function(e){0==e.data.permission?(swal("Limit reached","You cannot create any more groups","error"),t.hide=!0):t.hide=!1,t.permissionChecked=!0}))},submit:function(t){t.preventDefault(),this.submitting=!0,axios.post("/api/v0/groups/create",{name:this.name,description:this.description,membership:this.membership}).then((function(t){console.log(t.data),window.location.href=t.data.url})).catch((function(t){console.log(t.response)}))},fetchCategories:function(){var t=this;axios.get("/api/v0/groups/categories/list").then((function(e){t.categories=e.data.map((function(t){return{key:t,value:t}}))}))},createGroup:function(){axios.post("/api/v0/groups/create",{name:this.name,description:this.description,membership:this.membership,configuration:this.configuration}).then((function(t){console.log(t.data),location.href=t.data.url}))},handleUpdate:function(t,e){this[t]=e}}}},72233:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>h});var o=a(79984),s=a(17108),i=a(95002),n=a(13094),r=a(58753),l=a(94559),c=a(19413),d=a(49268),u=a(33457),p=a(52505);function m(t){return function(t){if(Array.isArray(t))return f(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return f(t,e);var a={}.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?f(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,o=Array(e);a<e;a++)o[a]=t[a];return o}const h={props:{groupId:{type:String},path:{type:String},permalinkMode:{type:Boolean,default:!1},permalinkId:{type:String}},components:{"status-card":o.default,"group-status":i.default,"group-compose":s.default,"group-info-card":n.default,"leave-group":r.default,"search-modal":l.default,"invite-modal":c.default,"group-banner":d.default,"group-header-details":p.default,"group-nav-tabs":u.default},data:function(){return{initalLoad:!1,profile:void 0,group:{},isMember:!1,isAdmin:!1,tab:"feed",requestingMembership:!1,composeText:null,feed:[],ids:[],maxId:null,status:void 0,likes:[],likesPage:1,likesId:void 0,renderIdx:1,atabs:{moderation_count:0,request_count:0}}},created:function(){this.fetchSelf()},methods:{fetchSelf:function(){var t=this;axios.get("/api/v1/accounts/verify_credentials?_pe=1").then((function(e){t.profile=e.data})).catch((function(t){window.location.href="/login?_next="+encodeURIComponent(window.location.href)})).finally((function(){t.fetchGroup()}))},initObservers:function(){},fetchGroup:function(){var t=this;axios.get("/api/v0/groups/"+this.groupId).then((function(e){t.group=e.data,t.isMember=e.data.self.is_member,t.isAdmin=["founder","admin"].includes(e.data.self.role),t.isAdmin&&t.fetchAdminTabs(),t.path?t.isMember&&["about","topics","members","events","media","polls"].includes(t.path)||t.isAdmin&&["insights","moderation"].includes(t.path)?setTimeout((function(){t.tab=t.path,t.initalLoad=!0}),500):(history.pushState(null,null,t.group.url),t.initalLoad=!0):t.initalLoad=!0})).catch((function(t){window.location.href="/groups/unavailable"})).finally((function(){t.fetchFeed()}))},fetchAdminTabs:function(){var t=this;axios.get("/api/v0/groups/"+this.groupId+"/atabs").then((function(e){t.atabs=e.data}))},fetchFeed:function(){var t=this;axios.get("/api/v0/groups/"+this.groupId+"/feed").then((function(e){var a=t;e.data&&e.data.length&&(t.feed=e.data,t.maxId=t.feed[t.feed.length-1].id,e.data.forEach((function(t){-1==a.ids.indexOf(t.id)&&a.ids.push(t.id)}))),t.initObservers()}))},fetchPermalink:function(){var t=this;axios.get("/api/v0/groups/status",{params:{gid:this.groupId,sid:this.permalinkId}}).then((function(e){t.status=e.data,t.status.in_reply_to_id&&(t.status.showCommentDrawer=!0)})).catch((function(e){t.permalinkMode=!1,t.fetchFeed()}))},handleRefresh:function(){this.initialLoad=!1,this.init(),this.renderIdx++},timestampFormat:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=new Date(t);return e?a.toDateString()+" · "+a.toLocaleTimeString():a.toDateString()},switchTab:function(t){window.scrollTo(0,0),"feed"==t&&this.permalinkMode&&(this.permalinkMode=!1,this.fetchFeed());var e="feed"==t?this.group.url:this.group.url+"/"+t;history.pushState(t,null,e),this.tab=t},joinGroup:function(){var t=this;this.requestingMembership=!0,axios.post("/api/v0/groups/"+this.groupId+"/join").then((function(e){t.requestingMembership=!1,t.group=e.data,t.fetchGroup(),t.fetchFeed()})).catch((function(e){var a=e.response;422==a.status&&(t.tab="feed",history.pushState("",null,t.group.url),t.requestingMembership=!1,swal("Oops!",a.data.error,"error"))}))},cancelJoinRequest:function(){var t=this;window.confirm("Are you sure you want to cancel your request to join this group?")&&axios.post("/api/v0/groups/"+this.groupId+"/cjr").then((function(e){t.requestingMembership=!1})).catch((function(t){var e=t.response;422==e.status&&swal("Oops!",e.data.error,"error")}))},leaveGroup:function(){var t=this;window.confirm("Are you sure you want to leave this group? Any content you shared will remain accessible. You won't be able to rejoin for 24 hours.")&&axios.post("/api/v0/groups/"+this.groupId+"/leave").then((function(e){t.tab="feed",history.pushState("",null,t.group.url),t.feed=[],t.isMember=!1,t.isAdmin=!1,t.group.self.role=null,t.group.self.is_member=!1}))},pushNewStatus:function(t){this.feed.unshift(t)},commentFocus:function(t){this.feed[t].showCommentDrawer=!0},statusDelete:function(t){this.feed.splice(t,1)},infiniteFeed:function(t){var e=this;if(this.feed.length<3)t.complete();else{var a="/api/v0/groups/"+this.groupId+"/feed";axios.get(a,{params:{limit:6,max_id:this.maxId}}).then((function(a){if(a.data.length){var o,s,i=a.data.filter((function(t){return-1==e.ids.indexOf(t.id)}));e.maxId=i[i.length-1].id,(o=e.feed).push.apply(o,m(i)),(s=e.ids).push.apply(s,m(i.map((function(t){return t.id})))),setTimeout((function(){e.initObservers()}),1e3),t.loaded()}else t.complete()}))}},decrementModCounter:function(t){var e=this.atabs.moderation_count;0!=e&&(this.atabs.moderation_count=e-t)},setModCounter:function(t){this.atabs.moderation_count=t},decrementJoinRequestCount:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=this.atabs.request_count;this.atabs.request_count=e-t},incrementMemberCount:function(){var t=this.group.member_count;this.group.member_count=t+1},copyLink:function(){window.App.util.clipboard(this.group.url),this.$bvToast.toast("Succesfully copied group url to clipboard",{title:"Success",variant:"success",autoHideDelay:5e3})},reportGroup:function(){var t=this;swal("Report Group","Are you sure you want to report this group?").then((function(e){e&&(location.href="/i/report?id=".concat(t.group.id,"&type=group"))}))},showSearchModal:function(){event.currentTarget.blur(),this.$refs.searchModal.open()},showInviteModal:function(){event.currentTarget.blur(),this.$refs.inviteModal.open()},showLikesModal:function(t){var e=this;this.likesId=this.feed[t].id,axios.get("/api/v0/groups/"+this.groupId+"/likes/"+this.likesId).then((function(t){e.likes=t.data,e.likesPage++,e.$refs.likeBox.show()}))},infiniteLikesHandler:function(t){var e=this;this.likes.length<3?t.complete():axios.get("/api/v0/groups/"+this.groupId+"/likes/"+this.likesId,{params:{page:this.likesPage}}).then((function(a){var o;a.data.length>0?((o=e.likes).push.apply(o,m(a.data)),e.likesPage++,10!=a.data.length?t.complete():t.loaded()):t.complete()}))}}}},95727:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>p});var o=a(95002),s=a(90637),i=a(54048),n=a(57397),r=a(65603),l=a(27403),c=a(5799),d=a(49139),u=a(2e4);a(73718);const p={data:function(){return{initialLoad:!1,config:{},groups:[],profile:{},tab:null,searchQuery:void 0}},components:{"autocomplete-input":u.default,"group-status":o.default,"self-discover":i.default,"self-groups":n.default,"self-feed":s.default,"self-notifications":r.default,"self-invitations":l.default,"self-remote-search":c.default,"create-group":d.default},mounted:function(){this.fetchConfig()},methods:{init:function(){document.querySelectorAll("footer").forEach((function(t){return t.parentNode.removeChild(t)})),document.querySelectorAll(".mobile-footer-spacer").forEach((function(t){return t.parentNode.removeChild(t)})),document.querySelectorAll(".mobile-footer").forEach((function(t){return t.parentNode.removeChild(t)})),this.initialLoad=!0},fetchConfig:function(){var t=this;axios.get("/api/v0/groups/config").then((function(e){t.config=e.data,t.fetchProfile()}))},fetchProfile:function(){var t=this;axios.get("/api/pixelfed/v1/accounts/verify_credentials").then((function(e){t.profile=e.data,t.init(),window._sharedData.curUser=e.data,window.App.util.navatar()}))},fetchSelfGroups:function(){var t=this;axios.get("/api/v0/groups/self/list").then((function(e){t.groups=e.data}))},switchTab:function(t){event.currentTarget.blur(),window.scrollTo(0,0),this.tab=t,"feed"!=t?history.pushState(null,null,"/groups/home?ct="+t):history.pushState(null,null,"/groups/home")},autocompleteSearch:function(t){var e=this;return!t||t.length<2?((this.tab="searchresults")&&(this.tab="feed"),[]):(this.searchQuery=t,t.startsWith("http")?new URL(t).hostname==location.hostname?(location.href=t,[]):[]:t.startsWith("#")?(this.$bvToast.toast(t,{title:"Hashtag detected",variant:"info",autoHideDelay:5e3}),[]):axios.post("/api/v0/groups/search/global",{q:t,v:"0.2"}).then((function(t){return e.searchLoading=!1,t.data})).catch((function(t){return 422===t.response.status&&e.$bvToast.toast(t.response.data.error.message,{title:"Cannot display search results",variant:"danger",autoHideDelay:5e3}),[]})))},getSearchResultValue:function(t){return t.name},onSearchSubmit:function(t){if(t.length<1)return[];location.href=t.url},truncateName:function(t){return t.length<24?t:t.substr(0,23)+"..."}}}},68717:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(7764),s=a(66536);function i(t){return function(t){if(Array.isArray(t))return n(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return n(t,e);var a={}.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?n(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,o=Array(e);a<e;a++)o[a]=t[a];return o}const r={props:{groupId:{type:String},profile:{type:Object},status:{type:Object},show:{type:Boolean,default:!1},permalinkMode:{type:Boolean,default:!1},permalinkStatus:{type:Object},canReply:{type:Boolean,default:!0}},components:{"read-more":o.default,"comment-post":s.default},data:function(){return{isLoaded:!1,hide:!1,feed:[],canLoadMore:!1,isLoadingMore:!1,replyContent:null,maxReplyId:null,readMoreCursor:200,avatar:"/storage/avatars/default.png",isUploading:!1,uploadProgress:0,lightboxStatus:null,replyChildId:void 0,replyChildIndex:void 0,childReplyContent:null,postingChildComment:!1,loadingChildComments:!1,replyChildMinId:void 0,replyCursorId:null}},mounted:function(){if(this.permalinkMode&&this.permalinkStatus){var t=this.permalinkStatus;t.reply_count&&(t.children={feed:[],can_load_more:!0}),this.feed.push(t),this.isLoaded=!0,this.canLoadMore=!1}else this.fetchComments();this.profile&&this.profile.hasOwnProperty("avatar")&&(this.avatar=this.profile.avatar)},methods:{fetchComments:function(){var t=this;axios.get("/api/v0/groups/comments",{params:{gid:this.groupId,sid:this.status.id,limit:3}}).then((function(e){var a=e.data.map((function(t){return t.reply_count&&t.reply_count>0&&(t.children={feed:[],can_load_more:!0}),t}));t.feed=a,t.isLoaded=!0,t.maxReplyId=e.data[e.data.length-1].id,3==t.feed.length&&(t.canLoadMore=!0)})).catch((function(e){t.isLoaded=!0}))},loadMoreComments:function(){var t=this;this.isLoadingMore=!0,axios.get("/api/v0/groups/comments",{params:{gid:this.groupId,sid:this.status.id,limit:3,max_id:this.maxReplyId}}).then((function(e){var a;if(e.data[e.data.length-1].id==t.maxReplyId)return t.isLoadingMore=!1,void(t.canLoadMore=!1);(a=t.feed).push.apply(a,i(e.data)),setTimeout((function(){t.isLoadingMore=!1}),500),t.maxReplyId=e.data[e.data.length-1].id,e.data.length>0?t.canLoadMore=!0:t.canLoadMore=!1})).catch((function(e){t.isLoadingMore=!1,t.canLoadMore=!1}))},storeComment:function(t){var e,a=this;null===(e=t.currentTarget)||void 0===e||e.blur(),axios.post("/api/v0/groups/comment",{gid:this.groupId,sid:this.status.id,content:this.replyContent}).then((function(t){a.replyContent=null,a.feed.unshift(t.data)})).catch((function(t){422==t.response.status?(a.isUploading=!1,a.uploadProgress=0,swal("Oops!",t.response.data.error,"error")):(a.isUploading=!1,a.uploadProgress=0,swal("Oops!","An error occured while processing your request, please try again later","error"))}))},shortTimestamp:function(t){return window.App.util.format.timeAgo(t)},readMore:function(){this.readMoreCursor=this.readMoreCursor+200},likeComment:function(t,e,a){a.target.blur();var o=!t.favourited;this.feed[e].favourited=o,t.favourited=o,axios.post("/api/v0/groups/comment/".concat(o?"like":"unlike"),{sid:t.id,gid:this.groupId})},deleteComment:function(t){var e=this;0!=window.confirm("Are you sure you want to delete this post?")&&axios.post("/api/v0/groups/comment/delete",{gid:this.groupId,id:this.feed[t].id}).then((function(a){e.feed.splice(t,1)})).catch((function(t){console.log(t.response),swal("Error","Something went wrong. Please try again later.","error")}))},uploadImage:function(){this.$refs.fileInput.click()},handleImageUpload:function(){var t=this;if(this.$refs.fileInput.files.length){this.isUploading=!0;var e=this,a=new FormData;a.append("gid",this.groupId),a.append("sid",this.status.id),a.append("photo",this.$refs.fileInput.files[0]),axios.post("/api/v0/groups/comment/photo",a,{onUploadProgress:function(t){e.uploadProgress=Math.floor(t.loaded/t.total*100)}}).then((function(e){t.isUploading=!1,t.uploadProgress=0,t.feed.unshift(e.data)})).catch((function(e){422==e.response.status?(t.isUploading=!1,t.uploadProgress=0,swal("Oops!",e.response.data.error,"error")):(t.isUploading=!1,t.uploadProgress=0,swal("Oops!","An error occured while processing your request, please try again later","error"))}))}},lightbox:function(t){this.lightboxStatus=t.media_attachments[0],this.$refs.lightboxModal.show()},hideLightbox:function(){this.lightboxStatus=null,this.$refs.lightboxModal.hide()},blurhashWidth:function(t){if(!t.media_attachments[0].meta)return 25;var e=t.media_attachments[0].meta.original.aspect;return 1==e?25:e>1?30:20},blurhashHeight:function(t){if(!t.media_attachments[0].meta)return 25;var e=t.media_attachments[0].meta.original.aspect;return 1==e?25:e>1?20:30},getMediaSource:function(t){var e=t.media_attachments[0];return e.preview_url.endsWith("storage/no-preview.png")?e.url:e.preview_url},replyToChild:function(t,e){var a=this;if(this.replyChildId==t.id)return this.replyChildId=null,void(this.replyChildIndex=null);this.childReplyContent=null,this.replyChildId=t.id,this.replyCursorId=t.id,this.replyChildIndex=e,t.hasOwnProperty("replies_loaded")&&t.replies_loaded,this.$nextTick((function(){a.fetchChildReplies(t,e)}))},fetchChildReplies:function(t,e){var a=this;axios.get("/api/v0/groups/comments",{params:{gid:this.groupId,sid:t.id,cid:this.replyCursorId,limit:3}}).then((function(t){a.feed[e].hasOwnProperty("children")?(a.feed[e].children.feed.push(t.data),a.feed[e].children.can_load_more=3==t.data.length):a.feed[e].children={feed:t.data,can_load_more:3==t.data.length},a.replyChildMinId=t.data[t.data.length-1].id,a.$nextTick((function(){a.feed[e].replies_loaded=!0}))})).catch((function(t){a.feed[e].children.can_load_more=!1}))},storeChildComment:function(t){var e=this;this.postingChildComment=!0,axios.post("/api/v0/groups/comment",{gid:this.groupId,sid:this.status.id,cid:this.replyChildId,content:this.childReplyContent}).then((function(a){e.childReplyContent=null,e.postingChildComment=!1,e.feed[t].children.feed.push(a.data)})).catch((function(t){422==t.response.status?swal("Oops!",t.response.data.error,"error"):swal("Oops!","An error occured while processing your request, please try again later","error")}))},loadMoreChildComments:function(t,e){var a=this;this.loadingChildComments=!0,axios.get("/api/v0/groups/comments",{params:{gid:this.groupId,sid:t.id,max_id:this.replyChildMinId,cid:1,limit:3}}).then((function(t){var o;a.feed[e].hasOwnProperty("children")?((o=a.feed[e].children.feed).push.apply(o,i(t.data)),a.feed[e].children.can_load_more=3==t.data.length):a.feed[e].children={feed:t.data,can_load_more:3==t.data.length};a.replyChildMinId=t.data[t.data.length-1].id,a.feed[e].replies_loaded=!0,a.loadingChildComments=!1})).catch((function(t){}))}}}},78828:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(7764);function s(t){return function(t){if(Array.isArray(t))return i(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return i(t,e);var a={}.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?i(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,o=Array(e);a<e;a++)o[a]=t[a];return o}const n={props:{groupId:{type:String},profile:{type:Object},status:{type:Object},commentBorderArrow:{type:Boolean,default:!1}},components:{"read-more":o.default},data:function(){return{isLoaded:!1,hide:!1,feed:[],canLoadMore:!1,isLoadingMore:!1,replyContent:null,maxReplyId:null,readMoreCursor:200,avatar:"/storage/avatars/default.png",isUploading:!1,uploadProgress:0,lightboxStatus:null,replyChildId:void 0,childReplyContent:null,postingChildComment:!1}},mounted:function(){console.log(this.status)},methods:{fetchComments:function(){var t=this;axios.get("/api/v0/groups/comments",{params:{gid:this.groupId,sid:this.status.id,limit:3}}).then((function(e){t.feed=e.data,t.isLoaded=!0,t.maxReplyId=e.data[e.data.length-1].id,3==t.feed.length&&(t.canLoadMore=!0)})).catch((function(e){t.isLoaded=!0}))},loadMoreComments:function(){var t=this;this.isLoadingMore=!0,axios.get("/api/v0/groups/comments",{params:{gid:this.groupId,sid:this.status.id,limit:3,max_id:this.maxReplyId}}).then((function(e){var a;if(e.data[e.data.length-1].id==t.maxReplyId)return t.isLoadingMore=!1,void(t.canLoadMore=!1);(a=t.feed).push.apply(a,s(e.data)),t.isLoadingMore=!1,t.maxReplyId=e.data[e.data.length-1].id,e.data.length>0?t.canLoadMore=!0:t.canLoadMore=!1})).catch((function(e){t.isLoadingMore=!1,t.canLoadMore=!1}))},storeComment:function(){var t=this;axios.post("/api/v0/groups/comment",{gid:this.groupId,sid:this.status.id,content:this.replyContent}).then((function(e){t.replyContent=null,t.feed.unshift(e.data)})).catch((function(e){422==e.response.status?(t.isUploading=!1,t.uploadProgress=0,swal("Oops!",e.response.data.error,"error")):(t.isUploading=!1,t.uploadProgress=0,swal("Oops!","An error occured while processing your request, please try again later","error"))}))},shortTimestamp:function(t){return window.App.util.format.timeAgo(t)},readMore:function(){this.readMoreCursor=this.readMoreCursor+200},likeComment:function(t,e,a){a.target.blur();var o=!t.favourited;this.feed[e].favourited=o,t.favourited=o,axios.post("/api/v0/groups/like",{sid:t.id,gid:this.groupId})},deleteComment:function(t){var e=this;0!=window.confirm("Are you sure you want to delete this post?")&&axios.post("/api/v0/groups/status/delete",{gid:this.groupId,id:this.feed[t].id}).then((function(a){e.feed.splice(t,1)})).catch((function(t){console.log(t.response),swal("Error","Something went wrong. Please try again later.","error")}))},uploadImage:function(){this.$refs.fileInput.click()},handleImageUpload:function(){var t=this;if(this.$refs.fileInput.files.length){this.isUploading=!0;var e=this,a=new FormData;a.append("gid",this.groupId),a.append("sid",this.status.id),a.append("photo",this.$refs.fileInput.files[0]),axios.post("/api/v0/groups/comment/photo",a,{onUploadProgress:function(t){e.uploadProgress=Math.floor(t.loaded/t.total*100)}}).then((function(e){t.isUploading=!1,t.uploadProgress=0,t.feed.unshift(e.data)})).catch((function(e){422==e.response.status?(t.isUploading=!1,t.uploadProgress=0,swal("Oops!",e.response.data.error,"error")):(t.isUploading=!1,t.uploadProgress=0,swal("Oops!","An error occured while processing your request, please try again later","error"))}))}},lightbox:function(t){this.lightboxStatus=t.media_attachments[0],this.$refs.lightboxModal.show()},hideLightbox:function(){this.lightboxStatus=null,this.$refs.lightboxModal.hide()},blurhashWidth:function(t){if(!t.media_attachments[0].meta)return 25;var e=t.media_attachments[0].meta.original.aspect;return 1==e?25:e>1?30:20},blurhashHeight:function(t){if(!t.media_attachments[0].meta)return 25;var e=t.media_attachments[0].meta.original.aspect;return 1==e?25:e>1?20:30},getMediaSource:function(t){var e=t.media_attachments[0];return e.preview_url.endsWith("storage/no-preview.png")?e.url:e.preview_url},replyToChild:function(t,e){this.replyChildId!=t.id?(this.childReplyContent=null,this.replyChildId=t.id,t.hasOwnProperty("replies_loaded")&&t.replies_loaded||this.fetchChildReplies(t,e)):this.replyChildId=null},fetchChildReplies:function(t,e){var a=this;axios.get("/api/v0/groups/comments",{params:{gid:this.groupId,sid:t.id,cid:1,limit:3}}).then((function(t){var o;a.feed[e].hasOwnProperty("children")?((o=a.feed[e].children.feed).push.apply(o,s(t.data)),a.feed[e].children.can_load_more=3==t.data.length):a.feed[e].children={feed:t.data,can_load_more:3==t.data.length};a.feed[e].replies_loaded=!0})).catch((function(t){}))},storeChildComment:function(){var t=this;this.postingChildComment=!0,axios.post("/api/v0/groups/comment",{gid:this.groupId,sid:this.status.id,cid:this.replyChildId,content:this.childReplyContent}).then((function(e){t.childReplyContent=null,t.postingChildComment=!1})).catch((function(t){422==t.response.status?swal("Oops!",t.response.data.error,"error"):swal("Oops!","An error occured while processing your request, please try again later","error")})),console.log(this.replyChildId)}}}},15961:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(74692);const s={props:{status:{type:Object},profile:{type:Object},type:{type:String,default:"status",validator:function(t){return["status","comment","profile"].includes(t)}},groupId:{type:String}},data:function(){return{ctxMenuStatus:!1,ctxMenuRelationship:!1,ctxEmbedPayload:!1,copiedEmbed:!1,replySending:!1,ctxEmbedShowCaption:!0,ctxEmbedShowLikes:!1,ctxEmbedCompactMode:!1,confirmModalTitle:"Are you sure?",confirmModalIdentifer:null,confirmModalType:!1}},methods:{open:function(){this.ctxMenu()},ctxMenu:function(){var t=this;this.ctxMenuStatus=this.status,this.ctxEmbedPayload=window.App.util.embed.post(this.status.url),this.status.account.id==this.profile.id?(this.ctxMenuRelationship=!1,this.$refs.ctxModal.show()):axios.get("/api/pixelfed/v1/accounts/relationships",{params:{"id[]":this.status.account.id}}).then((function(e){t.ctxMenuRelationship=e.data[0],t.$refs.ctxModal.show()}))},closeCtxMenu:function(){this.copiedEmbed=!1,this.ctxMenuStatus=!1,this.ctxMenuRelationship=!1,this.$refs.ctxModal.hide(),this.$refs.ctxReport.hide(),this.$refs.ctxReportOther.hide(),this.closeModals()},ctxMenuCopyLink:function(){var t=this.ctxMenuStatus;navigator.clipboard.writeText(t.url),this.closeModals()},ctxMenuGoToPost:function(){var t=this.ctxMenuStatus;window.location.href=this.statusUrl(t),this.closeCtxMenu()},ctxMenuGoToProfile:function(){var t=this.ctxMenuStatus;window.location.href=this.profileUrl(t),this.closeCtxMenu()},ctxMenuFollow:function(){var t=this,e=this.ctxMenuStatus.account.id;axios.post("/i/follow",{item:e}).then((function(e){var a=t.ctxMenuStatus.account.acct;t.closeCtxMenu(),setTimeout((function(){swal("Follow successful!","You are now following "+a,"success")}),500)}))},ctxMenuUnfollow:function(){var t=this,e=this.ctxMenuStatus.account.id;axios.post("/i/follow",{item:e}).then((function(e){var a=t.ctxMenuStatus.account.acct;"home"==t.scope&&(t.feed=t.feed.filter((function(e){return e.account.id!=t.ctxMenuStatus.account.id}))),t.closeCtxMenu(),setTimeout((function(){swal("Unfollow successful!","You are no longer following "+a,"success")}),500)}))},ctxMenuReportPost:function(){this.$refs.ctxModal.hide(),this.$refs.ctxReport.show()},ctxMenuEmbed:function(){this.closeModals(),this.$refs.ctxEmbedModal.show()},ctxMenuShare:function(){this.$refs.ctxModal.hide(),this.$refs.ctxShareModal.show()},closeCtxShareMenu:function(){this.$refs.ctxShareModal.hide(),this.$refs.ctxModal.show()},ctxCopyEmbed:function(){navigator.clipboard.writeText(this.ctxEmbedPayload),this.ctxEmbedShowCaption=!0,this.ctxEmbedShowLikes=!1,this.ctxEmbedCompactMode=!1,this.$refs.ctxEmbedModal.hide()},ctxModMenuShow:function(){this.$refs.ctxModal.hide(),this.$refs.ctxModModal.show()},ctxModOtherMenuShow:function(){this.$refs.ctxModal.hide(),this.$refs.ctxModModal.hide(),this.$refs.ctxModOtherModal.show()},ctxModMenu:function(){this.$refs.ctxModal.hide()},ctxModMenuClose:function(){this.closeModals()},ctxModOtherMenuClose:function(){this.closeModals(),this.$refs.ctxModModal.show()},formatCount:function(t){return App.util.format.count(t)},openCtxReportOtherMenu:function(){var t=this.ctxMenuStatus;this.closeCtxMenu(),this.ctxMenuStatus=t,this.$refs.ctxReportOther.show()},ctxReportMenuGoBack:function(){this.$refs.ctxReportOther.hide(),this.$refs.ctxReport.hide(),this.$refs.ctxModal.show()},ctxReportOtherMenuGoBack:function(){this.$refs.ctxReportOther.hide(),this.$refs.ctxModal.hide(),this.$refs.ctxReport.show()},sendReport:function(t){var e=this,a=this.ctxMenuStatus.id;swal({title:"Confirm Report",text:"Are you sure you want to report this post?",icon:"warning",buttons:!0,dangerMode:!0}).then((function(o){o?axios.post("/api/v0/groups/".concat(e.groupId,"/report/create"),{type:t,id:a}).then((function(t){e.closeCtxMenu(),swal("Report Sent!","We have successfully received your report.","success")})).catch((function(t){422==t.response.status?swal("Oops!",t.response.data.error,"error"):swal("Oops!","There was an issue reporting this post.","error")})):e.closeCtxMenu()}))},closeModals:function(){this.$refs.ctxModal.hide(),this.$refs.ctxModModal.hide(),this.$refs.ctxModOtherModal.hide(),this.$refs.ctxShareModal.hide(),this.$refs.ctxEmbedModal.hide(),this.$refs.ctxReport.hide(),this.$refs.ctxReportOther.hide(),this.$refs.ctxConfirm.hide()},openCtxStatusModal:function(){this.closeModals(),this.$refs.ctxStatusModal.show()},openConfirmModal:function(){this.closeModals(),this.$refs.ctxConfirm.show()},closeConfirmModal:function(){this.closeModals(),this.confirmModalTitle="Are you sure?",this.confirmModalType=!1,this.confirmModalIdentifer=null},confirmModalConfirm:function(){var t=this;if("post.delete"===this.confirmModalType)axios.post("/i/delete",{type:"status",item:this.confirmModalIdentifer}).then((function(e){t.feed=t.feed.filter((function(e){return e.id!=t.confirmModalIdentifer})),t.closeConfirmModal()})).catch((function(e){t.closeConfirmModal(),swal("Error","Something went wrong. Please try again later.","error")}));this.closeConfirmModal()},confirmModalCancel:function(){this.closeConfirmModal()},moderatePost:function(t,e,a){var o=this,s=(t.account.username,t.id,""),i=this;switch(e){case"addcw":s="Are you sure you want to add a content warning to this post?",swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(e){swal("Success","Successfully added content warning","success"),t.sensitive=!0,i.closeModals(),i.ctxModMenuClose()})).catch((function(t){swal("Error","Something went wrong, please try again later.","error"),i.closeModals(),i.ctxModMenuClose()}))}));break;case"remcw":s="Are you sure you want to remove the content warning on this post?",swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(e){swal("Success","Successfully added content warning","success"),t.sensitive=!1,i.closeModals(),i.ctxModMenuClose()})).catch((function(t){swal("Error","Something went wrong, please try again later.","error"),i.closeModals(),i.ctxModMenuClose()}))}));break;case"unlist":s="Are you sure you want to unlist this post?",swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(e){o.feed=o.feed.filter((function(e){return e.id!=t.id})),swal("Success","Successfully unlisted post","success"),i.closeModals(),i.ctxModMenuClose()})).catch((function(t){i.closeModals(),i.ctxModMenuClose(),swal("Error","Something went wrong, please try again later.","error")}))}));break;case"spammer":s="Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(t){swal("Success","Successfully marked account as spammer","success"),i.closeModals(),i.ctxModMenuClose()})).catch((function(t){i.closeModals(),i.ctxModMenuClose(),swal("Error","Something went wrong, please try again later.","error")}))}))}},shareStatus:function(t,e){0!=o("body").hasClass("loggedIn")&&(this.closeModals(),axios.post("/i/share",{item:t.id}).then((function(e){t.reblogs_count=e.data.count,t.reblogged=!t.reblogged,t.reblogged?swal("Success","You shared this post","success"):swal("Success","You unshared this post","success")})).catch((function(t){swal("Error","Something went wrong, please try again later.","error")})))},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.local?t.account.url:"/i/web/profile/_/"+t.account.id},deletePost:function(t){var e=this;0!=o("body").hasClass("loggedIn")&&0!=this.ownerOrAdmin(t)&&0!=window.confirm("Are you sure you want to delete this post?")&&axios.post("/i/delete",{type:"status",item:t.id}).then((function(a){e.$emit("status-delete",t.id),e.closeModals()})).catch((function(t){swal("Error","Something went wrong. Please try again later.","error")}))},owner:function(t){return this.profile.id===t.account.id},admin:function(){return 1==this.profile.is_admin},ownerOrAdmin:function(t){return this.owner(t)||this.admin()},archivePost:function(t){var e=this;0!=window.confirm("Are you sure you want to archive this post?")&&axios.post("/api/pixelfed/v2/status/"+t.id+"/archive").then((function(a){e.$emit("status-delete",t.id),e.closeModals()}))},unarchivePost:function(t){var e=this;0!=window.confirm("Are you sure you want to unarchive this post?")&&axios.post("/api/pixelfed/v2/status/"+t.id+"/unarchive").then((function(t){e.closeModals()}))}}}},3891:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{label:{type:String},inputText:{type:String},val:{type:String},helpText:{type:String},strongText:{type:Boolean,default:!0}},data:function(){return{value:this.val}},watch:{value:function(t,e){this.$emit("update",t)}}}},35334:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{label:{type:String},placeholder:{type:String},categories:{type:Array},val:{type:String},helpText:{type:String},hasLimit:{type:Boolean,default:!1},maxLimit:{type:Number,default:40},largeInput:{type:Boolean,default:!1}},data:function(){return{value:this.val?this.val:""}},watch:{value:function(t,e){this.$emit("update",t)}}}},87844:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{label:{type:String},placeholder:{type:String},val:{type:String},helpText:{type:String},hasLimit:{type:Boolean,default:!1},maxLimit:{type:Number,default:40},largeInput:{type:Boolean,default:!1},rows:{type:Number,default:4}},data:function(){return{value:this.val}},watch:{value:function(t,e){this.$emit("update",t)}}}},45065:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{label:{type:String},placeholder:{type:String},val:{type:String},helpText:{type:String},hasLimit:{type:Boolean,default:!1},maxLimit:{type:Number,default:40},largeInput:{type:Boolean,default:!1}},data:function(){return{value:this.val}},watch:{value:function(t,e){this.$emit("update",t)}}}},98714:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{group:{type:Object},compact:{type:Boolean,default:!1},showStats:{type:Boolean,default:!0},truncateTitleLength:{type:Number,default:19},truncateDescriptionLength:{type:Number,default:22}},data:function(){return{titleLength:40,descriptionLength:60}},mounted:function(){this.compact&&(this.titleLength=19,this.descriptionLength=22),19!=this.truncateTitleLength&&(this.titleLength=this.truncateTitleLength),22!=this.truncateDescriptionLength&&(this.descriptionLength=this.truncateDescriptionLength)},methods:{prettyCount:function(t){return App.util.format.count(t)},truncate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:140;return t.length<=e?t:t.substr(0,e)+" ..."}}}},91446:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{profile:{type:Object},groupId:{type:String}},data:function(){return{config:window.App.config,composeText:void 0,tab:null,placeholder:"Write something...",allowPhoto:!0,allowVideo:!0,allowPolls:!0,allowEvent:!0,pollOptionModel:null,pollOptions:[],pollExpiry:1440,uploadProgress:0,isUploading:!1,isPosting:!1,photoName:void 0,videoName:void 0}},methods:{newPost:function(){var t=this;if(!this.isPosting){this.isPosting=!0;var e=this,a="text",o=new FormData;switch(o.append("group_id",this.groupId),this.composeText&&this.composeText.length&&o.append("caption",this.composeText),this.tab){case"poll":if(!this.pollOptions||this.pollOptions.length<2||this.pollOptions.length>4)return void swal("Oops!","A poll must have 2-4 choices.","error");if(!this.composeText||this.composeText.length<5)return void swal("Oops!","A poll question must be at least 5 characters.","error");for(var s=0;s<this.pollOptions.length;s++)o.append("pollOptions[]",this.pollOptions[s]);o.append("expiry",this.pollExpiry),a="poll";break;case"photo":o.append("photo",this.$refs.photoInput.files[0]),a="photo",this.isUploading=!0;break;case"video":o.append("video",this.$refs.videoInput.files[0]),a="video",this.isUploading=!0}o.append("type",a),axios.post("/api/v0/groups/status/new",o,{onUploadProgress:function(t){e.uploadProgress=Math.floor(t.loaded/t.total*100)}}).then((function(e){t.isPosting=!1,t.isUploading=!1,t.uploadProgress=0,t.composeText=null,t.photo=null,t.tab=null,t.clearFileInputs(!1),t.$emit("new-status",e.data)})).catch((function(e){422==e.response.status?(t.isPosting=!1,t.isUploading=!1,t.uploadProgress=0,t.photo=null,t.tab=null,t.clearFileInputs(!1),swal("Oops!",e.response.data.error,"error")):(t.isPosting=!1,t.isUploading=!1,t.uploadProgress=0,t.photo=null,t.tab=null,t.clearFileInputs(!1),swal("Oops!","An error occured while processing your request, please try again later","error"))}))}},switchTab:function(t){if(t==this.tab)return this.tab=null,void(this.placeholder="Write something...");switch(t){case"poll":this.placeholder="Write poll question here...";break;case"photo":this.$refs.photoInput.click();break;case"video":this.$refs.videoInput.click();break;default:this.placeholder="Write something..."}this.tab=t},savePollOption:function(){-1==this.pollOptions.indexOf(this.pollOptionModel)?(this.pollOptions.push(this.pollOptionModel),this.pollOptionModel=null):this.pollOptionModel=null},deletePollOption:function(t){this.pollOptions.splice(t,1)},handlePhotoChange:function(){event.currentTarget.blur(),this.tab="photo",this.photoName=event.target.files[0].name},handleVideoChange:function(){event.currentTarget.blur(),this.tab="video",this.videoName=event.target.files[0].name},clearFileInputs:function(){(!(arguments.length>0&&void 0!==arguments[0])||arguments[0])&&event.currentTarget.blur(),this.tab=null,this.$refs.photoInput.value=null,this.photoName=null,this.$refs.videoInput.value=null,this.videoName=null}}}},15426:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{group:{type:Object}},methods:{timestampFormat:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=new Date(t);return e?a.toDateString()+" · "+a.toLocaleTimeString():a.toDateString()}}}},51796:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(2e4);a(73718);const s={props:{group:{type:Object},profile:{type:Object}},components:{"autocomplete-input":o.default},data:function(){return{query:"",recent:[],loaded:!1,usernames:[],isSubmitting:!1}},methods:{open:function(){this.$refs.modal.show()},close:function(){this.$refs.modal.hide()},autocompleteSearch:function(t){var e=this;return t&&0!=t.length?axios.post("/api/v0/groups/search/invite/friends",{q:t,g:this.group.id,v:"0.2"}).then((function(t){return t.data.filter((function(t){return-1==e.usernames.map((function(t){return t.username})).indexOf(t.username)}))})):[]},getSearchResultValue:function(t){return t.username},onSearchSubmit:function(t){this.usernames.push(t),this.$refs.autocomplete.value=""},removeUsername:function(t){event.currentTarget.blur(),this.usernames.splice(t,1)},submitInvites:function(){var t=this;this.isSubmitting=!0,event.currentTarget.blur(),axios.post("/api/v0/groups/search/invite/friends/send",{g:this.group.id,uids:this.usernames.map((function(t){return t.id}))}).then((function(e){t.usernames=[],t.isSubmitting=!1,t.close(),swal("Success","Successfully sent invite(s)","success")})).catch((function(e){t.usernames=[],t.isSubmitting=!1,422===e.response.status?swal("Error",e.response.data.error,"error"):swal("Oops!","An error occured, please try again later","error"),t.close()}))}}}},68902:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{group:{type:Object},compact:{type:Boolean,default:!1},showStats:{type:Boolean,default:!1},truncateTitleLength:{type:Number,default:19},truncateDescriptionLength:{type:Number,default:22}},data:function(){return{titleLength:40,descriptionLength:60}},mounted:function(){this.compact&&(this.titleLength=19,this.descriptionLength=22),19!=this.truncateTitleLength&&(this.titleLength=this.truncateTitleLength),22!=this.truncateDescriptionLength&&(this.descriptionLength=this.truncateDescriptionLength)},methods:{prettyCount:function(t){return App.util.format.count(t)},truncate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:140;return t.length<=e?t:t.substr(0,e)+" ..."}}}},43599:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(7764),s=a(69513);const i={props:{groupId:{type:String},status:{type:Object},profile:{type:Object}},components:{"read-more":o.default,"comment-drawer":s.default},data:function(){return{loaded:!1}},mounted:function(){this.init()},methods:{init:function(){this.loaded=!0,this.$refs.modal.show()},shortTimestamp:function(t){return window.App.util.format.timeAgo(t)}}}},89905:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(2e4);a(73718);const s={props:{group:{type:Object},profile:{type:Object}},components:{autocomplete:o.default},data:function(){return{query:"",recent:[],loaded:!1}},methods:{open:function(){this.fetchRecent(),this.$refs.modal.show()},close:function(){this.$refs.modal.hide()},fetchRecent:function(){var t=this;axios.get("/api/v0/groups/search/getrec",{params:{g:this.group.id}}).then((function(e){t.recent=e.data}))},autocompleteSearch:function(t){return!t||t.length<2?[]:axios.post("/api/v0/groups/search/lac",{q:t,g:this.group.id,v:"0.2"}).then((function(t){return t.data}))},getSearchResultValue:function(t){return t.username},onSearchSubmit:function(t){if(t.length<1)return[];axios.post("/api/v0/groups/search/addrec",{g:this.group.id,q:{value:t.username,action:t.url}}).then((function(e){location.href=t.url}))},viewMyActivity:function(){location.href="/groups/".concat(this.group.id,"/user/").concat(this.profile.id,"?rf=group_search")},viewGroupSearch:function(){location.href="/groups/home?ct=gsearch&rf=group_search&rfid=".concat(this.group.id)},addToRecentSearches:function(){}}}},6234:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>v});var o=a(69513),s=a(84125),i=a(78841),n=a(21466),r=a(98051),l=a(37128),c=a(61518),d=a(79427),u=a(42013),p=a(93934),m=a(40798),f=a(76746);function h(t){return function(t){if(Array.isArray(t))return g(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return g(t,e);var a={}.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?g(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,o=Array(e);a<e;a++)o[a]=t[a];return o}const v={props:{groupId:{type:String},group:{type:Object},profile:{type:Object},prestatus:{type:Object},recommended:{type:Boolean,default:!1},reactionBar:{type:Boolean,default:!0},hasTopBorder:{type:Boolean,default:!0},size:{type:String,validator:function(t){return["regular","small"].includes(t)},default:"regular"},permalinkMode:{type:Boolean,default:!1},showGroupChevron:{type:Boolean,default:!1},showGroupHeader:{type:Boolean,default:!1}},components:{"comment-drawer":o.default,"context-menu":s.default,"poll-card":i.default,"mixed-album-presenter":n.default,"photo-album-presenter":r.default,"photo-presenter":l.default,"video-album-presenter":c.default,"video-presenter":d.default,"post-modal":u.default,"parent-unavailable":m.default,"group-post-header":f.default},data:function(){return{config:window.App.config,status:{},loaded:!1,replies:[],replyId:null,lightboxMedia:!1,showSuggestions:!0,showReadMore:!0,replyStatus:{},replyText:"",replyNsfw:!1,emoji:window.App.util.emoji,commentDrawerKey:0,showCommentDrawer:!1,parentContext:void 0,childContext:void 0,parentUnavailable:void 0,showModal:!1,likes:[],likesPage:1,openLikesModal:!1}},computed:{renderedCaption:{get:function(){if(this.prestatus){var t=this.prestatus.gid;return null==this.prestatus.content?"":(0,p.autoLink)(this.prestatus.content,{hashtagUrlBase:App.config.site.url+"/groups/".concat(t,"/topics/"),usernameUrlBase:App.config.site.url+"/groups/".concat(t,"/username/")})}return this.prestatus.content}}},mounted:function(){var t=this;this.status=this.prestatus;var e=this;setTimeout((function(){1==t.permalinkMode&&t.prestatus.in_reply_to_id?(e.childContext=e.status,axios.get("/api/v0/groups/status",{params:{gid:e.groupId,sid:e.status.in_reply_to_id}}).then((function(t){e.status=t.data,e.parentUnavailable=!1,e.showCommentDrawer=!0,e.parentContext=t.data,e.loaded=!0})).catch((function(a){e.status=t.prestatus,e.parentUnavailable=!0,e.showCommentDrawer=!0,e.parentContext=t.prestatus,e.loaded=!0}))):(e.parentUnavailable=!1,e.showCommentDrawer=!1,e.loaded=!0)}),100)},methods:{formatCount:function(t){return App.util.format.count(t)},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.local?t.account.url:"/i/web/profile/_/"+t.account.id},timestampFormat:function(t){var e=new Date(t);return e.toDateString()+" "+e.toLocaleTimeString()},shortTimestamp:function(t){return window.App.util.format.timeAgo(t)},statusCardUsernameFormat:function(t){if(1==t.account.local)return t.account.username;var e=window.App.config.username.remote.format,a=window.App.config.username.remote.custom,o=t.account.username,s=document.createElement("a");switch(s.href=t.account.url,s=s.hostname,e){case"@":default:return o+'<span class="text-lighter font-weight-bold">@'+s+"</span>";case"from":return o+'<span class="text-lighter font-weight-bold"> <span class="font-weight-normal">from</span> '+s+"</span>";case"custom":return o+'<span class="text-lighter font-weight-bold"> '+a+" "+s+"</span>"}},lightbox:function(t){window.location.href=t.media_attachments[0].url},labelRedirect:function(t){var e="/i/redirect?url="+encodeURI(this.config.features.label.covid.url);window.location.href=e},likeStatus:function(t,e){e.currentTarget.blur();var a=t.favourites_count,o=t.favourited?"unlike":"like";axios.post("/api/v0/groups/status/"+o,{sid:t.id,gid:this.groupId}).then((function(s){t.favourited=o,t.favourites_count=o?a+1:a-1,t.favourited=o,t.favourited&&setTimeout((function(){e.target.classList.add("animate__animated","animate__bounce")}),100)})).catch((function(t){422==t.response.status?swal("Error",t.response.data.error,"error"):swal("Error","Something went wrong, please try again later.","error")})),window.navigator.vibrate(200)},commentFocus:function(t){t.target.blur(),this.showCommentDrawer=!this.showCommentDrawer},commentSubmit:function(t,e){var a=this;this.replySending=!0;var o=t.id,s=this.replyText,i=this.config.uploader.max_caption_length;if(s.length>i)return this.replySending=!1,void swal("Comment Too Long","Please make sure your comment is "+i+" characters or less.","error");axios.post("/i/comment",{item:o,comment:s,sensitive:this.replyNsfw}).then((function(t){a.replyText="",a.replies.push(t.data.entity),a.$refs.replyModal.hide()})),this.replySending=!1},owner:function(t){return this.profile.id===t.account.id},admin:function(){return 1==this.profile.is_admin},ownerOrAdmin:function(t){return this.owner(t)||this.admin()},ctxMenu:function(){this.$refs.contextMenu.open()},timeAgo:function(t){return App.util.format.timeAgo(t)},statusDeleted:function(t){this.$emit("status-delete")},showPostModal:function(){this.showModal=!0,this.$refs.modal.init()},showLikesModal:function(t){t&&t.hasOwnProperty("currentTarget")&&t.currentTarget().blur(),this.$emit("likes-modal")},infiniteLikesHandler:function(t){var e=this;axios.get("/api/v0/groups/"+this.groupId+"/likes/"+this.status.id,{params:{page:this.likesPage}}).then((function(a){var o,s=a.data;s.data.length>0?((o=e.likes).push.apply(o,h(s.data)),e.likesPage++,t.loaded()):t.complete()}))}}}},96895:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={}},70714:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{group:{type:Object}}}},9125:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{group:{type:Object},isAdmin:{type:Boolean,default:!1},isMember:{type:Boolean,default:!1}},data:function(){return{requestingMembership:!1}},methods:{joinGroup:function(){var t=this;this.requestingMembership=!0,axios.post("/api/v0/groups/"+this.group.id+"/join").then((function(e){t.requestingMembership=!1,t.$emit("refresh")})).catch((function(e){var a=e.response;422==a.status&&(t.requestingMembership=!1,swal("Oops!",a.data.error,"error"))}))},cancelJoinRequest:function(){var t=this;window.confirm("Are you sure you want to cancel your request to join this group?")&&axios.post("/api/v0/groups/"+this.group.id+"/cjr").then((function(e){t.requestingMembership=!1,t.$emit("refresh")})).catch((function(t){var e=t.response;422==e.status&&swal("Oops!",e.data.error,"error")}))},leaveGroup:function(){var t=this;window.confirm("Are you sure you want to leave this group? Any content you shared will remain accessible. You won't be able to rejoin for 24 hours.")&&axios.post("/api/v0/groups/"+this.group.id+"/leave").then((function(e){t.$emit("refresh")}))}}}},11493:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(94559);const s={props:{group:{type:Object},isAdmin:{type:Boolean,default:!1},isMember:{type:Boolean,default:!1},atabs:{type:Object},profile:{type:Object}},components:{"search-modal":o.default},methods:{showSearchModal:function(){event.currentTarget.blur(),this.$refs.searchModal.open()}}}},79270:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{status:{type:Object},cursorLimit:{type:Number,default:200}},data:function(){return{fullContent:null,content:null,cursor:200}},mounted:function(){this.cursor=this.cursorLimit,this.fullContent=this.status.content,this.content=this.status.content.substr(0,this.cursor)},methods:{readMore:function(){this.cursor=this.cursor+200,this.content=this.fullContent.substr(0,this.cursor)}}}},93350:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(75386);function s(t){return function(t){if(Array.isArray(t))return i(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return i(t,e);var a={}.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?i(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,o=Array(e);a<e;a++)o[a]=t[a];return o}const n={props:{profile:{type:Object}},components:{"group-list-card":o.default},data:function(){return{isLoaded:!1,tab:"home",popularGroups:[],newGroups:[],activeCategoryIndex:void 0,activeCategoryPage:1,categories:[],categoriesStart:0,categoriesEnd:6,categoryGroups:[],categoryGroupsLoaded:!1,categoryGroupsCanLoadMore:!1}},mounted:function(){this.fetchPopular(),this.fetchCategories()},methods:{fetchPopular:function(){var t=this;axios.get("/api/v0/groups/discover/popular").then((function(e){t.popularGroups=e.data,t.fetchNew()}))},fetchNew:function(){var t=this;axios.get("/api/v0/groups/discover/new").then((function(e){t.newGroups=e.data}))},fetchCategories:function(){var t=this;axios.get("/api/v0/groups/categories/list").then((function(e){t.categories=e.data}))},toggleTab:function(t){window.scrollTo(0,0),this.tab=t},selectCategory:function(t){window.scrollTo(0,0),t!==this.activeCategoryIndex&&(this.activeCategoryPage=1),this.activeCategoryIndex=t,this.fetchCategoryGroups()},fetchCategoryGroups:function(){var t=this;1==this.activeCategoryPage&&(this.categoryGroupsLoaded=!1),axios.get("/api/v0/groups/category/list",{params:{name:this.categories[this.activeCategoryIndex],page:this.activeCategoryPage}}).then((function(e){var a;(t.tab="category",1==t.activeCategoryPage)?t.categoryGroups=e.data:(a=t.categoryGroups).push.apply(a,s(e.data));6==e.data.length?(t.categoryGroupsCanLoadMore=!0,t.activeCategoryPage++):t.categoryGroupsCanLoadMore=!1,setTimeout((function(){t.categoryGroupsLoaded=!0}),600)}))}}}},34015:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(95002);const s={props:{profile:{type:Object}},data:function(){return{feed:[],ids:[],page:1,tab:"feed",initalLoad:!1,emptyFeed:!0}},components:{"group-status":o.default},mounted:function(){this.fetchFeed()},methods:{fetchFeed:function(){var t=this;axios.get("/api/v0/groups/self/feed",{params:{initial:!0}}).then((function(e){t.page++,t.feed=e.data,t.emptyFeed=0===t.feed.length,t.initalLoad=!0}))},infiniteFeed:function(t){var e=this;this.feed.length<2||this.page>5?t.complete():axios.get("/api/v0/groups/self/feed",{params:{page:this.page}}).then((function(a){if(a.data.length){var o=a.data,s=e;o.forEach((function(t){-1==s.ids.indexOf(t.id)&&(s.ids.push(t.id),s.feed.push(t))})),t.loaded(),e.page++}else t.complete()}))},switchTab:function(t){this.tab=t},gotoDiscover:function(){this.$emit("switchtab","discover")}}}},7755:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(75386);function s(t){return function(t){if(Array.isArray(t))return i(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return i(t,e);var a={}.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?i(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,o=Array(e);a<e;a++)o[a]=t[a];return o}const n={props:{profile:{type:Object}},components:{"group-list-card":o.default},data:function(){return{isLoaded:!1,groups:[],canLoadMore:!1,loadingMore:!1,page:1}},mounted:function(){this.fetchSelf()},methods:{fetchSelf:function(){var t=this;axios.get("/api/v0/groups/self/list").then((function(e){var a=e.data.filter((function(t){return t.hasOwnProperty("id")&&t.hasOwnProperty("url")}));t.groups=a,t.canLoadMore=4==e.data.length,t.page++,t.isLoaded=!0}))},loadMore:function(){var t=this;this.loadingMore=!0,axios.get("/api/v0/groups/self/list",{params:{page:this.page}}).then((function(e){var a,o=e.data.filter((function(t){return t.hasOwnProperty("id")&&t.hasOwnProperty("url")}));(a=t.groups).push.apply(a,s(o)),t.canLoadMore=4==e.data.length,t.page++,t.loadingMore=!1}))},prettyCount:function(t){return App.util.format.count(t)},truncate:function(t){return t.length<=140?t:t.substr(0,140)+" ..."}}}},26751:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={}},93543:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={data:function(){return{notifications:[],initialLoad:!1,loading:!0,page:1}},mounted:function(){this.fetchNotifications()},methods:{fetchNotifications:function(){var t=this;axios.get("/api/pixelfed/v1/accounts/verify_credentials").then((function(t){window._sharedData.curUser=t.data,window.App.util.navatar()})),axios.get("/api/v0/groups/self/notifications").then((function(e){var a=e.data.filter((function(t){return!("share"==t.type&&!t.status)&&(!("comment"==t.type&&!t.status)&&(!("mention"==t.type&&!t.status)&&(!("favourite"==t.type&&!t.status)&&!("follow"==t.type&&!t.account))))}));t.notifications=a}))},truncate:function(t){return t.length<=15?t:t.slice(0,15)+"..."},timeAgo:function(t){var e=Date.parse(t),a=Math.floor((new Date-e)/1e3),o=Math.floor(a/31536e3);return o>=1?o+"y":(o=Math.floor(a/604800))>=1?o+"w":(o=Math.floor(a/86400))>=1?o+"d":(o=Math.floor(a/3600))>=1?o+"h":(o=Math.floor(a/60))>=1?o+"m":Math.floor(a)+"s"},mentionUrl:function(t){return"/p/"+t.account.username+"/"+t.id},followProfile:function(t){var e=this,a=t.account.id;axios.post("/i/follow",{item:a}).then((function(t){e.notifications.map((function(t){t.account.id===a&&(t.relationship.following=!0)}))})).catch((function(t){t.response.data.message&&swal("Error",t.response.data.message,"error")}))},viewContext:function(t){switch(t.type){case"follow":return t.account.url;case"mention":case"like":case"favourite":case"comment":return t.status.url;case"tagged":return t.tagged.post_url;case"direct":return"/account/direct/t/"+t.account.id}return"/"},getProfileUrl:function(t){return 1==t.local?t.url:"/i/web/profile/_/"+t.id},getPostUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id}}}},60217:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={data:function(){return{q:void 0}}}},33664:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{group:{type:Object},status:{type:Object},profile:{type:Object},showGroupHeader:{type:Boolean,default:!1},showGroupChevron:{type:Boolean,default:!1}},data:function(){return{reportTypes:[{key:"spam",title:"It's spam"},{key:"sensitive",title:"Nudity or sexual activity"},{key:"abusive",title:"Bullying or harassment"},{key:"underage",title:"I think this account is underage"},{key:"violence",title:"Violence or dangerous organizations"},{key:"copyright",title:"Copyright infringement"},{key:"impersonation",title:"Impersonation"},{key:"scam",title:"Scam or fraud"},{key:"terrorism",title:"Terrorism or terrorism-related content"}]}},methods:{formatCount:function(t){return App.util.format.count(t)},statusUrl:function(){return"/groups/"+this.status.gid+"/p/"+this.status.id},profileUrl:function(){return"/groups/"+this.status.gid+"/user/"+this.status.account.id},timestampFormat:function(t){var e=new Date(t);return e.toDateString()+" "+e.toLocaleTimeString()},shortTimestamp:function(t){return window.App.util.format.timeAgo(t)},statusCardUsernameFormat:function(t){if(1==t.account.local)return t.account.username;var e=window.App.config.username.remote.format,a=window.App.config.username.remote.custom,o=t.account.username,s=document.createElement("a");switch(s.href=t.account.url,s=s.hostname,e){case"@":default:return o+'<span class="text-lighter font-weight-bold">@'+s+"</span>";case"from":return o+'<span class="text-lighter font-weight-bold"> <span class="font-weight-normal">from</span> '+s+"</span>";case"custom":return o+'<span class="text-lighter font-weight-bold"> '+a+" "+s+"</span>"}},sendReport:function(t){var e=this,a=document.createElement("div");a.classList.add("list-group"),this.reportTypes.forEach((function(t){var e=document.createElement("button");e.classList.add("list-group-item","small"),e.innerHTML=t.title,e.onclick=function(){document.dispatchEvent(new CustomEvent("reportOption",{detail:{key:t.key,title:t.title}}))},a.appendChild(e)}));var o=document.createElement("div");o.appendChild(a),swal({title:"Report Content",icon:"warning",content:o,buttons:!1}),document.addEventListener("reportOption",(function(t){console.log(t.detail),e.showConfirmation(t.detail)}),{once:!0})},showConfirmation:function(t){var e=this;console.log(t),swal({title:"Confirmation",text:"You selected ".concat(t.title,". Do you want to proceed?"),icon:"info",buttons:!0}).then((function(a){a?axios.post("/api/v0/groups/".concat(e.status.gid,"/report/create"),{type:t.key,id:e.status.id}).then((function(t){swal("Confirmed!","Your report has been submitted.","success")})):swal("Cancelled","Your report was not submitted.","error")}))},onDelete:function(){var t=this;swal({title:"Delete Post Confirmation",text:"Are you sure you want to delete this post?",icon:"warning",dangerMode:!0,buttons:!0}).then((function(e){e&&axios.post("/api/v0/groups/status/delete",{id:t.status.id,gid:t.status.gid}).then((function(e){t.$emit("delete",t.status)})).catch((function(t){console.log(t)}))}))}}}},75e3:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(69513);const s={props:{showCommentDrawer:{type:Boolean},permalinkMode:{type:Boolean},childContext:{type:Object},status:{type:Object},profile:{type:Object},groupId:{type:String}},components:{"comment-drawer":o.default}}},79254:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:{loaded:{type:Boolean,default:!1}}}},29579:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(2e4);a(73718);const s={data:function(){return{initialLoad:!1,tabs:[{name:"Your Feed",icon:"fas fa-list",path:"/groups/feed"},{name:"Discover",icon:"fas fa-compass",path:"/groups/discover"},{name:"Your Groups",icon:"fas fa-list",path:"/groups/joins"}],config:{},groups:[],profile:{},tab:null,searchQuery:void 0}},components:{autocomplete:o.default},methods:{autocompleteSearch:function(t){var e=this;return!t||t.length<2?[]:(this.searchQuery=t,t.startsWith("#")?(this.$bvToast.toast(t,{title:"Hashtag detected",variant:"info",autoHideDelay:5e3}),[]):axios.post("/api/v0/groups/search/global",{q:t,v:"0.2"}).then((function(t){return e.searchLoading=!1,t.data})).catch((function(t){return 422===t.response.status&&e.$bvToast.toast(t.response.data.error.message,{title:"Cannot display search results",variant:"danger",autoHideDelay:5e3}),[]})))},getSearchResultValue:function(t){return t.name},onSearchSubmit:function(t){if(t.length<1)return[];location.href=t.url},truncateName:function(t){return t.length<24?t:t.substr(0,23)+"..."}}}},87034:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(2e4);a(73718);function s(t){return function(t){if(Array.isArray(t))return i(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return i(t,e);var a={}.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?i(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,o=Array(e);a<e;a++)o[a]=t[a];return o}const n={components:{Autocomplete:o.default},data:function(){return{brandName:"pixelfed",user:window._sharedData.user,profileLayoutModel:"grid",hasLocalTimeline:!0,hasNetworkTimeline:!1}},computed:{profileLayout:{get:function(){return this.$store.state.profileLayout},set:function(t){this.$store.commit("setProfileLayout",t)}},hideCounts:{get:function(){return this.$store.state.hideCounts},set:function(t){this.$store.commit("setHideCounts",t)}},autoloadComments:{get:function(){return this.$store.state.autoloadComments},set:function(t){this.$store.commit("setAutoloadComments",t)}},newReactions:{get:function(){return this.$store.state.newReactions},set:function(t){this.$store.commit("setNewReactions",t)}},fixedHeight:{get:function(){return this.$store.state.fixedHeight},set:function(t){this.$store.commit("setFixedHeight",t)}},uiColorScheme:{get:function(){return this.$store.state.colorScheme},set:function(t){this.$store.commit("setColorScheme",t)}}},mounted:function(){window.App.config.features.hasOwnProperty("timelines")&&(this.hasLocalTimeline=App.config.features.timelines.local,this.hasNetworkTimeline=App.config.features.timelines.network);var t=new URLSearchParams(window.location.search);t.has("q")&&t.get("q")&&t.has("src")&&"ac"===t.get("src")&&(this.$refs.autocomplete.setValue(t.get("q")),setTimeout((function(){document.querySelector(".autocomplete-input").focus()}),1e3)),this.brandName=window.App.config.site.name},methods:{autocompleteSearch:function(t){var e=this;if(!t||t.length<2)return[];var a=t.startsWith("https://")||t.startsWith("@");return axios.get("/api/v2/search",{params:{q:t,resolve:a,_pe:1}}).then((function(a){var o=[],i=a.data.accounts.map((function(t){var e=t;return e.s_type="account",e})),n=a.data.hashtags.map((function(t){var e=t;return e.s_type="hashtag",e}));if(o.push.apply(o,s(i.slice(0,5))),o.push.apply(o,s(n.slice(0,5))),a.data.statuses)if(Array.isArray(a.data.statuses)){var r=a.data.statuses.map((function(t){var e=t;return e.s_type="status",e}));o.push.apply(o,s(r))}else t===a.data.statuses.url&&(e.$refs.autocomplete.value="",e.$router.push({name:"post",path:"/i/web/post/".concat(a.data.statuses.id),params:{id:a.data.statuses.id,cachedStatus:a.data.statuses,cachedProfile:e.user}}));return o}))},getSearchResultValue:function(t){return t},onSearchSubmit:function(t){if(!(t.length<1))switch(this.$refs.autocomplete.value="",t.s_type){case"account":location.href="/i/web/profile/".concat(t.id);break;case"hashtag":location.href="/i/web/hashtag/".concat(t.name);break;case"status":location.href="/i/web/post/".concat(t.id)}},truncate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:30;return t.length<=e?t:t.slice(0,e)+"..."},timeAgo:function(t){return window.App.util.format.timeAgo(t)},formatCount:function(t){return t?new Intl.NumberFormat("en-CA",{notation:"compact",compactDisplay:"short"}).format(t):0},logout:function(){axios.post("/logout").then((function(t){location.href="/"})).catch((function(t){location.href="/"}))},openUserInterfaceSettings:function(){event.currentTarget.blur(),this.$refs.uis.show()},toggleUi:function(t){event.currentTarget.blur(),this.uiColorScheme=t},toggleProfileLayout:function(t){event.currentTarget.blur(),this.profileLayout=t}}}},33422:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:["status"]}},36639:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(18634);const s={props:["status"],data:function(){return{sensitive:this.status.sensitive,cursor:0}},created:function(){},beforeDestroy:function(){},methods:{toggleContentWarning:function(t){this.$emit("togglecw")},toggleLightbox:function(t){(0,o.default)({el:t.target,gallery:"#carousel-"+this.status.id,position:this.$refs.carousel.currentPage})},altText:function(t){var e=t.description;return e||"Photo was not tagged with any alt text."},keypressNavigation:function(t){var e=this.$refs.carousel;if("37"==t.keyCode){t.preventDefault();var a="backward";e.advancePage(a),e.$emit("navigation-click",a)}if("39"==t.keyCode){t.preventDefault();var o="forward";e.advancePage(o),e.$emit("navigation-click",o)}}}}},9266:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(18634);const s={props:["status"],data:function(){return{sensitive:this.status.sensitive}},mounted:function(){},methods:{altText:function(t){var e=t.media_attachments[0].description;return e||"Photo was not tagged with any alt text."},toggleContentWarning:function(t){this.$emit("togglecw")},toggleLightbox:function(t){(0,o.default)({el:t.target})},width:function(){if(this.status.media_attachments[0].meta&&this.status.media_attachments[0].meta.original&&this.status.media_attachments[0].meta.original.width)return this.status.media_attachments[0].meta.original.width},height:function(){if(this.status.media_attachments[0].meta&&this.status.media_attachments[0].meta.original&&this.status.media_attachments[0].meta.original.height)return this.status.media_attachments[0].meta.original.height}}}},35986:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:["status"]}},25189:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:["status"],methods:{altText:function(t){var e=t.media_attachments[0].description;return e||"Video was not tagged with any alt text."},playOrPause:function(t){var e=t.target;1==e.getAttribute("playing")?(e.removeAttribute("playing"),e.pause()):(e.setAttribute("playing",1),e.play())},toggleContentWarning:function(t){this.$emit("togglecw")},poster:function(){var t=this.status.media_attachments[0].preview_url;if(!t.endsWith("no-preview.jpg")&&!t.endsWith("no-preview.png"))return t}}}},45076:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(74692);function s(t){return function(t){if(Array.isArray(t))return i(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return i(t,e);var a={}.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?i(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,o=Array(e);a<e;a++)o[a]=t[a];return o}const n={data:function(){return{loading:!0,notifications:{},notificationCursor:2,notificationMaxId:0,profile:{locked:!1},followRequests:null,showRefresh:!1,attemptedRefresh:!1}},mounted:function(){var t=this;this.fetchNotifications(),setTimeout((function(){t.profile=window._sharedData.curUser,t.fetchFollowRequests()}),1500)},updated:function(){},methods:{fetchNotifications:function(){var t=this;axios.get("/api/pixelfed/v1/notifications?pg=true").then((function(e){var a=e.data.filter((function(t){return!("share"==t.type&&!t.status)&&(!("comment"==t.type&&!t.status)&&(!("mention"==t.type&&!t.status)&&(!("favourite"==t.type&&!t.status)&&!("follow"==t.type&&!t.account))))})),o=a.map((function(t){return t.id}));t.notificationMaxId=Math.min.apply(Math,s(o)),t.notifications=a,t.loading=!1,0!=a.length||t.attemptedRefresh||(t.showRefresh=!0)}))},infiniteNotifications:function(t){var e=this;this.notificationCursor>5?t.complete():axios.get("/api/pixelfed/v1/notifications",{params:{max_id:this.notificationMaxId}}).then((function(a){if(a.data.length){var o,i=a.data.filter((function(t){return!("share"==t.type&&!t.status)&&(!("comment"==t.type&&!t.status)&&(!("mention"==t.type&&!t.status)&&(!("favourite"==t.type&&!t.status)&&(!("follow"==t.type&&!t.account)&&!_.find(e.notifications,{id:t.id})))))})),n=i.map((function(t){return t.id}));e.notificationMaxId=Math.min.apply(Math,s(n)),(o=e.notifications).push.apply(o,s(i)),e.notificationCursor++,t.loaded()}else t.complete()}))},truncate:function(t){return t.length<=15?t:t.slice(0,15)+"..."},timeAgo:function(t){return window.App.util.format.timeAgo(t)},mentionUrl:function(t){return"/p/"+t.account.username+"/"+t.id},notificationPoll:function(){var t=this.notifications.length>5?15e3:12e4,e=this;setInterval((function(){axios.get("/api/pixelfed/v1/notifications").then((function(t){var a=t.data.filter((function(t){return!("share"==t.type||e.notificationMaxId>=t.id)}));if(a.length){var i,n=a.map((function(t){return t.id}));e.notificationMaxId=Math.max.apply(Math,s(n)),(i=e.notifications).unshift.apply(i,s(a));var r=new Audio("/static/beep.mp3");r.volume=.7,r.play(),o(".notification-card .far.fa-bell").addClass("fas text-danger").removeClass("far text-muted")}}))}),t)},fetchFollowRequests:function(){var t=this;1==window._sharedData.curUser.locked&&axios.get("/account/follow-requests.json").then((function(e){t.followRequests=e.data}))},redirect:function(t){window.location.href=t},notificationPreview:function(t){return t.status&&t.status.hasOwnProperty("media_attachments")&&t.status.media_attachments.length?t.status.media_attachments[0].preview_url:"/storage/no-preview.png"},getProfileUrl:function(t){return 1==t.local?t.url:"/i/web/profile/_/"+t.id},getPostUrl:function(t){if(t)return t.hasOwnProperty("local")&&1!=t.local?"/i/web/post/_/"+t.account.id+"/"+t.id:t.url},refreshNotifications:function(){this.loading=!0,this.attemptedRefresh=!0,this.fetchNotifications()}}}},59488:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(74692);const s={props:["feed","status","profile","size","modal"],data:function(){return{activeSession:!1}},mounted:function(){var t=document.querySelector("body");this.activeSession=!!t.classList.contains("loggedIn")},methods:{reportUrl:function(t){return"/i/report?type="+(t.in_reply_to?"comment":"post")+"&id="+t.id},timestampFormat:function(t){var e=new Date(t);return e.toDateString()+" "+e.toLocaleTimeString()},editUrl:function(t){return t.url+"/edit"},redirect:function(t){window.location.href=t},replyUrl:function(t){return"/p/"+this.profile.username+"/"+(t.account.id==this.profile.id?t.id:t.in_reply_to_id)},mentionUrl:function(t){return"/p/"+t.account.username+"/"+t.id},statusOwner:function(t){return parseInt(t.account.id)==parseInt(this.profile.id)},deletePost:function(){this.$emit("deletePost"),o("#mt_pid_"+this.status.id).modal("hide")},hidePost:function(t){t.sensitive=!0,o("#mt_pid_"+t.id).modal("hide")},moderatePost:function(t,e,a){var o=t.account.username;switch(e){case"autocw":var s="Are you sure you want to enforce CW for "+o+" ?";swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0});break;case"suspend":s="Are you sure you want to suspend the account of "+o+" ?",swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0})}},muteProfile:function(t){0!=o("body").hasClass("loggedIn")&&axios.post("/i/mute",{type:"user",item:t.account.id}).then((function(e){swal("Success","You have successfully muted "+t.account.acct,"success")})).catch((function(t){swal("Error","Something went wrong. Please try again later.","error")}))},blockProfile:function(t){0!=o("body").hasClass("loggedIn")&&axios.post("/i/block",{type:"user",item:t.account.id}).then((function(e){swal("Success","You have successfully blocked "+t.account.acct,"success")})).catch((function(t){swal("Error","Something went wrong. Please try again later.","error")}))},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.local?t.account.url:"/i/web/profile/_/"+t.account.id},closeModal:function(){o("#mt_pid_"+this.status.id).modal("hide")}}}},81504:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});const o={props:["list","scope"],data:function(){return{loading:!0,show:!0,stories:{}}},mounted:function(){this.fetchStories()},methods:{fetchStories:function(){var t=this;axios.get("/api/web/stories/v1/recent").then((function(e){e.data;e.data.length?(t.stories=e.data,t.loading=!1):t.show=!1})).catch((function(e){t.loading=!1,t.$bvToast.toast("Cannot load stories. Please try again later.",{title:"Error",variant:"danger",autoHideDelay:5e3}),t.show=!1}))},showStory:function(t){var e;switch(this.scope){case"home":e="/?t=1";break;case"local":e="/?t=2";break;case"network":e="/?t=3"}window.location.href=this.stories[t].url+e},systemStory:function(){window.location.href="/i/_platform/stories/whats-new"}}}},70384:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});var o=a(74692);const s={props:["status","profile"],data:function(){return{ctxMenuStatus:!1,ctxMenuRelationship:!1,ctxEmbedPayload:!1,copiedEmbed:!1,replySending:!1,ctxEmbedShowCaption:!0,ctxEmbedShowLikes:!1,ctxEmbedCompactMode:!1,confirmModalTitle:"Are you sure?",confirmModalIdentifer:null,confirmModalType:!1}},watch:{ctxEmbedShowCaption:function(t,e){1==t&&(this.ctxEmbedCompactMode=!1);var a=this.ctxEmbedCompactMode?"compact":"full";this.ctxEmbedPayload=window.App.util.embed.post(this.ctxMenuStatus.url,this.ctxEmbedShowCaption,this.ctxEmbedShowLikes,a)},ctxEmbedShowLikes:function(t,e){1==t&&(this.ctxEmbedCompactMode=!1);var a=this.ctxEmbedCompactMode?"compact":"full";this.ctxEmbedPayload=window.App.util.embed.post(this.ctxMenuStatus.url,this.ctxEmbedShowCaption,this.ctxEmbedShowLikes,a)},ctxEmbedCompactMode:function(t,e){1==t&&(this.ctxEmbedShowCaption=!1,this.ctxEmbedShowLikes=!1);var a=this.ctxEmbedCompactMode?"compact":"full";this.ctxEmbedPayload=window.App.util.embed.post(this.ctxMenuStatus.url,this.ctxEmbedShowCaption,this.ctxEmbedShowLikes,a)}},methods:{open:function(){this.ctxMenu()},ctxMenu:function(){var t=this;this.ctxMenuStatus=this.status,this.ctxEmbedPayload=window.App.util.embed.post(this.status.url),this.status.account.id==this.profile.id?(this.ctxMenuRelationship=!1,this.$refs.ctxModal.show()):axios.get("/api/pixelfed/v1/accounts/relationships",{params:{"id[]":this.status.account.id}}).then((function(e){t.ctxMenuRelationship=e.data[0],t.$refs.ctxModal.show()}))},closeCtxMenu:function(){this.copiedEmbed=!1,this.ctxMenuStatus=!1,this.ctxMenuRelationship=!1,this.$refs.ctxModal.hide(),this.$refs.ctxReport.hide(),this.$refs.ctxReportOther.hide(),this.closeModals()},ctxMenuCopyLink:function(){var t=this.ctxMenuStatus;navigator.clipboard.writeText(t.url),this.closeModals()},ctxMenuGoToPost:function(){var t=this.ctxMenuStatus;window.location.href=this.statusUrl(t),this.closeCtxMenu()},ctxMenuGoToProfile:function(){var t=this.ctxMenuStatus;window.location.href=this.profileUrl(t),this.closeCtxMenu()},ctxMenuReportPost:function(){this.$refs.ctxModal.hide(),this.$refs.ctxReport.show()},ctxMenuEmbed:function(){this.closeModals(),this.$refs.ctxEmbedModal.show()},ctxMenuShare:function(){this.$refs.ctxModal.hide(),this.$refs.ctxShareModal.show()},closeCtxShareMenu:function(){this.$refs.ctxShareModal.hide(),this.$refs.ctxModal.show()},ctxCopyEmbed:function(){navigator.clipboard.writeText(this.ctxEmbedPayload),this.ctxEmbedShowCaption=!0,this.ctxEmbedShowLikes=!1,this.ctxEmbedCompactMode=!1,this.$refs.ctxEmbedModal.hide()},ctxModMenuShow:function(){this.$refs.ctxModal.hide(),this.$refs.ctxModModal.show()},ctxModOtherMenuShow:function(){this.$refs.ctxModal.hide(),this.$refs.ctxModModal.hide(),this.$refs.ctxModOtherModal.show()},ctxModMenu:function(){this.$refs.ctxModal.hide()},ctxModMenuClose:function(){this.closeModals()},ctxModOtherMenuClose:function(){this.closeModals(),this.$refs.ctxModModal.show()},formatCount:function(t){return App.util.format.count(t)},openCtxReportOtherMenu:function(){var t=this.ctxMenuStatus;this.closeCtxMenu(),this.ctxMenuStatus=t,this.$refs.ctxReportOther.show()},ctxReportMenuGoBack:function(){this.$refs.ctxReportOther.hide(),this.$refs.ctxReport.hide(),this.$refs.ctxModal.show()},ctxReportOtherMenuGoBack:function(){this.$refs.ctxReportOther.hide(),this.$refs.ctxModal.hide(),this.$refs.ctxReport.show()},sendReport:function(t){var e=this,a=this.ctxMenuStatus.id;swal({title:"Confirm Report",text:"Are you sure you want to report this post?",icon:"warning",buttons:!0,dangerMode:!0}).then((function(o){o?axios.post("/i/report/",{report:t,type:"post",id:a}).then((function(t){e.closeCtxMenu(),swal("Report Sent!","We have successfully received your report.","success")})).catch((function(t){swal("Oops!","There was an issue reporting this post.","error")})):e.closeCtxMenu()}))},closeModals:function(){this.$refs.ctxModal.hide(),this.$refs.ctxModModal.hide(),this.$refs.ctxModOtherModal.hide(),this.$refs.ctxShareModal.hide(),this.$refs.ctxEmbedModal.hide(),this.$refs.ctxReport.hide(),this.$refs.ctxReportOther.hide(),this.$refs.ctxConfirm.hide()},openCtxStatusModal:function(){this.closeModals(),this.$refs.ctxStatusModal.show()},openConfirmModal:function(){this.closeModals(),this.$refs.ctxConfirm.show()},closeConfirmModal:function(){this.closeModals(),this.confirmModalTitle="Are you sure?",this.confirmModalType=!1,this.confirmModalIdentifer=null},confirmModalConfirm:function(){var t=this;if("post.delete"===this.confirmModalType)axios.post("/i/delete",{type:"status",item:this.confirmModalIdentifer}).then((function(e){t.feed=t.feed.filter((function(e){return e.id!=t.confirmModalIdentifer})),t.closeConfirmModal()})).catch((function(e){t.closeConfirmModal(),swal("Error","Something went wrong. Please try again later.","error")}));this.closeConfirmModal()},confirmModalCancel:function(){this.closeConfirmModal()},moderatePost:function(t,e,a){var o=this,s=(t.account.username,t.id,""),i=this;switch(e){case"addcw":s="Are you sure you want to add a content warning to this post?",swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(e){swal("Success","Successfully added content warning","success"),t.sensitive=!0,i.closeModals(),i.ctxModMenuClose()})).catch((function(t){swal("Error","Something went wrong, please try again later.","error"),i.closeModals(),i.ctxModMenuClose()}))}));break;case"remcw":s="Are you sure you want to remove the content warning on this post?",swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(e){swal("Success","Successfully added content warning","success"),t.sensitive=!1,i.closeModals(),i.ctxModMenuClose()})).catch((function(t){swal("Error","Something went wrong, please try again later.","error"),i.closeModals(),i.ctxModMenuClose()}))}));break;case"unlist":s="Are you sure you want to unlist this post?",swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(e){o.feed=o.feed.filter((function(e){return e.id!=t.id})),swal("Success","Successfully unlisted post","success"),i.closeModals(),i.ctxModMenuClose()})).catch((function(t){i.closeModals(),i.ctxModMenuClose(),swal("Error","Something went wrong, please try again later.","error")}))}));break;case"spammer":s="Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",swal({title:"Confirm",text:s,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(t){swal("Success","Successfully marked account as spammer","success"),i.closeModals(),i.ctxModMenuClose()})).catch((function(t){i.closeModals(),i.ctxModMenuClose(),swal("Error","Something went wrong, please try again later.","error")}))}))}},shareStatus:function(t,e){0!=o("body").hasClass("loggedIn")&&(this.closeModals(),axios.post("/i/share",{item:t.id}).then((function(e){t.reblogs_count=e.data.count,t.reblogged=!t.reblogged,t.reblogged?swal("Success","You shared this post","success"):swal("Success","You unshared this post","success")})).catch((function(t){swal("Error","Something went wrong, please try again later.","error")})))},statusUrl:function(t){return 1==t.account.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.account.local?t.account.url:"/i/web/profile/_/"+t.account.id},deletePost:function(t){var e=this;0!=o("body").hasClass("loggedIn")&&0!=this.ownerOrAdmin(t)&&0!=window.confirm("Are you sure you want to delete this post?")&&axios.post("/i/delete",{type:"status",item:t.id}).then((function(a){e.$emit("status-delete",t.id),e.closeModals()})).catch((function(t){swal("Error","Something went wrong. Please try again later.","error")}))},owner:function(t){return this.profile.id===t.account.id},admin:function(){return 1==this.profile.is_admin},ownerOrAdmin:function(t){return this.owner(t)||this.admin()},archivePost:function(t){var e=this;0!=window.confirm("Are you sure you want to archive this post?")&&axios.post("/api/pixelfed/v2/status/"+t.id+"/archive").then((function(a){e.$emit("status-delete",t.id),e.closeModals()}))},unarchivePost:function(t){var e=this;0!=window.confirm("Are you sure you want to unarchive this post?")&&axios.post("/api/pixelfed/v2/status/"+t.id+"/unarchive").then((function(t){e.closeModals()}))}}}},78615:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(53744),s=a(74692);const i={props:{reactions:{type:Object},status:{type:Object},profile:{type:Object},showBorder:{type:Boolean,default:!0},showBorderTop:{type:Boolean,default:!1},fetchState:{type:Boolean,default:!1}},components:{"context-menu":o.default},data:function(){return{authenticated:!1,tab:"vote",selectedIndex:null,refreshTimeout:void 0,activeRefreshTimeout:!1,refreshingResults:!1}},mounted:function(){var t=this;this.fetchState?axios.get("/api/v1/polls/"+this.status.poll.id).then((function(e){t.status.poll=e.data,e.data.voted&&(t.selectedIndex=e.data.own_votes[0],t.tab="voted"),t.status.poll.expired=new Date(t.status.poll.expires_at)<new Date,t.status.poll.expired&&(t.tab=t.status.poll.voted?"voted":"results")})):(this.status.poll.voted&&(this.tab="voted"),this.status.poll.expired=new Date(this.status.poll.expires_at)<new Date,this.status.poll.expired&&(this.tab=this.status.poll.voted?"voted":"results"),this.status.poll.own_votes.length&&(this.selectedIndex=this.status.poll.own_votes[0])),this.authenticated=s("body").hasClass("loggedIn")},methods:{selectOption:function(t){event.currentTarget.blur(),this.selectedIndex=t},submitVote:function(){var t=this;axios.post("/api/v1/polls/"+this.status.poll.id+"/votes",{choices:[this.selectedIndex]}).then((function(e){console.log(e.data),t.status.poll=e.data})),this.tab="voted"},viewResultsTab:function(){this.tab="results"},viewPollTab:function(){this.tab=null!=this.selectedIndex?"voted":"vote"},formatCount:function(t){return App.util.format.count(t)},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.local?t.account.url:"/i/web/profile/_/"+t.account.id},timestampFormat:function(t){var e=new Date(t);return e.toDateString()+" "+e.toLocaleTimeString()},shortTimestamp:function(t){return window.App.util.format.timeAgo(t)},shortTimestampAhead:function(t){return window.App.util.format.timeAhead(t)},refreshResults:function(){var t=this;this.activeRefreshTimeout=!0,this.refreshingResults=!0,axios.get("/api/v1/polls/"+this.status.poll.id).then((function(e){t.status.poll=e.data,t.status.poll.voted&&(t.selectedIndex=t.status.poll.own_votes[0],t.tab="voted",t.setActiveRefreshTimeout(),t.refreshingResults=!1)})).catch((function(e){swal("Oops!","An error occured while fetching the latest poll results. Please try again later.","error"),t.setActiveRefreshTimeout(),t.refreshingResults=!1}))},setActiveRefreshTimeout:function(){var t=this;this.refreshTimeout=setTimeout((function(){t.activeRefreshTimeout=!1}),3e4)},statusDeleted:function(t){this.$emit("status-delete",t)},ctxMenu:function(){this.$refs.contextMenu.open()},likeStatus:function(){this.$emit("likeStatus",this.status)},calculatePercentage:function(t){var e=this.status;return 0==e.poll.votes_count?0:Math.round(t.votes_count/e.poll.votes_count*100)}}}},47898:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(53744),s=a(78841),i=a(74692);const n={props:{status:{type:Object},recommended:{type:Boolean,default:!1},reactionBar:{type:Boolean,default:!0},hasTopBorder:{type:Boolean,default:!1},size:{type:String,validator:function(t){return["regular","small"].includes(t)},default:"regular"}},components:{"context-menu":o.default,"poll-card":s.default},data:function(){return{config:window.App.config,profile:{},loading:!0,replies:[],replyId:null,lightboxMedia:!1,showSuggestions:!0,showReadMore:!0,replyStatus:{},replyText:"",replyNsfw:!1,emoji:window.App.util.emoji,content:void 0}},mounted:function(){var t=this;this.profile=window._sharedData.curUser,this.content=this.status.content,this.status.emojis.forEach((function(e){var a='<img draggable="false" class="emojione custom-emoji" alt="'.concat(e.shortcode,'" title="').concat(e.shortcode,'" src="').concat(e.url,'" data-original="').concat(e.url,'" data-static="').concat(e.static_url,'" width="18" height="18" onerror="this.onerror=null;this.src=\'/storage/emoji/missing.png\';" />');t.content=t.content.replace(":".concat(e.shortcode,":"),a)}))},methods:{formatCount:function(t){return App.util.format.count(t)},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.local?t.account.url:"/i/web/profile/_/"+t.account.id},timestampFormat:function(t){var e=new Date(t);return e.toDateString()+" "+e.toLocaleTimeString()},shortTimestamp:function(t){return window.App.util.format.timeAgo(t)},statusCardUsernameFormat:function(t){if(1==t.account.local)return t.account.username;var e=window.App.config.username.remote.format,a=window.App.config.username.remote.custom,o=t.account.username,s=document.createElement("a");switch(s.href=t.account.url,s=s.hostname,e){case"@":default:return o+'<span class="text-lighter font-weight-bold">@'+s+"</span>";case"from":return o+'<span class="text-lighter font-weight-bold"> <span class="font-weight-normal">from</span> '+s+"</span>";case"custom":return o+'<span class="text-lighter font-weight-bold"> '+a+" "+s+"</span>"}},lightbox:function(t){window.location.href=t.media_attachments[0].url},labelRedirect:function(t){var e="/i/redirect?url="+encodeURI(this.config.features.label.covid.url);window.location.href=e},likeStatus:function(t,e){if(0!=i("body").hasClass("loggedIn")){var a=t.favourites_count;t.favourited=!t.favourited,axios.post("/i/like",{item:t.id}).then((function(e){t.favourites_count=e.data.count,t.favourited=!!t.favourited})).catch((function(e){t.favourited=!!t.favourited,t.favourites_count=a,swal("Error","Something went wrong, please try again later.","error")})),window.navigator.vibrate(200),t.favourited&&setTimeout((function(){e.target.classList.add("animate__animated","animate__bounce")}),100)}},commentFocus:function(t,e){this.$emit("comment-focus",t)},commentSubmit:function(t,e){var a=this;this.replySending=!0;var o=t.id,s=this.replyText,i=this.config.uploader.max_caption_length;if(s.length>i)return this.replySending=!1,void swal("Comment Too Long","Please make sure your comment is "+i+" characters or less.","error");axios.post("/i/comment",{item:o,comment:s,sensitive:this.replyNsfw}).then((function(t){a.replyText="",a.replies.push(t.data.entity),a.$refs.replyModal.hide()})),this.replySending=!1},owner:function(t){return this.profile.id===t.account.id},admin:function(){return 1==this.profile.is_admin},ownerOrAdmin:function(t){return this.owner(t)||this.admin()},ctxMenu:function(){this.$refs.contextMenu.open()},timeAgo:function(t){return App.util.format.timeAgo(t)},statusDeleted:function(t){this.$emit("status-delete",t)}}}},85323:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-discover-component"},[e("div",{staticClass:"row border-bottom m-0 p-0"},[e("sidebar"),t._v(" "),e("div",{staticClass:"col-12 col-md-9 px-md-0"},[t.loaded?[e("div",{staticClass:"container-fluid"},[e("div",{staticClass:"py-5"},[e("h1",[t._v("Discover")])]),t._v(" "),e("div",{staticClass:"popular row"},t._l(t.popularGroups,(function(t,a){return e("group-card",{key:a,attrs:{group:t}})})),1)])]:e("loader",{attrs:{loaded:t.loaded}})],2)],1)])},s=[]},46289:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"groups-home-component w-100 h-100"},[t.initialLoad?e("div",{staticClass:"row border-bottom m-0 p-0"},[e("sidebar"),t._v(" "),e("self-feed",{attrs:{profile:t.profile},on:{switchtab:t.switchTab}})],1):e("div",{staticClass:"row justify-content-center mt-5"},[e("b-spinner")],1)])},s=[]},11913:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-joins-component"},[e("div",{staticClass:"row border-bottom m-0 p-0"},[e("sidebar"),t._v(" "),e("div",{staticClass:"col-12 col-md-9 px-0 mx-0"},[t.loaded?[e("div",{staticClass:"px-5 pt-4 pb-2"},[e("h2",{staticClass:"fw-bold"},[t._v("My Groups")]),t._v(" "),e("self-groups",{attrs:{profile:t.profile}})],1)]:e("loader",{attrs:{loaded:t.loaded}})],2)],1)])},s=[]},5852:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-notifications-component"},[e("div",{staticClass:"row border-bottom m-0 p-0"},[e("sidebar"),t._v(" "),e("div",{staticClass:"col-12 col-md-9 px-0 mx-0"},[t.loaded?[e("div",{staticClass:"px-5 pt-4 pb-2"},[e("h2",{staticClass:"fw-bold"},[t._v("Group Notifications")])])]:e("loader",{attrs:{loaded:t.loaded}})],2)],1)])},s=[]},93336:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"groups-home-component w-100 h-100"},[t.initialLoad?e("div",{staticClass:"row border-bottom m-0 p-0"},[e("sidebar"),t._v(" "),e("div",{staticClass:"col-12 col-md-10"},[e("self-notifications",{attrs:{profile:t.profile}})],1)],1):e("div",{staticClass:"row justify-content-center mt-5"},[e("b-spinner")],1)])},s=[]},93409:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-component"},["home"===t.tab?e("div",[e("groups-home")],1):t._e(),t._v(" "),"createGroup"===t.tab?e("div",[e("create-group")],1):t._e(),t._v(" "),"show"===t.tab?e("div",[e("group-feed",{attrs:{"group-id":t.groupId,path:t.path}})],1):t._e()])},s=[]},92192:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"create-group-component col-12 col-md-9",staticStyle:{height:"100vh - 51px !important",overflow:"hidden"}},[t.hide?t._e():e("div",{staticClass:"row h-100 bg-lighter"},[e("div",{staticClass:"col-12 col-md-8 border-left"},[t._m(0),t._v(" "),e("div",{staticClass:"px-2 mb-5"},[e("div",{staticClass:"mt-4"},[e("text-input",{attrs:{label:"Group Name",value:t.name,hasLimit:!0,maxLimit:t.limit.name.max,placeholder:"Add your group name",helpText:"Alphanumeric characters only, you can change this later.",largeInput:!0},on:{update:function(e){return t.handleUpdate("name",e)}}}),t._v(" "),e("hr"),t._v(" "),e("select-input",{attrs:{label:"Group Type",value:t.membership,categories:t.membershipCategories,placeholder:"Select a type",helpText:"Select the membership type, you can change this later."},on:{update:function(e){return t.handleUpdate("membership",e)}}}),t._v(" "),e("hr"),t._v(" "),e("select-input",{attrs:{label:"Group Category",value:t.category,categories:t.categories,placeholder:"Select a category",helpText:"Choose the most relevant category to improve discovery and visibility"},on:{update:function(e){return t.handleUpdate("category",e)}}}),t._v(" "),e("hr"),t._v(" "),e("text-area-input",{attrs:{label:"Group Description",value:t.description,hasLimit:!0,maxLimit:t.limit.description.max,placeholder:"Describe your groups purpose in a few words",helpText:"Describe your groups purpose in a few words, you can change this later."},on:{update:function(e){return t.handleUpdate("description",e)}}}),t._v(" "),e("hr"),t._v(" "),e("checkbox-input",{attrs:{label:"Adult Content",inputText:"Allow Adult Content",value:t.configuration.adult,helpText:"Groups that allow adult content should enable this or risk suspension or deletion by instance admins. Illegal content is prohibited. You can change this later."}}),t._v(" "),e("hr"),t._v(" "),e("checkbox-input",{attrs:{label:"",inputText:"I agree to the the Community Guidelines and Terms of Use and will administrate this group according to the rules set by this server. I understand that failure to abide by these terms may lead to the suspension of this group, and my account.",value:t.hasConfirmed,strongText:!1},on:{update:function(e){return t.handleUpdate("hasConfirmed",e)}}}),t._v(" "),e("button",{staticClass:"btn btn-primary btn-block font-weight-bold rounded-pill mt-4",attrs:{disabled:!t.hasConfirmed},on:{click:t.createGroup}},[t._v("\n Create Group\n ")])],1)])]),t._v(" "),e("div",{staticClass:"col-12 col-md-4 bg-white"})])])},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"bg-dark p-5 mx-n3"},[e("p",{staticClass:"h1 font-weight-bold text-light mb-2"},[t._v("Create Group")]),t._v(" "),e("p",{staticClass:"text-lighter mb-0"},[t._v("Create a new federated Group that is compatible with other Pixelfed and Lemmy servers")])])}]},91057:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-feed-component"},[t.initalLoad?e("div",[e("div",{staticClass:"mb-3 border-bottom"},[e("div",{staticClass:"container-xl"},[e("group-banner",{attrs:{group:t.group}}),t._v(" "),e("group-header-details",{attrs:{group:t.group,isAdmin:t.isAdmin,isMember:t.isMember},on:{refresh:t.handleRefresh}}),t._v(" "),e("group-nav-tabs",{attrs:{group:t.group,isAdmin:t.isAdmin,isMember:t.isMember,atabs:t.atabs}})],1)]),t._v(" "),e("div",{staticClass:"container-xl group-feed-component-body"},[e("div",{staticClass:"row mb-5"},[e("div",{staticClass:"col-12 col-md-7 mt-3"},[t.group.self.is_member?e("div",[t.initalLoad?e("group-compose",{attrs:{profile:t.profile,"group-id":t.groupId},on:{"new-status":t.pushNewStatus}}):t._e(),t._v(" "),0==t.feed.length?e("div",{staticClass:"mt-3"},[t._m(0)]):e("div",{staticClass:"group-timeline"},[e("p",{staticClass:"font-weight-bold mb-1"},[t._v("Recent Posts")]),t._v(" "),t._l(t.feed,(function(a,o){return e("group-status",{key:"gs:"+a.id+o,attrs:{prestatus:a,profile:t.profile,"group-id":t.groupId},on:{"comment-focus":function(e){return t.commentFocus(o)},"status-delete":function(e){return t.statusDelete(o)},"likes-modal":function(e){return t.showLikesModal(o)}}})})),t._v(" "),e("b-modal",{ref:"likeBox",attrs:{size:"sm",centered:"","hide-footer":"",title:"Likes","body-class":"list-group-flush p-0"}},[e("div",{staticClass:"list-group py-1",staticStyle:{"max-height":"300px","overflow-y":"auto"}},[t._l(t.likes,(function(a,o){return e("div",{key:"modal_likes_"+o,staticClass:"list-group-item border-top-0 border-left-0 border-right-0 py-2",class:{"border-bottom-0":o+1==t.likes.length}},[e("div",{staticClass:"media align-items-center"},[e("a",{attrs:{href:a.url}},[e("img",{staticClass:"mr-3 rounded-circle box-shadow",attrs:{src:a.avatar,alt:a.username+"s avatar",width:"30px",onerror:"this.onerror=null;this.src='/storage/avatars/default.jpg';"}})]),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"mb-0",staticStyle:{"font-size":"14px"}},[e("a",{staticClass:"font-weight-bold text-dark",attrs:{href:a.url}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(a.username)+"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t")])]),t._v(" "),a.local?e("p",{staticClass:"text-muted mb-0 text-truncate",staticStyle:{"font-size":"14px"}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(a.display_name)+"\n\t\t\t\t\t\t\t\t\t\t\t\t\t")]):e("p",{staticClass:"text-muted mb-0 text-truncate mr-3",staticStyle:{"font-size":"14px"},attrs:{title:a.acct,"data-toggle":"dropdown","data-placement":"bottom"}},[e("span",{staticClass:"font-weight-bold"},[t._v(t._s(a.acct.split("@")[0]))]),e("span",{staticClass:"text-lighter"},[t._v("@"+t._s(a.acct.split("@")[1]))])])])])])})),t._v(" "),e("infinite-loading",{attrs:{distance:800,spinner:"spiral"},on:{infinite:t.infiniteLikesHandler}},[e("div",{attrs:{slot:"no-more"},slot:"no-more"}),t._v(" "),e("div",{attrs:{slot:"no-results"},slot:"no-results"})])],2)]),t._v(" "),t.feed.length>2?e("div",{attrs:{distance:800}},[e("infinite-loading",{on:{infinite:t.infiniteFeed}},[e("div",{attrs:{slot:"no-more"},slot:"no-more"}),t._v(" "),e("div",{attrs:{slot:"no-results"},slot:"no-results"})])],1):t._e()],2)],1):e("div",[t._m(1)])]),t._v(" "),e("div",{staticClass:"col-12 col-md-5"},[e("group-info-card",{attrs:{group:t.group}})],1)]),t._v(" "),e("search-modal",{ref:"searchModal",attrs:{group:t.group,profile:t.profile}}),t._v(" "),e("invite-modal",{ref:"inviteModal",attrs:{group:t.group,profile:t.profile}})],1)]):e("div",[e("p",{staticClass:"text-center mt-5 pt-5 font-weight-bold"},[t._v("Loading...")])])])},s=[function(){var t=this._self._c;return t("div",{staticClass:"card card-body shadow-none border d-flex align-items-center justify-content-center",staticStyle:{height:"200px"}},[t("p",{staticClass:"font-weight-bold mb-0"},[this._v("No posts yet!")])])},function(){var t=this._self._c;return t("div",{staticClass:"card card-body mt-3 shadow-none border d-flex align-items-center justify-content-center",staticStyle:{height:"100px"}},[t("p",{staticClass:"lead mb-0"},[this._v("Join to participate in this group.")])])}]},36826:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"groups-home-component w-100 h-100"},[t.initialLoad?e("div",{staticClass:"row border-bottom m-0 p-0"},[e("div",{staticClass:"col-2 shadow",staticStyle:{height:"100vh",background:"#fff",top:"51px",overflow:"hidden","z-index":"1",position:"sticky"}},[e("div",{staticClass:"p-1"},[t._m(0),t._v(" "),e("div",{staticClass:"mb-3"},[e("autocomplete",{ref:"autocomplete",attrs:{search:t.autocompleteSearch,placeholder:"Search groups by name","aria-label":"Search groups by name","get-result-value":t.getSearchResultValue,debounceTime:700},on:{submit:t.onSearchSubmit},scopedSlots:t._u([{key:"result",fn:function(a){var o=a.result,s=a.props;return[e("li",t._b({staticClass:"autocomplete-result"},"li",s,!1),[e("div",{staticClass:"media align-items-center"},[o.local&&o.metadata&&o.metadata.hasOwnProperty("header")&&o.metadata.header.hasOwnProperty("url")?e("img",{attrs:{src:o.metadata.header.url,width:"32",height:"32"}}):e("div",{staticClass:"icon-placeholder"},[e("i",{staticClass:"fal fa-user-friends"})]),t._v(" "),e("div",{staticClass:"media-body text-truncate mr-3"},[e("p",{staticClass:"result-name mb-n1 font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.truncateName(o.name))+"\n\t\t\t\t\t\t\t\t\t\t\t"),o.verified?e("span",{staticClass:"fa-stack ml-n2",attrs:{title:"Verified Group","data-toggle":"tooltip"}},[e("i",{staticClass:"fas fa-circle fa-stack-1x fa-lg",staticStyle:{color:"#22a7f0cc","font-size":"18px"}}),t._v(" "),e("i",{staticClass:"fas fa-check fa-stack-1x text-white",staticStyle:{"font-size":"10px"}})]):t._e()]),t._v(" "),e("p",{staticClass:"mb-0 text-muted",staticStyle:{"font-size":"10px"}},[o.local?t._e():e("span",{attrs:{title:"Remote Group"}},[e("i",{staticClass:"far fa-globe"})]),t._v(" "),o.local?t._e():e("span",[t._v("·")]),t._v(" "),e("span",{staticClass:"font-weight-bold"},[t._v(t._s(o.member_count)+" members")])])])])])]}}],null,!1,2331368480)})],1),t._v(" "),e("button",{staticClass:"btn btn-light group-nav-btn",class:{active:"feed"==t.tab},on:{click:function(e){return t.switchTab("feed")}}},[t._m(1),t._v(" "),e("div",{staticClass:"group-nav-btn-name"},[t._v("\n\t\t\t\t\t\tYour Feed\n\t\t\t\t\t")])]),t._v(" "),e("button",{staticClass:"btn btn-light group-nav-btn",class:{active:"discover"==t.tab},on:{click:function(e){return t.switchTab("discover")}}},[t._m(2),t._v(" "),e("div",{staticClass:"group-nav-btn-name"},[t._v("\n\t\t\t\t\t\tDiscover\n\t\t\t\t\t")])]),t._v(" "),e("button",{staticClass:"btn btn-light group-nav-btn",class:{active:"mygroups"==t.tab},on:{click:function(e){return t.switchTab("mygroups")}}},[t._m(3),t._v(" "),e("div",{staticClass:"group-nav-btn-name"},[t._v("\n\t\t\t\t\t\tMy Groups\n\t\t\t\t\t")])]),t._v(" "),e("button",{staticClass:"btn btn-light group-nav-btn",class:{active:"notifications"==t.tab},on:{click:function(e){return t.switchTab("notifications")}}},[t._m(4),t._v(" "),e("div",{staticClass:"group-nav-btn-name"},[t._v("\n\t\t\t\t\t\tYour Notifications\n\t\t\t\t\t")])]),t._v(" "),e("button",{staticClass:"btn btn-light group-nav-btn",class:{active:"remotesearch"==t.tab},on:{click:function(e){return t.switchTab("remotesearch")}}},[t._m(5),t._v(" "),e("div",{staticClass:"group-nav-btn-name"},[t._v("\n\t\t\t\t\t\tFind a remote group\n\t\t\t\t\t")])]),t._v(" "),t.config&&t.config.limits.user.create.new?e("button",{staticClass:"btn btn-primary btn-block rounded-pill font-weight-bold mt-3",attrs:{disabled:"creategroup"==t.tab},on:{click:function(e){return t.switchTab("creategroup")}}},[e("i",{staticClass:"fas fa-plus mr-2"}),t._v(" Create New Group\n\t\t\t\t")]):t._e(),t._v(" "),e("hr"),t._v(" "),t._l(t.groups,(function(a){return e("div",{staticClass:"ml-2"},[e("div",{staticClass:"card shadow-sm border text-decoration-none text-dark"},[a.metadata&&a.metadata.hasOwnProperty("header")?e("img",{staticClass:"card-img-top",staticStyle:{width:"100%",height:"auto","object-fit":"cover","max-height":"160px"},attrs:{src:a.metadata.header.url}}):e("div",{staticClass:"bg-primary",staticStyle:{width:"100%",height:"160px"}}),t._v(" "),e("div",{staticClass:"card-body"},[e("div",{staticClass:"lead font-weight-bold d-flex align-items-top",staticStyle:{height:"60px"}},[t._v("\n\t\t\t\t\t\t\t\t"+t._s(a.name)+"\n\t\t\t\t\t\t\t\t"),a.verified?e("span",{staticClass:"fa-stack ml-n2 mt-n2"},[e("i",{staticClass:"fas fa-circle fa-stack-1x fa-lg",staticStyle:{color:"#22a7f0cc","font-size":"18px"}}),t._v(" "),e("i",{staticClass:"fas fa-check fa-stack-1x text-white",staticStyle:{"font-size":"10px"}})]):t._e()]),t._v(" "),e("div",{staticClass:"text-muted font-weight-light d-flex justify-content-between"},[e("span",[t._v(t._s(a.member_count)+" Members")]),t._v(" "),e("span",{staticClass:"rounded",staticStyle:{"font-size":"12px",padding:"2px 5px",color:"rgba(75, 119, 190, 1)",background:"rgba(137, 196, 244, 0.2)",border:"1px solid rgba(137, 196, 244, 0.3)","font-weight":"400","text-transform":"capitalize"}},[t._v(t._s(a.self.role))])]),t._v(" "),e("hr"),t._v(" "),e("p",{staticClass:"mb-0"},[e("a",{staticClass:"btn btn-light btn-block border rounded-lg font-weight-bold",attrs:{href:a.url}},[t._v("View Group")])])])])])}))],2)]),t._v(" "),e("keep-alive",[e("transition",{attrs:{name:"fade"}},["feed"==t.tab?e("self-feed",{attrs:{profile:t.profile},on:{switchtab:t.switchTab}}):t._e(),t._v(" "),"discover"==t.tab?e("self-discover",{attrs:{profile:t.profile}}):t._e(),t._v(" "),"notifications"==t.tab?e("self-notifications",{attrs:{profile:t.profile}}):t._e(),t._v(" "),"invitations"==t.tab?e("self-invitations",{attrs:{profile:t.profile}}):t._e(),t._v(" "),"remotesearch"==t.tab?e("self-remote-search",{attrs:{profile:t.profile}}):t._e(),t._v(" "),"mygroups"==t.tab?e("self-groups",{attrs:{profile:t.profile}}):t._e(),t._v(" "),"creategroup"==t.tab?e("create-group",{attrs:{profile:t.profile}}):t._e(),t._v(" "),"gsearch"==t.tab?e("div",[e("div",{staticClass:"col-12 px-5"},[e("div",{staticClass:"my-4"},[e("p",{staticClass:"h1 font-weight-bold mb-1"},[t._v("Group Search")]),t._v(" "),e("p",{staticClass:"lead text-muted mb-0"},[t._v("Search and explore groups.")])]),t._v(" "),e("div",{staticClass:"media align-items-center text-lighter"},[e("i",{staticClass:"far fa-chevron-left fa-lg mr-3"}),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"lead mb-0"},[t._v("Use the search bar on the side menu")])])])])]):t._e()],1)],1)],1):e("div",{staticClass:"row justify-content-center mt-5"},[e("b-spinner")],1)])},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"d-flex justify-content-between align-items-center py-3"},[e("p",{staticClass:"h2 font-weight-bold mb-0"},[t._v("Groups")]),t._v(" "),e("a",{staticClass:"btn btn-light px-2 rounded-circle",attrs:{href:"/settings/home"}},[e("i",{staticClass:"fas fa-cog fa-lg"})])])},function(){var t=this._self._c;return t("div",{staticClass:"group-nav-btn-icon"},[t("i",{staticClass:"fas fa-list"})])},function(){var t=this._self._c;return t("div",{staticClass:"group-nav-btn-icon"},[t("i",{staticClass:"fas fa-compass"})])},function(){var t=this._self._c;return t("div",{staticClass:"group-nav-btn-icon"},[t("i",{staticClass:"fas fa-list"})])},function(){var t=this._self._c;return t("div",{staticClass:"group-nav-btn-icon"},[t("i",{staticClass:"far fa-bell"})])},function(){var t=this._self._c;return t("div",{staticClass:"group-nav-btn-icon"},[t("i",{staticClass:"fas fa-search-plus"})])}]},59296:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t,e,a=this,o=a._self._c;return o("div",{staticClass:"comment-drawer-component"},[o("input",{ref:"fileInput",staticClass:"d-none",attrs:{type:"file",accept:"image/jpeg,image/png"},on:{change:a.handleImageUpload}}),a._v(" "),a.hide?o("div"):a.isLoaded?o("div",{staticClass:"border-top"},[o("div",{staticClass:"my-3"},a._l(a.feed,(function(t,e){return o("div",{key:"cdf"+e+t.id,staticClass:"media media-status align-items-top"},[a.replyChildId==t.id?o("a",{staticClass:"comment-border-link",attrs:{href:"#comment-1"},on:{click:function(e){return e.preventDefault(),a.replyToChild(t)}}},[o("span",{staticClass:"sr-only"},[a._v("Jump to comment-"+a._s(e))])]):a._e(),a._v(" "),o("a",{attrs:{href:t.account.url}},[o("img",{staticClass:"rounded-circle media-avatar border",attrs:{src:t.account.avatar,width:"32",height:"32",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'"}})]),a._v(" "),o("div",{staticClass:"media-body"},[t.media_attachments.length?o("div",[o("p",{staticClass:"media-body-comment-username"},[o("a",{attrs:{href:t.account.url}},[a._v("\n\t\t\t\t\t\t\t\t\t"+a._s(t.account.acct)+"\n\t\t\t\t\t\t\t\t")])]),a._v(" "),o("div",{staticClass:"bh-comment",on:{click:function(e){return a.lightbox(t)}}},[o("blur-hash-image",{staticClass:"img-fluid rounded-lg border shadow",attrs:{width:a.blurhashWidth(t),height:a.blurhashHeight(t),punch:1,hash:t.media_attachments[0].blurhash,src:a.getMediaSource(t)}})],1)]):o("div",{staticClass:"media-body-comment"},[o("p",{staticClass:"media-body-comment-username"},[o("a",{attrs:{href:t.account.url}},[a._v("\n\t\t\t\t\t\t\t\t\t"+a._s(t.account.acct)+"\n\t\t\t\t\t\t\t\t")])]),a._v(" "),o("read-more",{attrs:{status:t}})],1),a._v(" "),o("p",{staticClass:"media-body-reactions"},[a.profile?o("a",{staticClass:"font-weight-bold",class:[t.favourited?"text-primary":"text-muted"],attrs:{href:"#"},on:{click:function(o){return o.preventDefault(),a.likeComment(t,e,o)}}},[a._v("\n\t\t\t\t\t\t\t\t\t"+a._s(t.favourited?"Liked":"Like")+"\n\t\t\t\t\t\t\t\t")]):a._e(),a._v(" "),o("span",{staticClass:"mx-1"},[a._v("·")]),a._v(" "),o("a",{staticClass:"text-muted font-weight-bold",attrs:{href:"#"},on:{click:function(o){return o.preventDefault(),a.replyToChild(t,e)}}},[a._v("Reply")]),a._v(" "),a.profile?o("span",{staticClass:"mx-1"},[a._v("·")]):a._e(),a._v(" "),a._o(o("a",{staticClass:"font-weight-bold text-muted",attrs:{href:t.url}},[a._v("\n\t\t\t\t\t\t\t\t"+a._s(a.shortTimestamp(t.created_at))+"\n\t\t\t\t\t\t\t")]),0,"cdf"+e+t.id),a._v(" "),a.profile&&t.account.id===a.profile.id?o("span",[o("span",{staticClass:"mx-1"},[a._v("·")]),a._v(" "),o("a",{staticClass:"font-weight-bold text-lighter",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),a.deleteComment(e)}}},[a._v("\n\t\t\t\t\t\t\t\t\t\tDelete\n\t\t\t\t\t\t\t\t\t")])]):a._e()]),a._v(" "),a.replyChildIndex==e&&t.hasOwnProperty("children")&&t.children.hasOwnProperty("feed")&&t.children.feed.length?o("div",a._l(t.children.feed,(function(t,e){return o("comment-post",{key:"scp_"+e+"_"+t.id,attrs:{status:t,profile:a.profile,commentBorderArrow:!0}})})),1):a._e(),a._v(" "),a.replyChildIndex==e&&t.hasOwnProperty("children")&&t.children.hasOwnProperty("can_load_more")&&1==t.children.can_load_more?o("a",{staticClass:"text-muted font-weight-bold mt-1 mb-0",staticStyle:{"font-size":"13px"},attrs:{href:"#",disabled:a.loadingChildComments},on:{click:function(o){return o.preventDefault(),a.loadMoreChildComments(t,e)}}},[o("div",{staticClass:"comment-border-arrow"}),a._v(" "),o("i",{staticClass:"far fa-long-arrow-right mr-1"}),a._v("\n\t\t\t\t\t\t\t"+a._s(a.loadingChildComments?"Loading":"Load")+" more comments\n\t\t\t\t\t\t")]):a.replyChildIndex!==e&&t.hasOwnProperty("children")&&t.children.hasOwnProperty("can_load_more")&&1==t.children.can_load_more&&t.reply_count>0&&!a.loadingChildComments?o("a",{staticClass:"text-muted font-weight-bold mt-1 mb-0",staticStyle:{"font-size":"13px"},attrs:{href:"#",disabled:a.loadingChildComments},on:{click:function(o){return o.preventDefault(),a.replyToChild(t,e)}}},[o("i",{staticClass:"far fa-long-arrow-right mr-1"}),a._v("\n\t\t\t\t\t\t\t"+a._s(a.loadingChildComments?"Loading":"Load")+" more comments\n\t\t\t\t\t\t")]):a._e(),a._v(" "),a.replyChildId==t.id?o("div",{staticClass:"mt-3 mb-3 d-flex align-items-top reply-form child-reply-form"},[o("div",{staticClass:"comment-border-arrow"}),a._v(" "),o("img",{staticClass:"rounded-circle mr-2 border",attrs:{src:a.avatar,width:"38",height:"38",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'"}}),a._v(" "),a.isUploading?o("div",{staticClass:"w-100"},[o("p",{staticClass:"font-weight-light mb-1"},[a._v("Uploading image ...")]),a._v(" "),o("div",{staticClass:"progress rounded-pill",staticStyle:{height:"10px"}},[o("div",{staticClass:"progress-bar progress-bar-striped progress-bar-animated",style:{width:a.uploadProgress+"%"},attrs:{role:"progressbar","aria-valuenow":a.uploadProgress,"aria-valuemin":"0","aria-valuemax":"100"}})])]):o("div",{staticClass:"reply-form-input"},[o("input",{directives:[{name:"model",rawName:"v-model",value:a.childReplyContent,expression:"childReplyContent"}],staticClass:"form-control bg-light border-lighter rounded-pill",attrs:{placeholder:"Write a comment....",disabled:a.postingChildComment},domProps:{value:a.childReplyContent},on:{keyup:function(t){return!t.type.indexOf("key")&&a._k(t.keyCode,"enter",13,t.key,"Enter")?null:a.storeChildComment(e)},input:function(t){t.target.composing||(a.childReplyContent=t.target.value)}}})])]):a._e()])])})),0),a._v(" "),a.canLoadMore?o("button",{staticClass:"btn btn-link btn-sm text-muted mb-2",attrs:{disabled:a.isLoadingMore},on:{click:a.loadMoreComments}},[a.isLoadingMore?o("div",{staticClass:"spinner-border spinner-border-sm text-muted",attrs:{role:"status"}},[o("span",{staticClass:"sr-only"},[a._v("Loading...")])]):o("span",[a._v("\n\t\t\t\t\tLoad more comments ...\n\t\t\t\t")])]):a._e(),a._v(" "),a.profile&&a.canReply?o("div",{staticClass:"mt-3 mb-n3"},[o("div",{staticClass:"d-flex align-items-top reply-form cdrawer-reply-form"},[o("img",{staticClass:"rounded-circle mr-2 border",attrs:{src:a.avatar,width:"38",height:"38",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'"}}),a._v(" "),a.isUploading?o("div",{staticClass:"w-100"},[o("p",{staticClass:"font-weight-light small text-muted mb-1"},[a._v("Uploading image ...")]),a._v(" "),o("div",{staticClass:"progress rounded-pill",staticStyle:{height:"10px"}},[o("div",{staticClass:"progress-bar progress-bar-striped progress-bar-animated",style:{width:a.uploadProgress+"%"},attrs:{role:"progressbar","aria-valuenow":a.uploadProgress,"aria-valuemin":"0","aria-valuemax":"100"}})])]):o("div",{staticClass:"w-100"},[o("div",{staticClass:"reply-form-input"},[o("textarea",{directives:[{name:"model",rawName:"v-model",value:a.replyContent,expression:"replyContent"}],staticClass:"form-control bg-light border-lighter",attrs:{placeholder:"Write a comment....",rows:a.replyContent&&a.replyContent.length>40?4:1},domProps:{value:a.replyContent},on:{input:function(t){t.target.composing||(a.replyContent=t.target.value)}}}),a._v(" "),o("div",{staticClass:"reply-form-input-actions"},[o("button",{staticClass:"btn btn-link text-muted px-1 mr-2",on:{click:a.uploadImage}},[o("i",{staticClass:"far fa-image fa-lg"})])])]),a._v(" "),o("div",{staticClass:"d-flex justify-content-between reply-form-menu"},[o("div",{staticClass:"char-counter"},[o("span",[a._v(a._s(null!==(t=null===(e=a.replyContent)||void 0===e?void 0:e.length)&&void 0!==t?t:0))]),a._v(" "),o("span",[a._v("/")]),a._v(" "),o("span",[a._v("500")])])])]),a._v(" "),o("button",{staticClass:"btn btn-link btn-sm font-weight-bold align-self-center ml-3 mb-3",on:{click:a.storeComment}},[a._v("Post")])])]):a._e()]):o("div",{staticClass:"border-top d-flex justify-content-center py-3"},[a._m(0)]),a._v(" "),o("b-modal",{ref:"lightboxModal",attrs:{id:"lightbox","hide-header":!0,"hide-footer":!0,centered:"",size:"lg","body-class":"p-0","content-class":"bg-transparent border-0"}},[a.lightboxStatus?o("div",{on:{click:a.hideLightbox}},[o("img",{staticStyle:{width:"100%","max-height":"90vh","object-fit":"contain"},attrs:{src:a.lightboxStatus.url}})]):a._e()])],1)},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"text-center"},[e("div",{staticClass:"spinner-border text-lighter",attrs:{role:"status"}},[e("span",{staticClass:"sr-only"},[t._v("Loading...")])]),t._v(" "),e("p",{staticClass:"text-muted"},[t._v("Loading Comments ...")])])}]},16560:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"comment-post-component"},[e("div",{staticClass:"media media-status align-items-top mt-3"},[t.commentBorderArrow?e("div",{staticClass:"comment-border-arrow"}):t._e(),t._v(" "),e("a",{attrs:{href:t.status.account.url}},[e("img",{staticClass:"rounded-circle media-avatar border",attrs:{src:t.status.account.avatar,width:"32",height:"32",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'"}})]),t._v(" "),e("div",{staticClass:"media-body"},[t.status.media_attachments.length?e("div",[e("p",{staticClass:"media-body-comment-username"},[e("a",{attrs:{href:t.status.account.url}},[t._v("\n\t\t\t\t\t\t"+t._s(t.status.account.acct)+"\n\t\t\t\t\t")])]),t._v(" "),e("div",{staticClass:"bh-comment",on:{click:function(e){return t.lightbox(t.status)}}},[e("blur-hash-image",{staticClass:"img-fluid rounded-lg border shadow",attrs:{width:t.blurhashWidth(t.status),height:t.blurhashHeight(t.status),punch:1,hash:t.status.media_attachments[0].blurhash,src:t.getMediaSource(t.status)}})],1)]):e("div",{staticClass:"media-body-comment"},[e("p",{staticClass:"media-body-comment-username"},[e("a",{attrs:{href:t.status.account.url}},[t._v("\n\t\t\t\t\t\t"+t._s(t.status.account.acct)+"\n\t\t\t\t\t")])]),t._v(" "),e("read-more",{attrs:{status:t.status}})],1),t._v(" "),e("p",{staticClass:"media-body-reactions"},[t.profile?e("a",{staticClass:"font-weight-bold",class:[t.status.favourited?"text-primary":"text-muted"],attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.likeComment(t.status,t.index,e)}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.status.favourited?"Liked":"Like")+"\n\t\t\t\t\t")]):t._e(),t._v(" "),t.profile?e("span",{staticClass:"mx-1"},[t._v("·")]):t._e(),t._v(" "),t._m(0),t._v(" "),t.profile&&t.status.account.id===t.profile.id?e("span",[e("span",{staticClass:"mx-1"},[t._v("·")]),t._v(" "),e("a",{staticClass:"font-weight-bold text-lighter",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.deleteComment(t.index)}}},[t._v("\n\t\t\t\t\t\t\tDelete\n\t\t\t\t\t\t")])]):t._e()])])])])},s=[function(){var t=this;return(0,t._self._c)("a",{staticClass:"font-weight-bold text-muted",attrs:{href:t.status.url}},[t._v("\n\t\t\t\t\t"+t._s(t.shortTimestamp(t.status.created_at))+"\n\t\t\t\t")])}]},57442:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"context-menu-component modal-stack"},[e("b-modal",{ref:"ctxModal",attrs:{id:"ctx-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("div",{staticClass:"list-group text-center"},["archived"!==t.status.visibility?e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuGoToPost()}}},[t._v("View Post")]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuCopyLink()}}},[t._v("Copy Link")]),t._v(" "),t.status&&t.status.account.id!=t.profile.id?e("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.ctxMenuReportPost()}}},[t._v("Report")]):t._e(),t._v(" "),t.status&&(t.profile.is_admin||t.profile.id==t.status.account.id)&&"archived"!==t.status.visibility?e("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.deletePost(t.status)}}},[t._v("Delete")]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.closeCtxMenu()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxModModal",attrs:{id:"ctx-mod-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("div",{staticClass:"list-group text-center"},[e("p",{staticClass:"py-2 px-3 mb-0"}),e("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Moderation Tools")]),t._v(" "),e("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),e("p"),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"unlist")}}},[t._v("Unlist from Timelines")]),t._v(" "),t.status.sensitive?e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"remcw")}}},[t._v("Remove Content Warning")]):e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"addcw")}}},[t._v("Add Content Warning")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"spammer")}}},[t._v("\n\t\t\t\tMark as Spammer"),e("br"),t._v(" "),e("span",{staticClass:"small"},[t._v("Unlist + CW existing and future posts")])]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxModMenuClose()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxModOtherModal",attrs:{id:"ctx-mod-other-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("div",{staticClass:"list-group text-center"},[e("p",{staticClass:"py-2 px-3 mb-0"}),e("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Moderation Tools")]),t._v(" "),e("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),e("p"),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.confirmModal()}}},[t._v("Unlist Posts")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.confirmModal()}}},[t._v("Moderation Log")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxModOtherMenuClose()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxShareModal",attrs:{id:"ctx-share-modal",title:"Share","hide-footer":"","hide-header":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded text-center"}},[e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuCopyLink()}}},[t._v("Copy Link")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.closeCtxShareMenu()}}},[t._v("Cancel")])]),t._v(" "),e("b-modal",{ref:"ctxEmbedModal",attrs:{id:"ctx-embed-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"md","body-class":"p-2 rounded"}},[e("div",[e("div",{staticClass:"form-group"},[e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedPayload,expression:"ctxEmbedPayload"}],staticClass:"form-control disabled text-monospace",staticStyle:{"overflow-y":"hidden",border:"1px solid #efefef","font-size":"12px","line-height":"18px",margin:"0 0 7px",resize:"none"},attrs:{rows:"8",disabled:""},domProps:{value:t.ctxEmbedPayload},on:{input:function(e){e.target.composing||(t.ctxEmbedPayload=e.target.value)}}})]),t._v(" "),e("div",{staticClass:"form-group pl-2 d-flex justify-content-center"},[e("div",{staticClass:"form-check mr-3"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedShowCaption,expression:"ctxEmbedShowCaption"}],staticClass:"form-check-input",attrs:{type:"checkbox",disabled:1==t.ctxEmbedCompactMode},domProps:{checked:Array.isArray(t.ctxEmbedShowCaption)?t._i(t.ctxEmbedShowCaption,null)>-1:t.ctxEmbedShowCaption},on:{change:function(e){var a=t.ctxEmbedShowCaption,o=e.target,s=!!o.checked;if(Array.isArray(a)){var i=t._i(a,null);o.checked?i<0&&(t.ctxEmbedShowCaption=a.concat([null])):i>-1&&(t.ctxEmbedShowCaption=a.slice(0,i).concat(a.slice(i+1)))}else t.ctxEmbedShowCaption=s}}}),t._v(" "),e("label",{staticClass:"form-check-label font-weight-light"},[t._v("\n\t\t\t\t\t\tShow Caption\n\t\t\t\t\t")])]),t._v(" "),e("div",{staticClass:"form-check mr-3"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedShowLikes,expression:"ctxEmbedShowLikes"}],staticClass:"form-check-input",attrs:{type:"checkbox",disabled:1==t.ctxEmbedCompactMode},domProps:{checked:Array.isArray(t.ctxEmbedShowLikes)?t._i(t.ctxEmbedShowLikes,null)>-1:t.ctxEmbedShowLikes},on:{change:function(e){var a=t.ctxEmbedShowLikes,o=e.target,s=!!o.checked;if(Array.isArray(a)){var i=t._i(a,null);o.checked?i<0&&(t.ctxEmbedShowLikes=a.concat([null])):i>-1&&(t.ctxEmbedShowLikes=a.slice(0,i).concat(a.slice(i+1)))}else t.ctxEmbedShowLikes=s}}}),t._v(" "),e("label",{staticClass:"form-check-label font-weight-light"},[t._v("\n\t\t\t\t\t\tShow Likes\n\t\t\t\t\t")])]),t._v(" "),e("div",{staticClass:"form-check"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedCompactMode,expression:"ctxEmbedCompactMode"}],staticClass:"form-check-input",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.ctxEmbedCompactMode)?t._i(t.ctxEmbedCompactMode,null)>-1:t.ctxEmbedCompactMode},on:{change:function(e){var a=t.ctxEmbedCompactMode,o=e.target,s=!!o.checked;if(Array.isArray(a)){var i=t._i(a,null);o.checked?i<0&&(t.ctxEmbedCompactMode=a.concat([null])):i>-1&&(t.ctxEmbedCompactMode=a.slice(0,i).concat(a.slice(i+1)))}else t.ctxEmbedCompactMode=s}}}),t._v(" "),e("label",{staticClass:"form-check-label font-weight-light"},[t._v("\n\t\t\t\t\t\tCompact Mode\n\t\t\t\t\t")])])]),t._v(" "),e("hr"),t._v(" "),e("button",{class:t.copiedEmbed?"btn btn-primary btn-block btn-sm py-1 font-weight-bold disabed":"btn btn-primary btn-block btn-sm py-1 font-weight-bold",attrs:{disabled:t.copiedEmbed},on:{click:t.ctxCopyEmbed}},[t._v(t._s(t.copiedEmbed?"Embed Code Copied!":"Copy Embed Code"))]),t._v(" "),e("p",{staticClass:"mb-0 px-2 small text-muted"},[t._v("By using this embed, you agree to our "),e("a",{attrs:{href:"/site/terms"}},[t._v("Terms of Use")])])])]),t._v(" "),e("b-modal",{ref:"ctxReport",attrs:{id:"ctx-report","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("p",{staticClass:"py-2 px-3 mb-0"}),e("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Report")]),t._v(" "),e("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),e("p"),t._v(" "),e("div",{staticClass:"list-group text-center"},[e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("spam")}}},[t._v("Spam")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("sensitive")}}},[t._v("Sensitive Content")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("abusive")}}},[t._v("Abusive or Harmful")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.openCtxReportOtherMenu()}}},[t._v("Other")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxReportMenuGoBack()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxReportOther",attrs:{id:"ctx-report-other","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("p",{staticClass:"py-2 px-3 mb-0"}),e("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Report")]),t._v(" "),e("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),e("p"),t._v(" "),e("div",{staticClass:"list-group text-center"},[e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("underage")}}},[t._v("Underage Account")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("copyright")}}},[t._v("Copyright Infringement")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("impersonation")}}},[t._v("Impersonation")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("scam")}}},[t._v("Scam or Fraud")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxReportOtherMenuGoBack()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxConfirm",attrs:{id:"ctx-confirm","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("div",{staticClass:"d-flex align-items-center justify-content-center py-3"},[e("div",[t._v(t._s(this.confirmModalTitle))])]),t._v(" "),e("div",{staticClass:"d-flex border-top btn-group btn-group-block rounded-0",attrs:{role:"group"}},[e("button",{staticClass:"btn btn-outline-lighter border-left-0 border-top-0 border-bottom-0 border-right py-2",staticStyle:{color:"rgb(0,122,255) !important"},attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.confirmModalCancel()}}},[t._v("Cancel")]),t._v(" "),e("button",{staticClass:"btn btn-outline-lighter border-0",staticStyle:{color:"rgb(0,122,255) !important"},attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.confirmModalConfirm()}}},[t._v("Confirm")])])])],1)},s=[]},88291:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"form-group row"},[e("div",{staticClass:"col-sm-3"},[e("label",{staticClass:"col-form-label text-left"},[t._v(t._s(t.label))])]),t._v(" "),e("div",{staticClass:"col-sm-9"},[e("div",{staticClass:"form-check"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"}],staticClass:"form-check-input",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.value)?t._i(t.value,null)>-1:t.value},on:{change:function(e){var a=t.value,o=e.target,s=!!o.checked;if(Array.isArray(a)){var i=t._i(a,null);o.checked?i<0&&(t.value=a.concat([null])):i>-1&&(t.value=a.slice(0,i).concat(a.slice(i+1)))}else t.value=s}}}),t._v(" "),e("label",{staticClass:"form-check-label ml-1",class:[t.strongText?"font-weight-bold text-capitalize text-dark":"small text-muted"]},[t._v("\n "+t._s(t.inputText)+"\n ")])]),t._v(" "),t.helpText?e("div",{staticClass:"help-text small text-muted d-flex flex-row justify-content-between gap-3"},[t.helpText?e("div",[t._v(t._s(t.helpText))]):t._e()]):t._e()])])},s=[]},20285:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"form-group row"},[e("div",{staticClass:"col-sm-3"},[e("label",{staticClass:"col-form-label text-left"},[t._v(t._s(t.label))])]),t._v(" "),e("div",{staticClass:"col-sm-9"},[e("select",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"}],staticClass:"custom-select",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.value=e.target.multiple?a:a[0]}}},[e("option",{attrs:{value:"",selected:"",disabled:""}},[t._v(t._s(t.placeholder))]),t._v(" "),t._l(t.categories,(function(a){return e("option",{domProps:{value:a.value}},[t._v(t._s(a.key))])}))],2),t._v(" "),t.helpText||t.hasLimit?e("div",{staticClass:"help-text small text-muted d-flex flex-row justify-content-between gap-3"},[t.helpText?e("div",[t._v(t._s(t.helpText))]):t._e(),t._v(" "),t.hasLimit?e("div",{staticClass:"font-weight-bold text-dark"},[t._v("\n "+t._s(t.value?t.value.length:0)+"/"+t._s(t.maxLimit)+"\n ")]):t._e()]):t._e()])])},s=[]},80171:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"form-group row"},[e("div",{staticClass:"col-sm-3"},[e("label",{staticClass:"col-form-label text-left"},[t._v(t._s(t.label))])]),t._v(" "),e("div",{staticClass:"col-sm-9"},[t.hasLimit?e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"}],staticClass:"form-control",class:{"form-control-lg":t.largeInput},staticStyle:{resize:"none"},attrs:{type:"text",placeholder:t.placeholder,maxlength:t.maxLimit,rows:t.rows},domProps:{value:t.value},on:{input:function(e){e.target.composing||(t.value=e.target.value)}}}):e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"}],staticClass:"form-control",class:{"form-control-lg":t.largeInput},staticStyle:{resize:"none"},attrs:{type:"text",placeholder:t.placeholder,rows:t.rows},domProps:{value:t.value},on:{input:function(e){e.target.composing||(t.value=e.target.value)}}}),t._v(" "),t.helpText||t.hasLimit?e("div",{staticClass:"help-text small text-muted d-flex flex-row justify-content-between gap-3"},[t.helpText?e("div",[t._v(t._s(t.helpText))]):t._e(),t._v(" "),t.hasLimit?e("div",{staticClass:"font-weight-bold text-dark"},[t._v("\n "+t._s(t.value?t.value.length:0)+"/"+t._s(t.maxLimit)+"\n ")]):t._e()]):t._e()])])},s=[]},47545:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"form-group row"},[e("div",{staticClass:"col-sm-3"},[e("label",{staticClass:"col-form-label text-left"},[t._v(t._s(t.label))])]),t._v(" "),e("div",{staticClass:"col-sm-9"},[t.hasLimit?e("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"}],staticClass:"form-control",class:{"form-control-lg":t.largeInput},attrs:{type:"text",placeholder:t.placeholder,maxlength:t.maxLimit},domProps:{value:t.value},on:{input:function(e){e.target.composing||(t.value=e.target.value)}}}):e("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"}],staticClass:"form-control",class:{"form-control-lg":t.largeInput},attrs:{type:"text",placeholder:t.placeholder},domProps:{value:t.value},on:{input:function(e){e.target.composing||(t.value=e.target.value)}}}),t._v(" "),t.helpText||t.hasLimit?e("div",{staticClass:"help-text small text-muted d-flex flex-row justify-content-between gap-3"},[t.helpText?e("div",[t._v(t._s(t.helpText))]):t._e(),t._v(" "),t.hasLimit?e("div",{staticClass:"font-weight-bold text-dark"},[t._v("\n "+t._s(t.value?t.value.length:0)+"/"+t._s(t.maxLimit)+"\n ")]):t._e()]):t._e()])])},s=[]},60640:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 col-md-6 col-xl-4 group-card"},[e("div",{staticClass:"group-card-inner"},[t.group.metadata&&t.group.metadata.hasOwnProperty("header")?e("img",{staticClass:"group-header-img",attrs:{src:t.group.metadata.header.url}}):e("div",{staticClass:"group-header-img",class:{compact:t.compact}},[e("div",{staticClass:"bg-light d-flex align-items-center justify-content-center rounded",staticStyle:{width:"100%",height:"100%"}})]),t._v(" "),e("div",{staticClass:"group-card-inner-copy"},[e("p",{staticClass:"font-weight-bold mb-0 text-dark",staticStyle:{"font-size":"16px"}},[t._v("\n "+t._s(t.truncate(t.group.name||"Untitled Group",t.titleLength))+"\n ")]),t._v(" "),e("p",{staticClass:"text-muted mb-1",staticStyle:{"font-size":"12px"}},[t._v("\n "+t._s(t.truncate(t.group.short_description,t.descriptionLength))+"\n ")]),t._v(" "),t.showStats?e("p",{staticClass:"mb-0 small text-lighter"},[e("span",[e("i",{staticClass:"fal fa-users"}),t._v(" "),e("span",{staticClass:"small font-weight-bold"},[t._v(t._s(t.prettyCount(t.group.member_count)))])]),t._v(" "),t.group.local?t._e():e("span",{staticClass:"remote-label ml-3"},[e("i",{staticClass:"fal fa-globe"}),t._v(" Remote\n ")])]):t._e()]),t._v(" "),e("div",{staticClass:"group-card-inner-foaf"}),t._v(" "),e("div",{staticClass:"group-card-inner-cta"},[e("router-link",{staticClass:"btn btn-light btn-block font-weight-bold",attrs:{to:"/groups/".concat(t.group.id)}},[t._v("\n Join Group\n ")])],1)])])},s=[]},54968:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-compose-form"},[e("input",{ref:"photoInput",staticClass:"d-none file-input",attrs:{id:"photoInput",type:"file",accept:"image/jpeg,image/png"},on:{change:t.handlePhotoChange}}),t._v(" "),e("input",{ref:"videoInput",staticClass:"d-none file-input",attrs:{id:"videoInput",type:"file",accept:"video/mp4"},on:{change:t.handleVideoChange}}),t._v(" "),e("div",{staticClass:"card card-body border mb-3 shadow-sm rounded-lg"},[e("div",{staticClass:"media align-items-top"},[t.profile?e("img",{staticClass:"rounded-circle border mr-3",attrs:{src:t.profile.avatar,width:"42px",height:"42px",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'"}}):t._e(),t._v(" "),e("div",{staticClass:"media-body"},[e("div",{staticClass:"d-block",staticStyle:{"min-height":"80px"}},[t.isUploading?e("div",{staticClass:"w-100"},[e("p",{staticClass:"font-weight-light mb-1"},[t._v("Uploading media ...")]),t._v(" "),e("div",{staticClass:"progress rounded-pill",staticStyle:{height:"4px"}},[e("div",{staticClass:"progress-bar",style:{width:t.uploadProgress+"%"},attrs:{role:"progressbar","aria-valuenow":t.uploadProgress,"aria-valuemin":"0","aria-valuemax":"100"}})])]):e("div",{staticClass:"form-group mb-3"},[e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.composeText,expression:"composeText"}],staticClass:"form-control",class:{"form-control-lg":!t.composeText||t.composeText.length<40,"rounded-pill":!t.composeText||t.composeText.length<40,"bg-light":!t.composeText||t.composeText.length<40,"border-0":!t.composeText||t.composeText.length<40},staticStyle:{resize:"none"},attrs:{rows:!t.composeText||t.composeText.length<40?1:5,placeholder:t.placeholder},domProps:{value:t.composeText},on:{input:function(e){e.target.composing||(t.composeText=e.target.value)}}}),t._v(" "),t.composeText?e("div",{staticClass:"small text-muted mt-1",staticStyle:{"min-height":"20px"}},[e("span",{staticClass:"float-right font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t\t"+t._s(t.composeText?t.composeText.length:0)+"/500\n\t\t\t\t\t\t\t")])]):t._e()])]),t._v(" "),t.tab?e("div",{staticClass:"tab"},["poll"===t.tab?e("div",[e("p",{staticClass:"font-weight-bold text-muted small"},[t._v("\n\t\t\t\t\t\t\tPoll Options\n\t\t\t\t\t\t")]),t._v(" "),t.pollOptions.length<4?e("div",{staticClass:"form-group mb-4"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.pollOptionModel,expression:"pollOptionModel"}],staticClass:"form-control rounded-pill",attrs:{type:"text",placeholder:"Add a poll option, press enter to save"},domProps:{value:t.pollOptionModel},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.savePollOption.apply(null,arguments)},input:function(e){e.target.composing||(t.pollOptionModel=e.target.value)}}})]):t._e(),t._v(" "),t._l(t.pollOptions,(function(a,o){return e("div",{staticClass:"form-group mb-4 d-flex align-items-center",staticStyle:{"max-width":"400px",position:"relative"}},[e("span",{staticClass:"font-weight-bold mr-2",staticStyle:{position:"absolute",left:"10px"}},[t._v(t._s(o+1)+".")]),t._v(" "),t.pollOptions[o].length<50?e("input",{directives:[{name:"model",rawName:"v-model",value:t.pollOptions[o],expression:"pollOptions[index]"}],staticClass:"form-control rounded-pill",staticStyle:{"padding-left":"30px","padding-right":"90px"},attrs:{type:"text",placeholder:"Add a poll option, press enter to save"},domProps:{value:t.pollOptions[o]},on:{input:function(e){e.target.composing||t.$set(t.pollOptions,o,e.target.value)}}}):e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.pollOptions[o],expression:"pollOptions[index]"}],staticClass:"form-control",staticStyle:{"padding-left":"30px","padding-right":"90px"},attrs:{placeholder:"Add a poll option, press enter to save",rows:"3"},domProps:{value:t.pollOptions[o]},on:{input:function(e){e.target.composing||t.$set(t.pollOptions,o,e.target.value)}}}),t._v(" "),e("button",{staticClass:"btn btn-danger btn-sm rounded-pill font-weight-bold",staticStyle:{position:"absolute",right:"5px"},on:{click:function(e){return t.deletePollOption(o)}}},[e("i",{staticClass:"fas fa-trash"}),t._v(" Delete\n\t\t\t\t\t\t\t")])])})),t._v(" "),e("hr"),t._v(" "),e("div",{staticClass:"d-flex justify-content-between"},[e("div",[e("p",{staticClass:"font-weight-bold text-muted small"},[t._v("\n\t\t\t\t\t\t\t\t\tPoll Expiry\n\t\t\t\t\t\t\t\t")]),t._v(" "),e("div",{staticClass:"form-group"},[e("select",{directives:[{name:"model",rawName:"v-model",value:t.pollExpiry,expression:"pollExpiry"}],staticClass:"form-control rounded-pill",staticStyle:{width:"200px"},on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.pollExpiry=e.target.multiple?a:a[0]}}},[e("option",{attrs:{value:"60"}},[t._v("1 hour")]),t._v(" "),e("option",{attrs:{value:"360"}},[t._v("6 hours")]),t._v(" "),e("option",{attrs:{value:"1440",selected:""}},[t._v("24 hours")]),t._v(" "),e("option",{attrs:{value:"10080"}},[t._v("7 days")])])])])])],2):t._e()]):t._e(),t._v(" "),t.isUploading?t._e():e("div",{},[e("div",[t.photoName&&t.photoName.length?e("div",{staticClass:"bg-light rounded-pill mb-4 py-2"},[e("div",{staticClass:"media align-items-center"},[t._m(0),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"mb-0 font-weight-bold text-muted"},[t._v("\n\t\t\t\t\t\t\t\t\t\t"+t._s(t.photoName)+"\n\t\t\t\t\t\t\t\t\t")])]),t._v(" "),e("button",{staticClass:"btn btn-link font-weight-bold text-decoration-none",on:{click:function(e){return e.preventDefault(),t.clearFileInputs.apply(null,arguments)}}},[t._v("\n\t\t\t\t\t\t\t\t\tDelete\n\t\t\t\t\t\t\t\t")])])]):t._e(),t._v(" "),t.videoName&&t.videoName.length?e("div",{staticClass:"bg-light rounded-pill mb-4 py-2"},[e("div",{staticClass:"media align-items-center"},[t._m(1),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"mb-0 font-weight-bold text-muted"},[t._v("\n\t\t\t\t\t\t\t\t\t\t"+t._s(t.videoName)+"\n\t\t\t\t\t\t\t\t\t")])]),t._v(" "),e("button",{staticClass:"btn btn-link font-weight-bold text-decoration-none",on:{click:function(e){return e.preventDefault(),t.clearFileInputs.apply(null,arguments)}}},[t._v("\n\t\t\t\t\t\t\t\t\tDelete\n\t\t\t\t\t\t\t\t")])])]):t._e()]),t._v(" "),e("div",[e("button",{staticClass:"btn btn-light border font-weight-bold py-1 px-2 rounded-lg mr-3",attrs:{disabled:t.photoName||t.videoName},on:{click:function(e){return t.switchTab("photo")}}},[e("i",{staticClass:"fal fa-image mr-2"}),t._v(" "),e("span",[t._v("Add Photo")])])])])])]),t._v(" "),!t.isUploading&&t.composeText&&t.composeText.length>1||!t.isUploading&&["photo","video"].includes(t.tab)?e("p",{staticClass:"mb-0"},[e("button",{staticClass:"btn btn-primary font-weight-bold float-right px-5 rounded-pill mt-3",attrs:{disabled:t.isPosting},on:{click:function(e){return t.newPost()}}},[t.isPosting?e("span",[t._m(2)]):e("span",[t._v("Post")])])]):t._e()])])},s=[function(){var t=this._self._c;return t("span",{staticClass:"d-flex align-items-center justify-content-center bg-primary mx-3",staticStyle:{width:"40px",height:"40px","border-radius":"50px",opacity:"0.6"}},[t("i",{staticClass:"fal fa-image fa-lg text-white"})])},function(){var t=this._self._c;return t("span",{staticClass:"d-flex align-items-center justify-content-center bg-primary mx-3",staticStyle:{width:"40px",height:"40px","border-radius":"50px",opacity:"0.6"}},[t("i",{staticClass:"fal fa-video fa-lg text-white"})])},function(){var t=this._self._c;return t("div",{staticClass:"spinner-border text-white spinner-border-sm",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])}]},26177:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-info-card"},[e("div",{staticClass:"card card-body mt-3 shadow-none border rounded-lg"},[e("p",{staticClass:"title"},[t._v("About")]),t._v(" "),t.group.description&&t.group.description.length>1?e("p",{staticClass:"description",domProps:{innerHTML:t._s(t.group.description)}}):e("p",{staticClass:"description"},[t._v("This group does not have a description.")])]),t._v(" "),e("div",{staticClass:"card card-body mt-3 shadow-none border rounded-lg"},["all"==t.group.membership?e("div",{staticClass:"fact"},[t._m(0),t._v(" "),t._m(1)]):t._e(),t._v(" "),"private"==t.group.membership?e("div",{staticClass:"fact"},[t._m(2),t._v(" "),t._m(3)]):t._e(),t._v(" "),1==t.group.config.discoverable?e("div",{staticClass:"fact"},[t._m(4),t._v(" "),t._m(5)]):t._e(),t._v(" "),0==t.group.config.discoverable?e("div",{staticClass:"fact"},[t._m(6),t._v(" "),t._m(7)]):t._e(),t._v(" "),e("div",{staticClass:"fact"},[t._m(8),t._v(" "),e("div",{staticClass:"fact-body"},[e("p",{staticClass:"fact-title"},[t._v(t._s(t.group.category.name))]),t._v(" "),e("p",{staticClass:"fact-subtitle"},[t._v("Category")])])]),t._v(" "),e("p",{staticClass:"mb-0 font-weight-light text-lighter"},[t._v("Created: "+t._s(t.timestampFormat(t.group.created_at)))])])])},s=[function(){var t=this._self._c;return t("div",{staticClass:"fact-icon"},[t("i",{staticClass:"fal fa-globe fa-lg"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"fact-body"},[e("p",{staticClass:"fact-title"},[t._v("Public")]),t._v(" "),e("p",{staticClass:"fact-subtitle"},[t._v("Anyone can see who's in the group and what they post.")])])},function(){var t=this._self._c;return t("div",{staticClass:"fact-icon"},[t("i",{staticClass:"fal fa-lock fa-lg"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"fact-body"},[e("p",{staticClass:"fact-title"},[t._v("Private")]),t._v(" "),e("p",{staticClass:"fact-subtitle"},[t._v("Only members can see who's in the group and what they post.")])])},function(){var t=this._self._c;return t("div",{staticClass:"fact-icon"},[t("i",{staticClass:"fal fa-eye fa-lg"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"fact-body"},[e("p",{staticClass:"fact-title"},[t._v("Visible")]),t._v(" "),e("p",{staticClass:"fact-subtitle"},[t._v("Anyone can find this group.")])])},function(){var t=this._self._c;return t("div",{staticClass:"fact-icon"},[t("i",{staticClass:"fal fa-eye-slash fa-lg"})])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"fact-body"},[e("p",{staticClass:"fact-title"},[t._v("Hidden")]),t._v(" "),e("p",{staticClass:"fact-subtitle"},[t._v("Only members can find this group.")])])},function(){var t=this._self._c;return t("div",{staticClass:"fact-icon"},[t("i",{staticClass:"fal fa-users fa-lg"})])}]},22224:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-invite-modal"},[e("b-modal",{ref:"modal",attrs:{"hide-header":"","hide-footer":"",centered:"",rounded:"","body-class":"rounded group-invite-modal-wrapper"}},[e("div",{staticClass:"text-center py-3 d-flex align-items-center flex-column"},[e("div",{staticClass:"bg-light rounded-circle d-flex justify-content-center align-items-center mb-3",staticStyle:{width:"100px",height:"100px"}},[e("i",{staticClass:"far fa-user-plus fa-2x text-lighter"})]),t._v(" "),e("p",{staticClass:"h4 font-weight-bold mb-0"},[t._v("Invite Friends")])]),t._v(" "),e("transition",{attrs:{name:"fade"}},[t.usernames.length<5?e("div",{staticClass:"d-flex justify-content-between mt-1"},[e("autocomplete",{ref:"autocomplete",staticStyle:{width:"100%"},attrs:{search:t.autocompleteSearch,placeholder:"Search friends by username","aria-label":"Search this group","get-result-value":t.getSearchResultValue,debounceTime:700},on:{submit:t.onSearchSubmit},scopedSlots:t._u([{key:"result",fn:function(a){var o=a.result,s=a.props;return[e("li",t._b({staticClass:"autocomplete-result"},"li",s,!1),[e("div",{staticClass:"text-truncate"},[e("p",{staticClass:"result-name mb-0 font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t\t\t"+t._s(o.username)+"\n\t\t\t\t\t\t\t\t")])])])]}}],null,!1,3929251)}),t._v(" "),e("button",{staticClass:"btn btn-light border rounded-circle text-lighter ml-3",staticStyle:{width:"52px",height:"50px"},on:{click:t.close}},[e("i",{staticClass:"fal fa-times fa-lg"})])],1):t._e()]),t._v(" "),e("transition",{attrs:{name:"fade"}},[t.usernames.length?e("div",{staticClass:"pt-3"},t._l(t.usernames,(function(a,o){return e("div",{staticClass:"py-1"},[e("div",{staticClass:"media align-items-center"},[e("img",{staticClass:"rounded-circle border mr-3",attrs:{src:"/storage/avatars/default.jpg",width:"45",height:"45"}}),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"lead mb-0"},[t._v(t._s(a.username))])]),t._v(" "),e("button",{staticClass:"btn btn-link text-lighter btn-sm",on:{click:function(e){return t.removeUsername(o)}}},[e("i",{staticClass:"far fa-times-circle fa-lg"})])])])})),0):t._e()]),t._v(" "),e("transition",{attrs:{name:"fade"}},[t.usernames&&t.usernames.length?e("button",{staticClass:"btn btn-primary btn-lg btn-block font-weight-bold rounded font-weight-bold mt-3",on:{click:t.submitInvites}},[t._v("Invite")]):t._e()]),t._v(" "),e("div",{staticClass:"text-center pt-3 small"},[e("p",{staticClass:"mb-0"},[t._v("You can invite up to 5 friends at a time, and 20 friends in total.")])])],1)],1)},s=[]},25012:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-list-card"},[e("div",{staticClass:"media"},[e("div",{staticClass:"media align-items-center"},[t.group.metadata&&t.group.metadata.hasOwnProperty("header")?e("img",{staticClass:"mr-3 border rounded group-header-img",class:{compact:t.compact},attrs:{src:t.group.metadata.header.url}}):e("div",{staticClass:"mr-3 border rounded group-header-img",class:{compact:t.compact}},[t._m(0)]),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"font-weight-bold mb-0 text-dark",staticStyle:{"font-size":"16px"}},[t._v("\n\t\t\t\t\t"+t._s(t.truncate(t.group.name||"Untitled Group",t.titleLength))+"\n\t\t\t\t")]),t._v(" "),e("p",{staticClass:"text-muted mb-1",staticStyle:{"font-size":"12px"}},[t._v("\n\t\t\t\t\t"+t._s(t.truncate(t.group.short_description,t.descriptionLength))+"\n\t\t\t\t")]),t._v(" "),t.showStats?e("p",{staticClass:"mb-0 small text-lighter"},[e("span",[e("i",{staticClass:"far fa-users"}),t._v(" "),e("span",{staticClass:"small font-weight-bold"},[t._v(t._s(t.prettyCount(t.group.member_count)))])]),t._v(" "),t.group.local?t._e():e("span",{staticClass:"remote-label ml-3"},[e("i",{staticClass:"fal fa-globe"}),t._v(" Remote\n\t\t\t\t\t")]),t._v(" "),t.group.hasOwnProperty("admin")&&t.group.admin.hasOwnProperty("username")?e("span",{staticClass:"ml-3"},[e("i",{staticClass:"fal fa-user-crown"}),t._v(" "),e("span",{staticClass:"small font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t@"+t._s(t.group.admin.username)+"\n\t\t\t\t\t\t")])]):t._e()]):t._e()])])])])},s=[function(){var t=this._self._c;return t("div",{staticClass:"bg-primary d-flex align-items-center justify-content-center rounded",staticStyle:{width:"100%",height:"100%"}},[t("i",{staticClass:"fal fa-users text-white fa-lg"})])}]},64954:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-post-modal"},[e("b-modal",{ref:"modal",attrs:{size:"xl","hide-footer":"","hide-header":"",centered:"","body-class":"gpm p-0"}},[e("div",{staticClass:"d-flex"},[e("div",{staticClass:"gpm-media"},[e("img",{attrs:{src:t.status.media_attachments[0].preview_url}})]),t._v(" "),e("div",{staticClass:"p-3",staticStyle:{width:"30%"}},[e("div",{staticClass:"media align-items-center mb-2"},[e("a",{attrs:{href:t.status.account.url}},[e("img",{staticClass:"rounded-circle media-avatar border mr-2",attrs:{src:t.status.account.avatar,width:"32",height:"32"}})]),t._v(" "),e("div",{staticClass:"media-body"},[e("div",{staticClass:"media-body-comment"},[e("p",{staticClass:"media-body-comment-username mb-n1"},[e("a",{staticClass:"text-dark text-decoration-none font-weight-bold",attrs:{href:t.status.account.url}},[t._v("\n\t\t\t\t\t\t\t\t\t"+t._s(t.status.account.acct)+"\n\t\t\t\t\t\t\t\t")])]),t._v(" "),e("p",{staticClass:"media-body-comment-timestamp mb-0"},[e("a",{staticClass:"font-weight-light text-muted small",attrs:{href:t.status.url}},[t._v("\n\t\t\t\t\t\t\t\t\t"+t._s(t.shortTimestamp(t.status.created_at))+"\n\t\t\t\t\t\t\t\t")]),t._v(" "),e("span",{staticClass:"text-lighter",staticStyle:{"padding-left":"2px","padding-right":"2px"}},[t._v("·")]),t._v(" "),e("span",{staticClass:"text-muted small"},[e("i",{staticClass:"fas fa-globe"})])])])]),t._v(" "),e("div",{staticClass:"text-right",staticStyle:{"flex-grow":"1"}},[e("button",{staticClass:"btn btn-link text-dark py-0",attrs:{type:"button"}},[e("span",{staticClass:"fas fa-ellipsis-h text-lighter"}),t._v(" "),e("span",{staticClass:"sr-only"},[t._v("Post Menu")])])])]),t._v(" "),e("read-more",{attrs:{status:t.status}}),t._v(" "),e("div",{staticClass:"border-top border-bottom mt-3"},[e("div",{staticClass:"d-flex justify-content-between",staticStyle:{padding:"8px 5px"}},[e("button",{staticClass:"btn btn-link py-0 text-decoration-none btn-sm",class:{"font-weight-bold":t.status.favourited,"text-primary":t.status.favourited,"text-muted":!t.status.favourited}},[e("i",{staticClass:"far fa-heart mr-1"}),t._v("\n\t\t\t\t\t\t\t"+t._s(t.status.favourited?"Liked":"Like")+"\n\t\t\t\t\t\t")]),t._v(" "),e("button",{staticClass:"btn btn-link py-0 text-decoration-none btn-sm text-muted"},[e("i",{staticClass:"far fa-comment cursor-pointer text-muted mr-1"}),t._v("\n\t\t\t\t\t\t\tComment\n\t\t\t\t\t\t")]),t._v(" "),e("button",{staticClass:"btn btn-link py-0 text-decoration-none btn-sm",attrs:{disabled:""}},[e("i",{staticClass:"fas fa-external-link-alt cursor-pointer text-muted mr-1"}),t._v("\n\t\t\t\t\t\t\tShare\n\t\t\t\t\t\t")])])])],1)])])],1)},s=[]},83560:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t,e,a,o=this,s=o._self._c;return s("div",{staticClass:"group-search-modal"},[s("b-modal",{ref:"modal",attrs:{"hide-header":"","hide-footer":"",centered:"",rounded:"","body-class":"rounded group-search-modal-wrapper"}},[s("div",{staticClass:"d-flex justify-content-between"},[s("autocomplete",{ref:"autocomplete",staticStyle:{width:"100%"},attrs:{search:o.autocompleteSearch,placeholder:"Search this group","aria-label":"Search this group","get-result-value":o.getSearchResultValue,debounceTime:700},on:{submit:o.onSearchSubmit},scopedSlots:o._u([{key:"result",fn:function(t){var e=t.result,a=t.props;return[s("li",o._b({staticClass:"autocomplete-result"},"li",a,!1),[s("div",{staticClass:"text-truncate"},[s("p",{staticClass:"result-name mb-0 font-weight-bold"},[o._v("\n\t\t\t\t\t\t\t\t\t"+o._s(e.username)+"\n\t\t\t\t\t\t\t\t")])])])]}}])}),o._v(" "),s("button",{staticClass:"btn btn-light border rounded-circle text-lighter ml-3",staticStyle:{width:"52px",height:"50px"},on:{click:o.close}},[s("i",{staticClass:"fal fa-times fa-lg"})])],1),o._v(" "),o.recent&&o.recent.length?s("div",{staticClass:"pt-5"},[s("h5",{staticClass:"mb-2"},[o._v("Recent Searches")]),o._v(" "),o._l(o.recent,(function(t,e){return s("a",{staticClass:"media align-items-center text-decoration-none text-dark",attrs:{href:t.action}},[s("div",{staticClass:"bg-light rounded-circle mr-3 border d-flex justify-content-center align-items-center",staticStyle:{width:"40px",height:"40px"}},[s("i",{staticClass:"far fa-search"})]),o._v(" "),s("div",{staticClass:"media-body"},[s("p",{staticClass:"mb-0"},[o._v(o._s(t.value))])])])}))],2):o._e(),o._v(" "),s("div",{staticClass:"pt-5"},[s("h5",{staticClass:"mb-2"},[o._v("Explore This Group")]),o._v(" "),s("div",{staticClass:"media align-items-center",on:{click:o.viewMyActivity}},[s("img",{staticClass:"mr-3 border rounded-circle",attrs:{src:null===(t=o.profile)||void 0===t?void 0:t.avatar,width:"40",height:"40",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'"}}),o._v(" "),s("div",{staticClass:"media-body"},[s("p",{staticClass:"mb-0"},[o._v(o._s((null===(e=o.profile)||void 0===e?void 0:e.display_name)||(null===(a=o.profile)||void 0===a?void 0:a.username)))]),o._v(" "),s("p",{staticClass:"mb-0 small text-muted"},[o._v("See your group activity.")])])]),o._v(" "),s("div",{staticClass:"media align-items-center",on:{click:o.viewGroupSearch}},[s("div",{staticClass:"bg-light rounded-circle mr-3 border d-flex justify-content-center align-items-center",staticStyle:{width:"40px",height:"40px"}},[s("i",{staticClass:"far fa-search"})]),o._v(" "),s("div",{staticClass:"media-body"},[s("p",{staticClass:"mb-0"},[o._v("Search all groups")])])])])])],1)},s=[]},38892:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"status-card-component",class:{"status-card-sm":t.loaded&&"small"===t.size}},[t.loaded?e("div",{staticClass:"shadow-none mb-3"},["poll"!==t.status.pf_type?e("div",{staticClass:"card shadow-sm",class:{"border-top-0":!t.hasTopBorder},staticStyle:{"border-radius":"18px !important"}},[1==t.parentUnavailable?e("parent-unavailable",{attrs:{"permalink-mode":t.permalinkMode,"permalink-status":t.childContext,status:t.status,profile:t.profile,"group-id":t.groupId}}):e("div",{staticClass:"card-body pb-0"},[e("group-post-header",{attrs:{group:t.group,status:t.status,profile:t.profile,showGroupHeader:t.showGroupHeader,showGroupChevron:t.showGroupChevron},on:{delete:t.statusDeleted}}),t._v(" "),e("div",[e("div",[e("div",{staticClass:"pl-2"},[t.status.sensitive&&t.status.content.length?e("div",{staticClass:"card card-body shadow-none border bg-light py-2 my-2 text-center user-select-none cursor-pointer",on:{click:function(e){t.status.sensitive=!1}}},[e("div",{staticClass:"media justify-content-center align-items-center"},[e("div",{staticClass:"mx-3"},[e("i",{staticClass:"far fa-exclamation-triangle fa-2x text-lighter"})]),t._v(" "),e("div",{staticClass:"media-body"},[e("p",{staticClass:"font-weight-bold mb-0"},[t._v("Warning, may contain sensitive content. ")]),t._v(" "),e("p",{staticClass:"mb-0 text-lighter small text-center font-weight-bold"},[t._v("Click to view")])])])]):[e("p",{staticClass:"pt-2 text-break",staticStyle:{"font-size":"15px"},domProps:{innerHTML:t._s(t.renderedCaption)}})],t._v(" "),"photo"===t.status.pf_type?e("photo-presenter",{staticClass:"col px-0 border mb-4 rounded",attrs:{status:t.status},on:{lightbox:t.showPostModal,togglecw:function(e){t.status.sensitive=!1},click:t.showPostModal}}):"video"===t.status.pf_type?e("video-presenter",{staticClass:"col px-0 border mb-4 rounded",attrs:{status:t.status},on:{togglecw:function(e){t.status.sensitive=!1}}}):"photo:album"===t.status.pf_type?e("photo-album-presenter",{staticClass:"col px-0 border mb-4 rounded",attrs:{status:t.status},on:{lightbox:t.lightbox,togglecw:function(e){t.status.sensitive=!1}}}):"video:album"===t.status.pf_type?e("video-album-presenter",{staticClass:"col px-0 border mb-4 rounded",attrs:{status:t.status},on:{togglecw:function(e){t.status.sensitive=!1}}}):"photo:video:album"===t.status.pf_type?e("mixed-album-presenter",{staticClass:"col px-0 border mb-4 rounded",attrs:{status:t.status},on:{lightbox:t.lightbox,togglecw:function(e){t.status.sensitive=!1}}}):t._e(),t._v(" "),t.status.favourites_count||t.status.reply_count?e("div",{staticClass:"border-top my-0"},[e("div",{staticClass:"d-flex justify-content-between py-2",staticStyle:{"font-size":"14px"}},[t.status.favourites_count?e("button",{staticClass:"btn btn-light py-0 text-decoration-none text-dark",staticStyle:{"font-size":"12px","font-weight":"600"},on:{click:function(e){return t.showLikesModal(e)}}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.status.favourites_count)+" "+t._s(1==t.status.favourites_count?"Like":"Likes")+"\n\t\t\t\t\t\t\t\t\t\t")]):t._e(),t._v(" "),t.status.reply_count?e("button",{staticClass:"btn btn-light py-0 text-decoration-none text-dark",staticStyle:{"font-size":"12px","font-weight":"600"},on:{click:function(e){return t.commentFocus(e)}}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.status.reply_count)+" "+t._s(1==t.status.reply_count?"Comment":"Comments")+"\n\t\t\t\t\t\t\t\t\t\t")]):t._e()])]):t._e(),t._v(" "),t.profile?e("div",{staticClass:"border-top my-0"},[e("div",{staticClass:"d-flex justify-content-between py-2 px-4"},[e("div",[e("button",{staticClass:"btn btn-link py-0 text-decoration-none",class:{"font-weight-bold":t.status.favourited,"text-primary":t.status.favourited,"text-muted":!t.status.favourited},attrs:{id:"lr__"+t.status.id},on:{click:function(e){return t.likeStatus(t.status,e)}}},[e("i",{staticClass:"far fa-heart mr-1"}),t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.status.favourited?"Liked":"Like")+"\n\t\t\t\t\t\t\t\t\t\t\t")])]),t._v(" "),e("button",{staticClass:"btn btn-link py-0 text-decoration-none text-muted",on:{click:function(e){return t.commentFocus(e)}}},[e("i",{staticClass:"far fa-comment cursor-pointer text-muted mr-1"}),t._v("\n\t\t\t\t\t\t\t\t\t\t\tComment\n\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),e("button",{staticClass:"btn btn-link py-0 text-decoration-none",attrs:{disabled:""}},[e("i",{staticClass:"fas fa-external-link-alt cursor-pointer text-muted mr-1"}),t._v("\n\t\t\t\t\t\t\t\t\t\t\tShare\n\t\t\t\t\t\t\t\t\t\t")])])]):t._e(),t._v(" "),t.showCommentDrawer?e("comment-drawer",{attrs:{"permalink-mode":t.permalinkMode,"permalink-status":t.childContext,status:t.status,profile:t.profile,"group-id":t.groupId}}):t._e()],2)])])],1)],1):e("div",{staticClass:"border"},[e("poll-card",{attrs:{status:t.status,profile:t.profile,showBorder:!1},on:{"status-delete":t.statusDeleted}}),t._v(" "),e("div",{staticClass:"bg-white",staticStyle:{padding:"0 1.25rem"}},[t.profile?e("div",{staticClass:"border-top my-0"},[e("div",{staticClass:"d-flex justify-content-between py-2 px-4"},[e("div",[e("button",{staticClass:"btn btn-link py-0 text-decoration-none",class:{"font-weight-bold":t.status.favourited,"text-primary":t.status.favourited,"text-muted":!t.status.favourited},attrs:{id:"lr__"+t.status.id},on:{click:function(e){return t.likeStatus(t.status,e)}}},[e("i",{staticClass:"far fa-heart mr-1"}),t._v("\n\t\t\t\t\t\t\t\t\t"+t._s(t.status.favourited?"Liked":"Like")+"\n\t\t\t\t\t\t\t\t")]),t._v(" "),e("b-popover",{attrs:{target:"lr__"+t.status.id,triggers:"hover",placement:"top"},scopedSlots:t._u([{key:"title",fn:function(){return[t._v("Popover Title")]},proxy:!0}],null,!1,4088088860)},[t._v("\n\t\t\t\t\t\t\t\t\tI am popover "),e("b",[t._v("component")]),t._v(" content!\n\t\t\t\t\t\t\t\t")])],1),t._v(" "),e("button",{staticClass:"btn btn-link py-0 text-decoration-none text-muted",on:{click:function(e){return t.commentFocus(e)}}},[e("i",{staticClass:"far fa-comment cursor-pointer text-muted mr-1"}),t._v("\n\t\t\t\t\t\t\t\tComment\n\t\t\t\t\t\t\t")]),t._v(" "),t._m(0)])]):t._e(),t._v(" "),t.showCommentDrawer?e("comment-drawer",{attrs:{"permalink-mode":t.permalinkMode,"permalink-status":t.childContext,profile:t.profile,status:t.status,"group-id":t.groupId}}):t._e()],1)],1),t._v(" "),t.profile?e("context-menu",{ref:"contextMenu",attrs:{status:t.status,profile:t.profile,"group-id":t.groupId},on:{"status-delete":t.statusDeleted}}):t._e(),t._v(" "),t.showModal?e("post-modal",{ref:"modal",attrs:{status:t.status,profile:t.profile,groupId:t.groupId}}):t._e()],1):e("div",{staticClass:"card card-body shadow-none border mb-3",staticStyle:{height:"200px"}},[t._m(1)])])},s=[function(){var t=this._self._c;return t("button",{staticClass:"btn btn-link py-0 text-decoration-none",attrs:{disabled:""}},[t("i",{staticClass:"fas fa-external-link-alt cursor-pointer text-muted mr-1"}),this._v("\n\t\t\t\t\t\t\t\tShare\n\t\t\t\t\t\t\t")])},function(){var t=this._self._c;return t("div",{staticClass:"w-100 h-100 d-flex justify-content-center align-items-center"},[t("div",{staticClass:"spinner-border text-primary",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])])}]},52809:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){return(0,this._self._c)("div")},s=[]},2011:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"px-md-5",staticStyle:{"background-color":"#fff"}},[t.group.metadata&&t.group.metadata.hasOwnProperty("header")?e("img",{staticClass:"header-image",attrs:{src:t.group.metadata.header.url}}):e("div",{staticClass:"header-jumbotron"})])},s=[]},11568:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 group-feed-component-header px-3 px-md-5"},[e("div",{staticClass:"media align-items-end"},[t.group.metadata&&t.group.metadata.hasOwnProperty("avatar")?e("img",{staticClass:"bg-white mx-4 rounded-circle border shadow p-1",staticStyle:{"object-fit":"cover"},style:{"margin-top":t.group.metadata&&t.group.metadata.hasOwnProperty("header")&&t.group.metadata.header.url?"-100px":"0"},attrs:{src:t.group.metadata.avatar.url,width:"169",height:"169"}}):t._e(),t._v(" "),t.group&&t.group.name?e("div",{staticClass:"media-body px-3"},[e("h3",{staticClass:"d-flex align-items-start"},[e("span",[t._v(t._s(t.group.name.slice(0,118)))]),t._v(" "),t.group.verified?e("sup",{staticClass:"fa-stack ml-n2",attrs:{title:"Verified Group","data-toggle":"tooltip"}},[e("i",{staticClass:"fas fa-circle fa-stack-1x fa-lg",staticStyle:{color:"#22a7f0cc","font-size":"18px"}}),t._v(" "),e("i",{staticClass:"fas fa-check fa-stack-1x text-white",staticStyle:{"font-size":"10px"}})]):t._e()]),t._v(" "),e("p",{staticClass:"text-muted mb-0",staticStyle:{"font-weight":"300"}},[e("span",[e("i",{staticClass:"fas fa-globe mr-1"}),t._v("\n "+t._s("all"==t.group.membership?"Public Group":"Private Group")+"\n ")]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("\n ·\n ")]),t._v(" "),e("span",[t._v(t._s(1==t.group.member_count?t.group.member_count+" Member":t.group.member_count+" Members"))]),t._v(" "),e("span",{staticClass:"mx-2"},[t._v("\n ·\n ")]),t._v(" "),t.group.local?e("span",{staticClass:"rounded member-label"},[t._v("Local")]):e("span",{staticClass:"rounded remote-label"},[t._v("Remote")]),t._v(" "),t.group.self&&t.group.self.hasOwnProperty("role")&&t.group.self.role?e("span",[e("span",{staticClass:"mx-2"},[t._v("\n ·\n ")]),t._v(" "),e("span",{staticClass:"rounded member-label"},[t._v(t._s(t.group.self.role))])]):t._e()])]):e("div",{staticClass:"media-body"},[t._m(0)])]),t._v(" "),t.group&&t.group.self?e("div",[t.isMember||t.group.self.is_requested?!t.isMember&&t.group.self.is_requested?e("button",{staticClass:"btn btn-light border cta-btn font-weight-bold",on:{click:function(e){return e.preventDefault(),t.cancelJoinRequest.apply(null,arguments)}}},[e("i",{staticClass:"fas fa-user-clock mr-1"}),t._v(" Requested to Join\n ")]):t.isAdmin||!t.isMember||t.group.self.is_requested?t._e():e("button",{staticClass:"btn btn-light border cta-btn font-weight-bold",attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.leaveGroup.apply(null,arguments)}}},[e("i",{staticClass:"fas sign-out-alt mr-1"}),t._v(" Leave Group\n ")]):e("button",{staticClass:"btn btn-primary cta-btn font-weight-bold",attrs:{disabled:t.requestingMembership},on:{click:t.joinGroup}},[t.requestingMembership?e("div",{staticClass:"spinner-border spinner-border-sm",attrs:{role:"status"}},[e("span",{staticClass:"sr-only"},[t._v("Loading...")])]):e("span",[t._v("\n "+t._s("all"==t.group.membership?"Join":"Request Membership")+"\n ")])])]):t._e()])},s=[function(){var t=this._self._c;return t("h3",{staticClass:"d-flex align-items-start"},[t("span",[this._v("Loading...")])])}]},17859:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t,e,a,o,s,i=this,n=i._self._c;return n("div",[n("div",{staticClass:"col-12 border-top group-feed-component-menu px-5"},[n("ul",{staticClass:"nav font-weight-bold group-feed-component-menu-nav"},[n("li",{staticClass:"nav-item"},[n("router-link",{staticClass:"nav-link",attrs:{to:"/groups/".concat(i.group.id,"/about")}},[i._v("About")])],1),i._v(" "),n("li",{staticClass:"nav-item"},[n("router-link",{staticClass:"nav-link",attrs:{to:"/groups/".concat(i.group.id),exact:""}},[i._v("Feed")])],1),i._v(" "),null!==(t=i.group)&&void 0!==t&&t.self&&i.group.self.is_member?n("li",{staticClass:"nav-item"},[n("router-link",{staticClass:"nav-link",attrs:{to:"/groups/".concat(i.group.id,"/topics")}},[i._v("Topics")])],1):i._e(),i._v(" "),null!==(e=i.group)&&void 0!==e&&e.self&&i.group.self.is_member?n("li",{staticClass:"nav-item"},[n("router-link",{staticClass:"nav-link",attrs:{to:"/groups/".concat(i.group.id,"/members")}},[i._v("\n Members\n "),i.group.self.is_member&&i.isAdmin&&i.atabs.request_count?n("span",{staticClass:"badge badge-danger rounded-pill ml-2",staticStyle:{height:"20px",padding:"4px 8px","font-size":"11px"}},[i._v(i._s(i.atabs.request_count))]):i._e()])],1):i._e(),i._v(" "),null!==(a=i.group)&&void 0!==a&&a.self&&i.group.self.is_member?n("li",{staticClass:"nav-item"},[n("router-link",{staticClass:"nav-link",attrs:{to:"/groups/".concat(i.group.id,"/media")}},[i._v("Media")])],1):i._e(),i._v(" "),null!==(o=i.group)&&void 0!==o&&o.self&&i.group.self.is_member&&i.isAdmin?n("li",{staticClass:"nav-item"},[n("router-link",{staticClass:"nav-link d-flex align-items-top",attrs:{to:"/groups/".concat(i.group.id,"/moderation")}},[n("span",{staticClass:"mr-2"},[i._v("Moderation")]),i._v(" "),i.atabs.moderation_count?n("span",{staticClass:"badge badge-danger rounded-pill",staticStyle:{height:"20px",padding:"4px 8px","font-size":"11px"}},[i._v(i._s(i.atabs.moderation_count))]):i._e()])],1):i._e()]),i._v(" "),n("div",[null!==(s=i.group)&&void 0!==s&&s.self&&i.group.self.is_member?n("button",{staticClass:"btn btn-light btn-sm border px-3 rounded-pill mr-2",on:{click:i.showSearchModal}},[n("i",{staticClass:"far fa-search"})]):i._e(),i._v(" "),n("div",{staticClass:"dropdown d-inline"},[i._m(0),i._v(" "),n("div",{staticClass:"dropdown-menu dropdown-menu-right"},[n("a",{staticClass:"dropdown-item",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),i.copyLink.apply(null,arguments)}}},[i._v("\n Copy Group Link\n ")]),i._v(" "),n("a",{staticClass:"dropdown-item",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),i.showInviteModal.apply(null,arguments)}}},[i._v("\n Invite friends\n ")]),i._v(" "),i.isAdmin?i._e():n("a",{staticClass:"dropdown-item",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),i.reportGroup.apply(null,arguments)}}},[i._v("\n Report Group\n ")]),i._v(" "),i.isAdmin?n("a",{staticClass:"dropdown-item",attrs:{href:i.group.url+"/settings"}},[i._v("\n Settings\n ")]):i._e()])])])]),i._v(" "),n("search-modal",{ref:"searchModal",attrs:{group:i.group,profile:i.profile}})],1)},s=[function(){var t=this._self._c;return t("button",{staticClass:"btn btn-light btn-sm border px-3 rounded-pill dropdown-toggle",attrs:{"data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false"}},[t("i",{staticClass:"far fa-cog"})])}]},30832:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"read-more-component",staticStyle:{"word-break":"break-all"}},[t.status.content.length<200?e("div",{domProps:{innerHTML:t._s(t.content)}}):e("div",[e("span",{domProps:{innerHTML:t._s(t.content)}}),t._v(" "),200==t.cursor||t.fullContent.length>t.cursor?e("a",{staticClass:"font-weight-bold text-muted",staticStyle:{display:"block","white-space":"nowrap"},attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.readMore.apply(null,arguments)}}},[e("i",{staticClass:"d-none fas fa-caret-down"}),t._v(" Read more...\n\t\t")]):t._e()])])},s=[]},48511:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"self-discover-component col-12 col-md-9 bg-lighter border-left mb-4"},[t._m(0),t._v(" "),"home"===t.tab?e("div",{staticClass:"px-5"},[e("div",{staticClass:"row mb-4 pt-5"},[e("div",{staticClass:"col-12 col-md-4"},[e("h4",{staticClass:"font-weight-bold"},[t._v("Popular")]),t._v(" "),e("div",{staticClass:"list-group list-group-scroll"},t._l(t.popularGroups,(function(t,a){return e("a",{staticClass:"list-group-item p-1",attrs:{href:t.url}},[e("group-list-card",{attrs:{group:t,compact:!0}})],1)})),0)]),t._v(" "),e("div",{staticClass:"col-12 col-md-4"},[e("div",{staticClass:"card card-body shadow-none bg-mantle text-light",staticStyle:{"margin-top":"33px"}},[e("h3",{staticClass:"mb-4 font-weight-lighter"},[t._v("Discover communities and topics based on your interests")]),t._v(" "),e("p",{staticClass:"mb-0"},[e("button",{staticClass:"btn btn-outline-light font-weight-light btn-block",on:{click:function(e){return t.toggleTab("categories")}}},[t._v("Browse Categories")])])]),t._v(" "),t._m(1)]),t._v(" "),e("div",{staticClass:"col-12 col-md-4"},[e("h4",{staticClass:"font-weight-bold"},[t._v("New")]),t._v(" "),e("div",{staticClass:"list-group list-group-scroll"},t._l(t.newGroups,(function(t,a){return e("a",{staticClass:"list-group-item p-1",attrs:{href:t.url}},[e("group-list-card",{attrs:{group:t,compact:!0}})],1)})),0)])]),t._v(" "),e("div",{staticClass:"jumbotron mb-4 text-light bg-black",staticStyle:{"margin-top":"5rem"}},[e("div",{staticClass:"container"},[e("h1",{staticClass:"display-4"},[t._v("Across the Fediverse")]),t._v(" "),e("p",{staticClass:"mb-0"},[e("button",{staticClass:"btn btn-outline-light",on:{click:function(e){return t.toggleTab("fediverseGroups")}}},[t._v("\n \t\t\tExplore fediverse groups "),e("i",{staticClass:"fal fa-chevron-right ml-2"})])]),t._v(" "),e("hr",{staticClass:"my-4"}),t._v(" "),t._m(2)])]),t._v(" "),t._m(3),t._v(" "),t._m(4)]):t._e(),t._v(" "),"categories"===t.tab?e("div",{staticClass:"px-5"},[e("div",{staticClass:"row my-4 justify-content-center"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"title mb-4"},[e("span",[t._v("Categories")]),t._v(" "),e("button",{staticClass:"btn btn-light font-weight-bold",on:{click:function(e){return t.toggleTab("home")}}},[t._v("Go Back")])]),t._v(" "),e("div",{staticClass:"list-group"},t._l(t.categories,(function(a,o){return e("div",{key:"rec:"+a.id+":"+o,staticClass:"list-group-item",on:{click:function(e){return t.selectCategory(o)}}},[e("p",{staticClass:"mb-0 font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t\t"+t._s(a)+"\n\t\t\t\t\t\t\t\t"),t._m(5,!0)])])})),0)])])]):t._e(),t._v(" "),"category"===t.tab?e("div",{staticClass:"px-5"},[e("div",{staticClass:"row my-4 justify-content-center"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"title mb-4"},[e("div",[e("div",{staticClass:"mb-n2 small text-uppercase text-lighter"},[t._v("Categories")]),t._v(" "),e("span",[t._v(t._s(t.categories[t.activeCategoryIndex]))])]),t._v(" "),e("button",{staticClass:"btn btn-light font-weight-bold",on:{click:function(e){return t.toggleTab("categories")}}},[t._v("Go Back")])]),t._v(" "),t.categoryGroupsLoaded?e("div",[e("div",{staticClass:"list-group"},[t._l(t.categoryGroups,(function(t,a){return e("a",{staticClass:"list-group-item p-1",attrs:{href:t.url}},[e("group-list-card",{attrs:{group:t,showStats:!0}})],1)})),t._v(" "),t.categoryGroupsCanLoadMore?e("div",{staticClass:"list-group-item"},[e("button",{staticClass:"btn btn-light font-weight-bold btn-block",on:{click:t.fetchCategoryGroups}},[t._v("\n\t\t\t\t\t\t\t\t\tLoad more\n\t\t\t\t\t\t\t\t")])]):t._e()],2),t._v(" "),0===t.categoryGroups.length?e("div",{staticClass:"mt-3"},[t._m(6)]):t._e()]):e("div",[e("div",{staticClass:"card card-body shadow-none border justify-content-center flex-row"},[e("b-spinner")],1)])])])]):t._e(),t._v(" "),"fediverseGroups"===t.tab?e("div",{staticClass:"px-5"},[e("div",{staticClass:"row my-4 justify-content-center"},[e("div",{staticClass:"col-12 col-md-6"},[e("div",{staticClass:"title mb-4"},[e("span",[t._v("Fediverse Groups")]),t._v(" "),e("button",{staticClass:"btn btn-light font-weight-bold",on:{click:function(e){return t.toggleTab("home")}}},[t._v("Go Back")])]),t._v(" "),t._m(7)])])]):t._e()])},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"px-5"},[e("div",{staticClass:"jumbotron my-4 text-light bg-mantle"},[e("div",{staticClass:"container"},[e("h1",{staticClass:"display-4"},[t._v("Discover")]),t._v(" "),e("p",{staticClass:"lead mb-0"},[t._v("Explore group communities and topics")])])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body shadow-none bg-light text-dark border",staticStyle:{"margin-top":"20px"}},[e("p",{staticClass:"lead mb-4 text-muted font-weight-lighter mb-1"},[t._v("Browse Public Groups")]),t._v(" "),e("p",{staticClass:"mb-0"},[e("button",{staticClass:"btn btn-light border font-weight-light btn-block"},[t._v("Group Directory")])])])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"lead"},[t._v("We're in the early stages of Group federation, and working with other projects to support cross-platform compatibility. "),e("a",{attrs:{href:"#"}},[t._v("Learn more about group federation "),e("i",{staticClass:"fal fa-chevron-right ml-2 fa-sm"})])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"row my-4 py-5"},[e("div",{staticClass:"col-12 col-md-4"},[e("div",{staticClass:"card card-body shadow-none bg-light",staticStyle:{border:"1px solid #E5E7EB"}},[e("p",{staticClass:"text-center text-lighter"},[e("i",{staticClass:"fal fa-lightbulb fa-4x"})]),t._v(" "),e("p",{staticClass:"text-center lead mb-0"},[t._v("What's New")])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-4"},[e("div",{staticClass:"card card-body shadow-none bg-light",staticStyle:{border:"1px solid #E5E7EB"}},[e("p",{staticClass:"text-center text-lighter"},[e("i",{staticClass:"fal fa-clipboard-list-check fa-4x"})]),t._v(" "),e("p",{staticClass:"text-center lead mb-0"},[t._v("User Guide")])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-4"},[e("div",{staticClass:"card card-body shadow-none bg-light",staticStyle:{border:"1px solid #E5E7EB"}},[e("p",{staticClass:"text-center text-lighter"},[e("i",{staticClass:"fal fa-question-circle fa-4x"})]),t._v(" "),e("p",{staticClass:"text-center lead mb-0"},[t._v("Groups Help")])])])])},function(){var t=this._self._c;return t("p",{staticClass:"text-lighter",staticStyle:{"font-size":"9px"}},[t("span",{staticClass:"font-weight-bold mr-1"},[this._v("Groups v0.0.1")])])},function(){var t=this._self._c;return t("span",{staticClass:"float-right"},[t("i",{staticClass:"fal fa-chevron-right"})])},function(){var t=this._self._c;return t("div",{staticClass:"bg-white border text-center p-3"},[t("p",{staticClass:"font-weight-light mb-0"},[this._v("No groups found in this category")])])},function(){var t=this._self._c;return t("div",{staticClass:"mt-3"},[t("div",{staticClass:"bg-white border text-center p-3"},[t("p",{staticClass:"font-weight-light mb-0"},[this._v("No fediverse groups found")])])])}]},92300:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 col-md-9",staticStyle:{overflow:"hidden"}},[t._m(0),t._v(" "),e("div",{staticClass:"row h-100 bg-light justify-content-center"},[e("div",{staticClass:"col-12 col-md-10 col-lg-6"},[t.emptyFeed?e("div",{staticClass:"mt-5"},[e("h1",{staticClass:"font-weight-bold"},[t._v("Welcome to Pixelfed Groups!")]),t._v(" "),e("p",{staticClass:"lead"},[t._v("Groups are a way to participate in like minded communities and topics.")]),t._v(" "),e("hr",{staticClass:"my-4"}),t._v(" "),t._m(1),t._v(" "),e("p",{staticClass:"text-center mb-0"},[e("router-link",{staticClass:"btn btn-primary btn-lg rounded-pill",attrs:{to:"/groups/discover"}},[t._v("\n Discover Groups\n ")])],1)]):e("div",[e("div",{staticClass:"my-3"},[t._l(t.feed,(function(a,o){return e("group-status",{key:"gs:"+a.id+o,attrs:{prestatus:a,profile:t.profile,"show-group-header":!0,group:a.group,"group-id":a.group.id}})})),t._v(" "),t.feed.length>2?e("div",[e("infinite-loading",{attrs:{distance:800},on:{infinite:t.infiniteFeed}},[e("div",{staticClass:"my-3",attrs:{slot:"no-more"},slot:"no-more"},[e("p",{staticClass:"lead font-weight-bold pt-5"},[t._v("You have reached the end of this feed")]),t._v(" "),e("div",{staticStyle:{height:"10rem"}})]),t._v(" "),e("div",{attrs:{slot:"no-results"},slot:"no-results"})])],1):t._e()],2)])])])])},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"row bg-light justify-content-center"},[e("div",{staticClass:"col-12 flex-shrink-1"},[e("div",{staticClass:"my-4 px-3"},[e("p",{staticClass:"h1 font-weight-bold mb-1"},[t._v("Groups Feed")]),t._v(" "),e("p",{staticClass:"lead text-muted mb-0"},[t._v("Recent posts from your groups")])])])])},function(){var t=this,e=t._self._c;return e("p",[t._v("Anyone can create and manage their own group as long as it abides by our "),e("a",{attrs:{href:"/site/kb/community-guidelines",target:"_blank"}},[t._v("community guidelines")]),t._v(".")])}]},54479:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"my-groups-component"},[e("div",{staticClass:"list-container"},[t.isLoaded?e("div",[e("div",{staticClass:"list-group"},t._l(t.groups,(function(t,a){return e("a",{key:"rec:"+t.id+":"+a,staticClass:"list-group-item text-decoration-none",attrs:{href:t.url}},[e("group-list-card",{attrs:{group:t,truncateDescriptionLength:140,showStats:!0}})],1)})),0),t._v(" "),t.canLoadMore?e("p",[e("button",{staticClass:"btn btn-primary btn-block font-weight-bold mt-3",attrs:{disabled:t.loadingMore},on:{click:function(e){return e.preventDefault(),t.loadMore.apply(null,arguments)}}},[t._v("\n \t\tLoad more\n \t")])]):t._e()]):e("div",{staticClass:"d-flex justify-content-center"},[e("b-spinner")],1)])])},s=[]},75891:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){this._self._c;return this._m(0)},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 col-md-9",staticStyle:{height:"100vh - 51px !important",overflow:"hidden"}},[e("div",{staticClass:"row h-100"},[e("div",{staticClass:"col-12 col-md-8 bg-lighter border-left"},[e("div",{staticClass:"p-4 mb-4"},[e("p",{staticClass:"h4 font-weight-bold mb-1 text-center"},[t._v("Group Invitations")])]),t._v(" "),e("div",{staticClass:"p-4 mb-4"},[e("p",{staticClass:"font-weight-bold text-center text-muted"},[t._v("You don't have any group invites")])])]),t._v(" "),e("div",{staticClass:"col-12 col-md-4 bg-white border-left"},[e("div",{staticClass:"p-4"},[e("div",{staticClass:"bg-light rounded-lg border p-3"},[e("p",{staticClass:"lead font-weight-bold mb-0"},[t._v("Send Invite")]),t._v(" "),e("p",{staticClass:"mb-3"},[t._v("Invite friends to your groups")]),t._v(" "),e("div",{staticClass:"form-group",staticStyle:{position:"relative"}},[e("span",{staticStyle:{position:"absolute",top:"50%",transform:"translateY(-50%)",left:"15px","padding-right":"5px"}},[e("i",{staticClass:"fas fa-search text-lighter"})]),t._v(" "),e("input",{staticClass:"form-control bg-white rounded-pill",staticStyle:{"padding-left":"40px"},attrs:{placeholder:"Search username..."}})])])]),t._v(" "),e("hr"),t._v(" "),e("div",{staticClass:"p-4 mb-2"},[e("p",{staticClass:"h4 font-weight-bold mb-1 text-center"},[t._v("Invitations Sent")])]),t._v(" "),e("div",{staticClass:"px-4 mb-4"},[e("p",{staticClass:"font-weight-bold text-center text-muted"},[t._v("You have not sent any group invites")])])])])])}]},25836:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"group-notification-component col-12 col-md-9",staticStyle:{height:"100vh - 51px !important",overflow:"hidden"}},[e("div",{staticClass:"row h-100 bg-white"},[e("div",{staticClass:"col-12 col-md-8 border-left"},[e("div",{staticClass:"px-5"},[t._m(0),t._v(" "),t._l(t.notifications,(function(a,o){return t.notifications.length>0?e("div",{staticClass:"nitem card card-body shadow-none mb-3 py-2 px-0 rounded-pill",staticStyle:{"background-color":"#F3F4F6"}},[e("div",{staticClass:"media align-items-center px-3"},[e("img",{staticClass:"mr-3 rounded-circle",staticStyle:{border:"1px solid #ccc"},attrs:{src:a.account.avatar,alt:"",width:"32px",height:"32px"}}),t._v(" "),e("div",{staticClass:"media-body"},["group:like"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{attrs:{href:t.getProfileUrl(a.account),"data-placement":"bottom","data-toggle":"tooltip",title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" liked your "),e("a",{attrs:{href:t.getPostUrl(a.status)}},[t._v("post")]),t._v(" in "),e("a",{attrs:{href:a.group.url}},[t._v(t._s(a.group.name))])])]):"group:comment"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" commented on your "),e("a",{staticClass:"font-weight-bold",attrs:{href:a.status.url}},[t._v("post")]),t._v(" in "),e("a",{attrs:{href:a.group.url}},[t._v(t._s(a.group.name))])])]):"mention"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{attrs:{href:t.getProfileUrl(a.account),"data-placement":"bottom","data-toggle":"tooltip",title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" "),e("a",{attrs:{href:t.mentionUrl(a.status)}},[t._v("mentioned")]),t._v(" you.\n\t\t\t\t\t\t\t\t\t")])]):"group.join.approved"==a.type?e("div",[e("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\t\t\tYour application to join "),e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:a.group.url,title:a.group.name}},[t._v(t._s(t.truncate(a.group.name)))]),t._v(" was approved!\n\t\t\t\t\t\t\t\t\t")])]):"group.join.rejected"==a.type?e("div",[e("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\t\t\tYour application to join "),e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:a.group.url,title:a.group.name}},[t._v(t._s(t.truncate(a.group.name)))]),t._v(" was rejected. You can re-apply to join in 6 months.\n\t\t\t\t\t\t\t\t\t")])]):e("div",[e("p",{staticClass:"my-0"},[t._v("Cannot display notification")])])]),t._v(" "),e("div",[e("div",{staticClass:"align-items-center text-muted"},[e("span",{staticClass:"small",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:a.created_at}},[t._v(t._s(t.timeAgo(a.created_at)))]),t._v(" "),e("span",[t._v("·")]),t._v(" "),t._m(1,!0)])])])]):t._e()}))],2)]),t._v(" "),e("div",{staticClass:"col-12 col-md-4 border-left bg-light"})])])},s=[function(){var t=this._self._c;return t("div",{staticClass:"my-4"},[t("p",{staticClass:"h1 font-weight-bold mb-1"},[this._v("Group Notifications")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"dropdown d-inline"},[e("a",{staticClass:"dropdown-toggle text-lighter",attrs:{href:"#",role:"button","data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false"}},[e("i",{staticClass:"far fa-cog fa-sm"})]),t._v(" "),e("div",{staticClass:"dropdown-menu dropdown-menu-right"},[e("a",{staticClass:"dropdown-item font-weight-bold",attrs:{href:"#"}},[t._v("Dismiss")]),t._v(" "),e("div",{staticClass:"dropdown-divider"}),t._v(" "),e("a",{staticClass:"dropdown-item font-weight-bold",attrs:{href:"#"}},[t._v("Help")]),t._v(" "),e("a",{staticClass:"dropdown-item font-weight-bold",attrs:{href:"#"}},[t._v("Report")])])])}]},5328:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 col-md-9",staticStyle:{height:"100vh - 51px !important",overflow:"hidden"}},[e("div",{staticClass:"row h-100 bg-lighter"},[e("div",{staticClass:"col-12 col-md-8 border-left"},[t._m(0),t._v(" "),e("div",{staticClass:"mb-5"},[e("div",{staticClass:"p-4 mb-4"},[e("div",{staticClass:"form-group"},[e("label",[t._v("Group URL")]),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.q,expression:"q"}],staticClass:"form-control form-control-lg rounded-pill bg-white border",attrs:{type:"text",placeholder:"https://pixelfed.social/groups/328323406233735168"},domProps:{value:t.q},on:{input:function(e){e.target.composing||(t.q=e.target.value)}}})]),t._v(" "),e("button",{staticClass:"btn btn-primary btn-block btn-lg rounded-pill font-weight-bold"},[t._v("Search")])])])]),t._v(" "),t._m(1)])])},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"d-flex justify-content-center"},[e("div",{staticClass:"p-4 mb-4"},[e("p",{staticClass:"h4 font-weight-bold mb-1"},[t._v("Find a Remote Group")]),t._v(" "),e("p",{staticClass:"lead text-muted"},[t._v("Search and explore remote federated groups.")])])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-12 col-md-4 bg-white border-left"},[e("div",{staticClass:"my-4"},[e("h4",{staticClass:"font-weight-bold"},[t._v("Tips")]),t._v(" "),e("ul",{staticClass:"pl-3"},[e("li",{staticClass:"font-weight-bold"},[t._v("Some remote groups are not supported*")]),t._v(" "),e("li",[t._v("Read and comply with group rules defined by group admins")]),t._v(" "),e("li",[t._v("Use the full "),e("span",{staticClass:"font-weight-bold"},[t._v("Group URL")]),t._v(" including "),e("code",[t._v("https://")])]),t._v(" "),e("li",[t._v("Joining private groups requires manual approval from group admins, you will recieve a notification when your membership is approved")]),t._v(" "),e("li",[t._v("Inviting people to remote groups is not supported yet")]),t._v(" "),e("li",[t._v("Your group membership may be terminated at any time by group admins")])]),t._v(" "),e("p",{staticClass:"small"},[t._v("* Some remote groups may not be compatible, we are working to support other group implementations")])])])}]},48375:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t,e,a=this,o=a._self._c;return o("div",{staticClass:"group-post-header media"},[a.showGroupHeader?o("div",{staticClass:"mb-1",staticStyle:{position:"relative"}},[a.group.hasOwnProperty("metadata")&&(a.group.metadata.hasOwnProperty("avatar")||a.group.metadata.hasOwnProperty("header"))?o("img",{staticClass:"rounded-lg box-shadow mr-2",staticStyle:{"object-fit":"cover"},attrs:{src:a.group.metadata.hasOwnProperty("header")?a.group.metadata.header.url:a.group.metadata.avatar.url,width:"52",height:"52",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'",alt:"avatar"}}):o("span",{staticClass:"d-block rounded-lg box-shadow mr-2 bg-primary",staticStyle:{width:"52px",height:"52px"}}),a._v(" "),o("img",{staticClass:"rounded-circle box-shadow border mr-2",staticStyle:{position:"absolute",bottom:"-4px",right:"-4px"},attrs:{src:a.status.account.avatar,width:"36",height:"36",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'",alt:"avatar"}})]):o("img",{staticClass:"rounded-circle box-shadow mr-2",attrs:{src:a.status.account.avatar,width:"42",height:"42",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'",alt:"avatar"}}),a._v(" "),o("div",{staticClass:"media-body"},[o("div",{staticClass:"pl-2 d-flex align-items-top"},[o("div",[o("p",{staticClass:"mb-0"},[a.showGroupHeader&&a.group?o("router-link",{staticClass:"group-name-link username",attrs:{to:"/groups/".concat(a.status.gid)}},[a._v("\n "+a._s(a.group.name)+"\n ")]):o("router-link",{staticClass:"group-name-link username",attrs:{to:"/groups/".concat(a.status.gid,"/user/").concat(null===(t=a.status)||void 0===t?void 0:t.account.id)},domProps:{innerHTML:a._s(a.statusCardUsernameFormat(a.status))}},[a._v("\n Loading...\n ")]),a._v(" "),a.showGroupChevron?o("span",[a._m(0),a._v(" "),o("span",[o("router-link",{staticClass:"group-name-link",attrs:{to:"/groups/".concat(a.status.gid)}},[a._v("\n "+a._s(a.group.name)+"\n ")])],1)]):a._e()],1),a._v(" "),o("p",{staticClass:"mb-0 mt-n1"},[a.showGroupHeader&&a.group?o("span",{staticStyle:{"font-size":"13px"}},[o("router-link",{staticClass:"group-name-link-small username",attrs:{to:"/groups/".concat(a.status.gid,"/user/").concat(null===(e=a.status)||void 0===e?void 0:e.account.id)},domProps:{innerHTML:a._s(a.statusCardUsernameFormat(a.status))}},[a._v("\n Loading...\n ")]),a._v(" "),o("span",{staticClass:"text-lighter",staticStyle:{"padding-left":"2px","padding-right":"2px"}},[a._v("·")]),a._v(" "),o("router-link",{staticClass:"font-weight-light text-muted",attrs:{to:"/groups/".concat(a.status.gid,"/p/").concat(a.status.id)}},[a._v("\n "+a._s(a.shortTimestamp(a.status.created_at))+"\n ")]),a._v(" "),o("span",{staticClass:"text-lighter",staticStyle:{"padding-left":"2px","padding-right":"2px"}},[a._v("·")]),a._v(" "),a._m(1)],1):o("span",[o("router-link",{staticClass:"font-weight-light text-muted small",attrs:{to:"/groups/".concat(a.status.gid,"/p/").concat(a.status.id)}},[a._v("\n "+a._s(a.shortTimestamp(a.status.created_at))+"\n ")]),a._v(" "),o("span",{staticClass:"text-lighter",staticStyle:{"padding-left":"2px","padding-right":"2px"}},[a._v("·")]),a._v(" "),a._m(2)],1)])]),a._v(" "),a.profile?o("div",{staticClass:"text-right",staticStyle:{"flex-grow":"1"}},[o("div",{staticClass:"dropdown"},[a._m(3),a._v(" "),o("div",{staticClass:"dropdown-menu dropdown-menu-right"},[o("a",{staticClass:"dropdown-item",attrs:{href:a.statusUrl()}},[a._v("View Post")]),a._v(" "),o("a",{staticClass:"dropdown-item",attrs:{href:a.profileUrl()}},[a._v("View Profile")]),a._v(" "),o("a",{staticClass:"dropdown-item",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),a.sendReport()}}},[a._v("Report")]),a._v(" "),o("div",{staticClass:"dropdown-divider"}),a._v(" "),o("a",{staticClass:"dropdown-item text-danger",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),a.onDelete()}}},[a._v("Delete")])])])]):a._e()])])])},s=[function(){var t=this._self._c;return t("span",{staticClass:"text-muted",staticStyle:{"padding-left":"2px","padding-right":"2px"}},[t("i",{staticClass:"fas fa-caret-right"})])},function(){var t=this._self._c;return t("span",{staticClass:"text-muted"},[t("i",{staticClass:"fas fa-globe"})])},function(){var t=this._self._c;return t("span",{staticClass:"text-muted small"},[t("i",{staticClass:"fas fa-globe"})])},function(){var t=this._self._c;return t("button",{staticClass:"btn btn-link dropdown-toggle",attrs:{type:"button","data-toggle":"dropdown","aria-expanded":"false"}},[t("span",{staticClass:"fas fa-ellipsis-h text-lighter"})])}]},70560:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"card shadow-sm",staticStyle:{"border-radius":"18px !important"}},[e("div",{staticClass:"card-body pb-0"},[t._m(0),t._v(" "),e("div",[t.showCommentDrawer?e("comment-drawer",{attrs:{"permalink-mode":t.permalinkMode,"permalink-status":t.childContext,status:t.status,profile:t.profile,"group-id":t.groupId,"can-reply":!1}}):t._e()],1)])])},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"card card-body border shadow-none mb-3",staticStyle:{"background-color":"#E5E7EB"}},[e("div",{staticClass:"media p-md-4"},[e("div",{staticClass:"mr-4 pt-2"},[e("i",{staticClass:"fas fa-lock fa-2x"})]),t._v(" "),e("div",{staticClass:"media-body",staticStyle:{"max-width":"320px"}},[e("p",{staticClass:"lead font-weight-bold mb-1"},[t._v("This content isn't available right now")]),t._v(" "),e("p",{staticClass:"mb-0",staticStyle:{"font-size":"12px","letter-spacing":"-0.3px"}},[t._v("When this happens, it's usually because the owner only shared it with a small group of people, changed who can see it, or it's been deleted.")])])])])}]},69565:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"w-100 h-100"},[t.loaded?t._e():e("div",{staticClass:"d-flex w-100 h-100 py-5 justify-content-center align-items-center"},[t._m(0)])])},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"text-center"},[e("div",{staticClass:"spinner-border",attrs:{role:"status"}},[e("span",{staticClass:"sr-only"},[t._v("Loading...")])]),t._v(" "),e("p",{staticClass:"text-center font-weight-bold mt-1"},[t._v("Loading...")])])}]},27890:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"col-3 shadow groups-sidenav"},[e("div",{staticClass:"p-1"},[t._m(0),t._v(" "),e("div",{staticClass:"mb-3"},[e("autocomplete",{ref:"autocomplete",attrs:{search:t.autocompleteSearch,placeholder:"Search groups by name","aria-label":"Search groups by name","get-result-value":t.getSearchResultValue,debounceTime:700},on:{submit:t.onSearchSubmit},scopedSlots:t._u([{key:"result",fn:function(a){var o=a.result,s=a.props;return[e("li",t._b({staticClass:"autocomplete-result"},"li",s,!1),[e("div",{staticClass:"media align-items-center"},[o.local&&o.metadata&&o.metadata.hasOwnProperty("header")&&o.metadata.header.hasOwnProperty("url")?e("img",{attrs:{src:o.metadata.header.url,width:"32",height:"32"}}):e("div",{staticClass:"icon-placeholder"},[e("i",{staticClass:"fal fa-user-friends"})]),t._v(" "),e("div",{staticClass:"media-body text-truncate mr-3"},[e("p",{staticClass:"result-name mb-n1 font-weight-bold"},[t._v("\n "+t._s(t.truncateName(o.name))+"\n "),o.verified?e("span",{staticClass:"fa-stack ml-n2",attrs:{title:"Verified Group","data-toggle":"tooltip"}},[e("i",{staticClass:"fas fa-circle fa-stack-1x fa-lg",staticStyle:{color:"#22a7f0cc","font-size":"18px"}}),t._v(" "),e("i",{staticClass:"fas fa-check fa-stack-1x text-white",staticStyle:{"font-size":"10px"}})]):t._e()]),t._v(" "),e("p",{staticClass:"mb-0 text-muted",staticStyle:{"font-size":"10px"}},[o.local?t._e():e("span",{attrs:{title:"Remote Group"}},[e("i",{staticClass:"far fa-globe"})]),t._v(" "),o.local?t._e():e("span",[t._v("·")]),t._v(" "),e("span",{staticClass:"font-weight-bold"},[t._v(t._s(o.member_count)+" members")])])])])])]}}])})],1),t._v(" "),t._l(t.tabs,(function(a){return[e("router-link",{staticClass:"btn btn-light group-nav-btn",attrs:{to:a.path}},[e("div",{staticClass:"group-nav-btn-icon"},[e("i",{class:a.icon})]),t._v(" "),e("div",{staticClass:"group-nav-btn-name"},[t._v("\n "+t._s(a.name)+"\n ")])])]})),t._v(" "),e("router-link",{staticClass:"btn btn-primary btn-block rounded-pill font-weight-bold mt-3",attrs:{to:"/groups/create"}},[e("i",{staticClass:"fas fa-plus mr-2"}),t._v(" Create New Group\n ")]),t._v(" "),e("hr")],2)])},s=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"d-flex justify-content-between align-items-center py-3"},[e("p",{staticClass:"h2 font-weight-bold mb-0"},[t._v("Groups")]),t._v(" "),e("a",{staticClass:"btn btn-light px-2 rounded-circle",attrs:{href:"/settings/home"}},[e("i",{staticClass:"fas fa-cog fa-lg"})])])}]},16387:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("nav",{staticClass:"metro-nav navbar navbar-expand navbar-light navbar-laravel sticky-top shadow-none py-1"},[e("div",{staticClass:"container-fluid"},[e("a",{staticClass:"navbar-brand d-flex align-items-center",attrs:{href:"/i/web",title:"Logo"}},[e("img",{staticClass:"px-2",attrs:{src:"/img/pixelfed-icon-color.svg",height:"30px",loading:"eager",alt:"Pixelfed logo"}}),t._v(" "),e("span",{staticClass:"font-weight-bold mb-0 d-none d-sm-block",staticStyle:{"font-size":"20px"}},[t._v("\n\t\t\t\t\t"+t._s(t.brandName)+"\n\t\t\t\t")])]),t._v(" "),e("div",{staticClass:"collapse navbar-collapse"},[e("div",{staticClass:"navbar-nav ml-auto"},[e("autocomplete",{ref:"autocomplete",staticClass:"searchbox",attrs:{search:t.autocompleteSearch,placeholder:t.$t("navmenu.search"),"aria-label":"Search","get-result-value":t.getSearchResultValue,debounceTime:700},on:{submit:t.onSearchSubmit},scopedSlots:t._u([{key:"result",fn:function(a){var o=a.result,s=a.props;return[e("li",t._b({staticClass:"autocomplete-result sr"},"li",s,!1),["account"===o.s_type?e("div",{staticClass:"media align-items-center my-0"},[e("img",{staticClass:"sr-avatar",staticStyle:{"border-radius":"40px"},attrs:{src:o.avatar,width:"40",height:"40",onerror:"this.src='/storage/avatars/default.png?v=0';this.onerror=null;"}}),t._v(" "),e("div",{staticClass:"media-body sr-account"},[e("div",{staticClass:"sr-account-acct",class:{compact:o.acct&&o.acct.length>24}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t@"+t._s(o.acct)+"\n\t\t\t\t\t\t\t\t\t\t\t"),o.locked?e("b-button",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.html",modifiers:{html:!0}}],staticClass:"p-0",attrs:{title:"Private Account",variant:"link",size:"sm"}},[e("i",{staticClass:"far fa-lock fa-sm text-lighter ml-1"})]):t._e()],1),t._v(" "),o.is_admin?[e("div",{staticClass:"sr-account-stats"},[e("div",{staticClass:"sr-account-stats-followers text-danger font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\tAdmin\n\t\t\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),e("div",[t._v("·")]),t._v(" "),e("div",{staticClass:"sr-account-stats-followers font-weight-bold"},[e("span",[t._v(t._s(t.formatCount(o.followers_count)))]),t._v(" "),e("span",[t._v("Followers")])])])]:[o.local?[e("div",{staticClass:"sr-account-stats"},[o.followers_count?e("div",{staticClass:"sr-account-stats-followers font-weight-bold"},[e("span",[t._v(t._s(t.formatCount(o.followers_count)))]),t._v(" "),e("span",[t._v("Followers")])]):t._e(),t._v(" "),o.followers_count&&o.statuses_count?e("div",[t._v("·")]):t._e(),t._v(" "),o.statuses_count?e("div",{staticClass:"sr-account-stats-statuses font-weight-bold"},[e("span",[t._v(t._s(t.formatCount(o.statuses_count)))]),t._v(" "),e("span",[t._v("Posts")])]):t._e(),t._v(" "),!o.followers_count&&o.statuses_count?e("div",[t._v("·")]):t._e(),t._v(" "),e("div",{staticClass:"sr-account-stats-statuses font-weight-bold"},[e("i",{staticClass:"far fa-clock fa-sm"}),t._v(" "),e("span",[t._v(t._s(t.timeAgo(o.created_at)))])])])]:[e("div",{staticClass:"sr-account-stats"},[o.followers_count?e("div",{staticClass:"sr-account-stats-followers font-weight-bold"},[e("span",[t._v(t._s(t.formatCount(o.followers_count)))]),t._v(" "),e("span",[t._v("Followers")])]):t._e(),t._v(" "),o.followers_count&&o.statuses_count?e("div",[t._v("·")]):t._e(),t._v(" "),o.statuses_count?e("div",{staticClass:"sr-account-stats-statuses font-weight-bold"},[e("span",[t._v(t._s(t.formatCount(o.statuses_count)))]),t._v(" "),e("span",[t._v("Posts")])]):t._e(),t._v(" "),!o.followers_count&&o.statuses_count?e("div",[t._v("·")]):t._e(),t._v(" "),o.followers_count||o.statuses_count?t._e():e("div",{staticClass:"sr-account-stats-statuses font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tRemote Account\n\t\t\t\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),o.followers_count||o.statuses_count?t._e():e("div",[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t·\n\t\t\t\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),e("b-button",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.html",modifiers:{html:!0}}],staticClass:"sr-account-stats-statuses p-0",attrs:{title:"Joined "+t.timeAgo(o.created_at)+" ago",variant:"link",size:"sm"}},[e("i",{staticClass:"far fa-clock fa-sm"}),t._v(" "),e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.timeAgo(o.created_at)))])])],1)]]],2)]):"hashtag"===o.s_type?e("div",{staticClass:"media align-items-center my-0"},[e("div",{staticClass:"media-icon"},[e("i",{staticClass:"far fa-hashtag fa-large"})]),t._v(" "),e("div",{staticClass:"media-body sr-tag"},[e("div",{staticClass:"sr-tag-name",class:{compact:o.name&&o.name.length>26}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t#"+t._s(o.name)+"\n\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),o.count&&o.count>100?e("div",{staticClass:"sr-tag-count"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.formatCount(o.count))+" "+t._s(1==o.count?"Post":"Posts")+"\n\t\t\t\t\t\t\t\t\t\t")]):t._e()])]):"status"===o.s_type?e("div",{staticClass:"media align-items-center my-0"},[e("img",{staticClass:"sr-avatar",staticStyle:{"border-radius":"40px"},attrs:{src:o.account.avatar,width:"40",height:"40",onerror:"this.src='/storage/avatars/default.png?v=0';this.onerror=null;"}}),t._v(" "),e("div",{staticClass:"media-body sr-post"},[e("div",{staticClass:"sr-post-acct",class:{compact:o.acct&&o.acct.length>26}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t@"+t._s(t.truncate(o.account.acct,20))+"\n\t\t\t\t\t\t\t\t\t\t\t"),o.locked?e("b-button",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.html",modifiers:{html:!0}}],staticClass:"p-0",attrs:{title:"Private Account",variant:"link",size:"sm"}},[e("i",{staticClass:"far fa-lock fa-sm text-lighter ml-1"})]):t._e()],1),t._v(" "),e("div",{staticClass:"sr-post-action"},[e("div",{staticClass:"sr-post-action-timestamp"},[e("i",{staticClass:"far fa-clock fa-sm"}),t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.timeAgo(o.created_at))+"\n\t\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),e("div",[t._v("·")]),t._v(" "),e("div",{staticClass:"sr-post-action-label"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\tTap to view post\n\t\t\t\t\t\t\t\t\t\t\t")])])])]):t._e()])]}}])})],1),t._v(" "),e("div",{staticClass:"ml-auto"},[e("ul",{staticClass:"navbar-nav align-items-center"},[e("li",{staticClass:"nav-item dropdown ml-2"},[e("a",{staticClass:"nav-link dropdown-toggle",attrs:{id:"navbarDropdown",href:"#",role:"button","data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false",title:"User Menu"}},[e("i",{staticClass:"d-none far fa-user fa-lg text-dark"}),t._v(" "),e("span",{staticClass:"sr-only"},[t._v("User Menu")]),t._v(" "),e("img",{staticClass:"nav-avatar rounded-circle border shadow",attrs:{src:t.user.avatar,width:"30",height:"30",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=0';"}})]),t._v(" "),e("div",{staticClass:"dropdown-menu dropdown-menu-right shadow",attrs:{"aria-labelledby":"navbarDropdown"}},[e("ul",{staticClass:"nav flex-column"},[e("li",{staticClass:"nav-item nav-icons"},[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("router-link",{staticClass:"nav-link text-center",attrs:{to:"/i/web"}},[e("div",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-home fa-lg"})]),t._v(" "),e("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.homeFeed")))])]),t._v(" "),t.hasLocalTimeline?e("router-link",{staticClass:"nav-link text-center",attrs:{to:{name:"timeline",params:{scope:"local"}}}},[e("div",{staticClass:"icon text-lighter"},[e("i",{staticClass:"fas fa-stream fa-lg"})]),t._v(" "),e("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.localFeed")))])]):t._e(),t._v(" "),t.hasNetworkTimeline?e("router-link",{staticClass:"nav-link text-center",attrs:{to:{name:"timeline",params:{scope:"global"}}}},[e("div",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-globe fa-lg"})]),t._v(" "),e("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.globalFeed")))])]):t._e()],1)]),t._v(" "),e("li",{staticClass:"nav-item nav-icons"},[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("router-link",{staticClass:"nav-link text-center",attrs:{to:"/i/web/discover"}},[e("div",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-compass"})]),t._v(" "),e("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.discover")))])]),t._v(" "),e("router-link",{staticClass:"nav-link text-center",attrs:{to:"/i/web/notifications"}},[e("div",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-bell"})]),t._v(" "),e("div",{staticClass:"small"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.notifications"))+"\n\t\t\t\t\t\t\t\t\t\t\t\t")])]),t._v(" "),e("router-link",{staticClass:"nav-link text-center px-3",attrs:{to:"/i/web/profile/"+t.user.id}},[e("div",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-user"})]),t._v(" "),e("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.profile")))])])],1),t._v(" "),e("hr",{staticClass:"mb-0",staticStyle:{"margin-top":"-5px",opacity:"0.4"}})]),t._v(" "),e("li",{staticClass:"nav-item"},[e("router-link",{staticClass:"nav-link",attrs:{to:"/i/web/compose"}},[e("span",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-plus-square"})]),t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.compose"))+"\n\t\t\t\t\t\t\t\t\t\t")])],1),t._v(" "),e("li",{staticClass:"nav-item"},[e("router-link",{staticClass:"nav-link d-flex justify-content-between align-items-center",attrs:{to:"/i/web/direct"}},[e("span",[e("span",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-envelope"})]),t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.directMessages"))+"\n\t\t\t\t\t\t\t\t\t\t\t")])])],1),t._v(" "),e("li",{staticClass:"nav-item"},[e("a",{staticClass:"nav-link",attrs:{href:"/i/web"},on:{click:function(e){return e.preventDefault(),t.openUserInterfaceSettings.apply(null,arguments)}}},[t._m(0),t._v("\n\t\t\t\t\t\t\t\t\t\t\tUI Settings\n\t\t\t\t\t\t\t\t\t\t")])]),t._v(" "),t.user.is_admin?e("li",{staticClass:"nav-item"},[e("hr",{staticClass:"mt-n1",staticStyle:{opacity:"0.4","margin-bottom":"0"}}),t._v(" "),e("a",{staticClass:"nav-link",attrs:{href:"/i/admin/dashboard"}},[t._m(1),t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.admin"))+"\n\t\t\t\t\t\t\t\t\t\t")])]):t._e(),t._v(" "),e("li",{staticClass:"nav-item"},[e("hr",{staticClass:"mt-n1",staticStyle:{opacity:"0.4","margin-bottom":"0"}}),t._v(" "),e("a",{staticClass:"nav-link",attrs:{href:"/"}},[t._m(2),t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.backToPreviousDesign"))+"\n\t\t\t\t\t\t\t\t\t\t")])]),t._v(" "),e("li",{staticClass:"nav-item"},[e("hr",{staticClass:"mt-n1",staticStyle:{opacity:"0.4","margin-bottom":"0"}}),t._v(" "),e("a",{staticClass:"nav-link",attrs:{href:"/"},on:{click:function(e){return e.preventDefault(),t.logout()}}},[t._m(3),t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.logout"))+"\n\t\t\t\t\t\t\t\t\t\t")])])])])])])])])]),t._v(" "),e("b-modal",{ref:"uis",attrs:{"hide-footer":"",centered:"","body-class":"p-0 ui-menu",title:"UI Settings"}},[e("div",{staticClass:"list-group list-group-flush"},[e("div",{staticClass:"list-group-item px-3"},[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("div",[e("p",{staticClass:"font-weight-bold mb-1"},[t._v("Theme")]),t._v(" "),e("p",{staticClass:"small text-muted mb-0"})]),t._v(" "),e("div",{staticClass:"btn-group btn-group-sm"},[e("button",{staticClass:"btn",class:["system"==t.uiColorScheme?"btn-primary":"btn-outline-primary"],on:{click:function(e){return t.toggleUi("system")}}},[t._v("\n\t\t\t\t\t\t\tAuto\n\t\t\t\t\t\t")]),t._v(" "),e("button",{staticClass:"btn",class:["light"==t.uiColorScheme?"btn-primary":"btn-outline-primary"],on:{click:function(e){return t.toggleUi("light")}}},[t._v("\n\t\t\t\t\t\t\tLight mode\n\t\t\t\t\t\t")]),t._v(" "),e("button",{staticClass:"btn",class:["dark"==t.uiColorScheme?"btn-primary":"btn-outline-primary"],on:{click:function(e){return t.toggleUi("dark")}}},[t._v("\n\t\t\t\t\t\t\tDark mode\n\t\t\t\t\t\t")])])])]),t._v(" "),e("div",{staticClass:"list-group-item px-3"},[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("div",[e("p",{staticClass:"font-weight-bold mb-1"},[t._v("Profile Layout")]),t._v(" "),e("p",{staticClass:"small text-muted mb-0"})]),t._v(" "),e("div",{staticClass:"btn-group btn-group-sm"},[e("button",{staticClass:"btn",class:["grid"==t.profileLayout?"btn-primary":"btn-outline-primary"],on:{click:function(e){return t.toggleProfileLayout("grid")}}},[t._v("\n\t\t\t\t\t\t\tGrid\n\t\t\t\t\t\t")]),t._v(" "),e("button",{staticClass:"btn",class:["masonry"==t.profileLayout?"btn-primary":"btn-outline-primary"],on:{click:function(e){return t.toggleProfileLayout("masonry")}}},[t._v("\n\t\t\t\t\t\t\tMasonry\n\t\t\t\t\t\t")]),t._v(" "),e("button",{staticClass:"btn",class:["feed"==t.profileLayout?"btn-primary":"btn-outline-primary"],on:{click:function(e){return t.toggleProfileLayout("feed")}}},[t._v("\n\t\t\t\t\t\t\tFeed\n\t\t\t\t\t\t")])])])]),t._v(" "),e("div",{staticClass:"list-group-item px-3"},[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("div",[e("p",{staticClass:"font-weight-bold mb-0"},[t._v("Compact Media Previews")])]),t._v(" "),e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.fixedHeight,callback:function(e){t.fixedHeight=e},expression:"fixedHeight"}})],1)]),t._v(" "),e("div",{staticClass:"list-group-item px-3"},[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("div",[e("p",{staticClass:"font-weight-bold mb-0"},[t._v("Load Comments")])]),t._v(" "),e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.autoloadComments,callback:function(e){t.autoloadComments=e},expression:"autoloadComments"}})],1)]),t._v(" "),e("div",{staticClass:"list-group-item px-3"},[e("div",{staticClass:"d-flex justify-content-between align-items-center"},[e("div",[e("p",{staticClass:"font-weight-bold mb-0"},[t._v("Hide Counts & Stats")])]),t._v(" "),e("b-form-checkbox",{attrs:{switch:"",size:"lg"},model:{value:t.hideCounts,callback:function(e){t.hideCounts=e},expression:"hideCounts"}})],1)])])])],1)},s=[function(){var t=this._self._c;return t("span",{staticClass:"icon text-lighter"},[t("i",{staticClass:"far fa-brush"})])},function(){var t=this._self._c;return t("span",{staticClass:"icon text-lighter"},[t("i",{staticClass:"far fa-tools"})])},function(){var t=this._self._c;return t("span",{staticClass:"icon text-lighter"},[t("i",{staticClass:"fas fa-chevron-left"})])},function(){var t=this._self._c;return t("span",{staticClass:"icon text-lighter"},[t("i",{staticClass:"far fa-sign-out"})])}]},18389:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return 1==t.status.sensitive?e("div",[e("details",{staticClass:"details-animated"},[e("summary",[e("p",{staticClass:"mb-0 lead font-weight-bold"},[t._v(t._s(t.status.spoiler_text?t.status.spoiler_text:"CW / NSFW / Hidden Media"))]),t._v(" "),e("p",{staticClass:"font-weight-light"},[t._v("(click to show)")])]),t._v(" "),e("b-carousel",{staticStyle:{"text-shadow":"1px 1px 2px #333","background-color":"#000"},attrs:{id:t.status.id+"-carousel",controls:"","img-blank":"",background:"#ffffff",interval:0}},t._l(t.status.media_attachments,(function(a,o){return e("b-carousel-slide",{key:a.id+"-media"},["video"==a.type?e("video",{staticClass:"embed-responsive-item",attrs:{slot:"img",preload:"none",controls:"",playsinline:"",loop:"",alt:a.description,width:"100%",height:"100%"},slot:"img"},[e("source",{attrs:{src:a.url,type:a.mime}})]):"image"==a.type?e("div",{attrs:{slot:"img",title:a.description},slot:"img"},[e("img",{class:a.filter_class+" d-block img-fluid w-100",attrs:{src:a.url,alt:a.description,loading:"lazy",onerror:"this.onerror=null;this.src='/storage/no-preview.png'"}})]):e("p",{staticClass:"text-center p-0 font-weight-bold text-white"},[t._v("Error: Problem rendering preview.")])])})),1)],1)]):e("div",{staticClass:"w-100 h-100 p-0"},[e("carousel",{ref:"carousel",staticClass:"p-0 m-0",attrs:{centerMode:!0,loop:!1,"per-page":1,paginationPosition:"bottom-overlay",paginationActiveColor:"#3897f0",paginationColor:"#dbdbdb"}},t._l(t.status.media_attachments,(function(a,o){return e("slide",{key:"px-carousel-"+a.id+"-"+o,staticClass:"w-100 h-100 d-block mx-auto text-center",staticStyle:{background:"#000",display:"flex","align-items":"center"}},["video"==a.type?e("video",{staticClass:"embed-responsive-item",attrs:{preload:"none",controls:"",loop:"",title:a.description,width:"100%",height:"100%"}},[e("source",{attrs:{src:a.url,type:a.mime}})]):"image"==a.type?e("div",{attrs:{title:a.description}},[e("img",{class:a.filter_class+" img-fluid w-100",attrs:{src:a.url,alt:a.description,loading:"lazy",onerror:"this.onerror=null;this.src='/storage/no-preview.png'"}})]):e("p",{staticClass:"text-center p-0 font-weight-bold text-white"},[t._v("Error: Problem rendering preview.")])])})),1)],1)},s=[]},28691:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return 1==t.status.sensitive?e("div",{staticClass:"content-label-wrapper"},[e("div",{staticClass:"text-light content-label"},[t._m(0),t._v(" "),e("p",{staticClass:"h4 font-weight-bold text-center"},[t._v("\n\t\t\tSensitive Content\n\t\t")]),t._v(" "),e("p",{staticClass:"text-center py-2 content-label-text"},[t._v("\n\t\t\t"+t._s(t.status.spoiler_text?t.status.spoiler_text:"This album may contain sensitive content.")+"\n\t\t")]),t._v(" "),e("p",{staticClass:"mb-0"},[e("button",{staticClass:"btn btn-outline-light btn-block btn-sm font-weight-bold",on:{click:function(e){return t.toggleContentWarning()}}},[t._v("See Post")])])]),t._v(" "),e("blur-hash-image",{attrs:{width:"32",height:"32",punch:1,hash:t.status.media_attachments[0].blurhash,alt:t.altText(t.status)}})],1):e("div",{staticClass:"w-100 h-100 p-0 album-wrapper"},[e("carousel",{ref:"carousel",staticClass:"p-0 m-0",attrs:{centerMode:!0,loop:!1,"per-page":1,paginationPosition:"bottom-overlay",paginationActiveColor:"#3897f0",paginationColor:"#dbdbdb",id:"carousel-"+t.status.id}},t._l(t.status.media_attachments,(function(a,o){return e("slide",{key:"px-carousel-"+a.id+"-"+o,staticStyle:{background:"#000",display:"flex","align-items":"center"},attrs:{title:a.description}},[e("img",{staticClass:"img-fluid w-100 p-0",attrs:{src:a.url,alt:t.altText(a),loading:"lazy","data-bp":a.url,onerror:"this.onerror=null;this.src='/storage/no-preview.png'"}})])})),1),t._v(" "),e("div",{staticClass:"album-overlay"},[!t.status.sensitive&&t.sensitive?e("p",{staticStyle:{"margin-top":"0",padding:"10px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",top:"0",right:"0","border-top-left-radius":"5px",cursor:"pointer",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"},on:{click:function(e){t.status.sensitive=!0}}},[e("i",{staticClass:"fas fa-eye-slash fa-lg"})]):t._e(),t._v(" "),e("p",{staticStyle:{"margin-top":"0",padding:"10px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",left:"0",top:"0","border-bottom-right-radius":"5px",cursor:"pointer",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"},on:{click:function(e){return e.preventDefault(),t.toggleLightbox.apply(null,arguments)}}},[e("i",{staticClass:"fas fa-expand fa-lg"})]),t._v(" "),t.status.media_attachments[0].license?e("p",{staticStyle:{"margin-bottom":"0",padding:"0 5px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",bottom:"0",right:"0","border-top-left-radius":"5px",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"}},[e("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.url}},[t._v("Photo")]),t._v(" by "),e("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.account.url}},[t._v("@"+t._s(t.status.account.username))]),t._v(" licensed under "),e("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.media_attachments[0].license.url}},[t._v(t._s(t.status.media_attachments[0].license.title))])]):t._e()])],1)},s=[function(){var t=this._self._c;return t("p",{staticClass:"text-center"},[t("i",{staticClass:"far fa-eye-slash fa-2x"})])}]},84094:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return 1==t.status.sensitive?e("div",{staticClass:"content-label-wrapper"},[e("div",{staticClass:"text-light content-label"},[t._m(0),t._v(" "),e("p",{staticClass:"h4 font-weight-bold text-center"},[t._v("\n\t\t\tSensitive Content\n\t\t")]),t._v(" "),e("p",{staticClass:"text-center py-2 content-label-text"},[t._v("\n\t\t\t"+t._s(t.status.spoiler_text?t.status.spoiler_text:"This post may contain sensitive content.")+"\n\t\t")]),t._v(" "),e("p",{staticClass:"mb-0"},[e("button",{staticClass:"btn btn-outline-light btn-block btn-sm font-weight-bold",on:{click:function(e){return t.toggleContentWarning()}}},[t._v("See Post")])])]),t._v(" "),e("blur-hash-image",{attrs:{width:"32",height:"32",punch:1,hash:t.status.media_attachments[0].blurhash,alt:t.altText(t.status)}})],1):e("div",[e("div",{staticStyle:{position:"relative"},attrs:{title:t.status.media_attachments[0].description}},[e("img",{staticClass:"card-img-top",attrs:{src:t.status.media_attachments[0].url,loading:"lazy",alt:t.altText(t.status),width:t.width(),height:t.height(),onerror:"this.onerror=null;this.src='/storage/no-preview.png'"},on:{click:function(e){return e.preventDefault(),t.toggleLightbox.apply(null,arguments)}}}),t._v(" "),!t.status.sensitive&&t.sensitive?e("p",{staticStyle:{"margin-top":"0",padding:"10px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",top:"0",right:"0","border-top-left-radius":"5px",cursor:"pointer",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"},on:{click:function(e){t.status.sensitive=!0}}},[e("i",{staticClass:"fas fa-eye-slash fa-lg"})]):t._e(),t._v(" "),t.status.media_attachments[0].license?e("p",{staticStyle:{"margin-bottom":"0",padding:"0 5px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",bottom:"0",right:"0","border-top-left-radius":"5px",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"}},[e("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.url}},[t._v("Photo")]),t._v(" by "),e("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.account.url}},[t._v("@"+t._s(t.status.account.username))]),t._v(" licensed under "),e("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.media_attachments[0].license.url}},[t._v(t._s(t.status.media_attachments[0].license.title))])]):t._e()])])},s=[function(){var t=this._self._c;return t("p",{staticClass:"text-center"},[t("i",{staticClass:"far fa-eye-slash fa-2x"})])}]},12024:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return 1==t.status.sensitive?e("div",[e("details",{staticClass:"details-animated"},[e("summary",[e("p",{staticClass:"mb-0 lead font-weight-bold"},[t._v(t._s(t.status.spoiler_text?t.status.spoiler_text:"CW / NSFW / Hidden Media"))]),t._v(" "),e("p",{staticClass:"font-weight-light"},[t._v("(click to show)")])]),t._v(" "),e("b-carousel",{staticStyle:{"text-shadow":"1px 1px 2px #333","background-color":"#000"},attrs:{id:t.status.id+"-carousel",controls:"","img-blank":"",background:"#ffffff",interval:0}},t._l(t.status.media_attachments,(function(t,a){return e("b-carousel-slide",{key:t.id+"-media"},[e("video",{staticClass:"embed-responsive-item",attrs:{slot:"img",preload:"none",controls:"",playsinline:"",loop:"",alt:t.description,width:"100%",height:"100%"},slot:"img"},[e("source",{attrs:{src:t.url,type:t.mime}})])])})),1)],1)]):e("div",[e("b-carousel",{staticStyle:{"text-shadow":"1px 1px 2px #333","background-color":"#000"},attrs:{id:t.status.id+"-carousel",controls:"","img-blank":"",background:"#ffffff",interval:0}},t._l(t.status.media_attachments,(function(t,a){return e("b-carousel-slide",{key:t.id+"-media"},[e("video",{staticClass:"embed-responsive-item",attrs:{slot:"img",preload:"none",controls:"",playsinline:"",loop:"",alt:t.description,width:"100%",height:"100%"},slot:"img"},[e("source",{attrs:{src:t.url,type:t.mime}})])])})),1)],1)},s=[]},75593:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return 1==t.status.sensitive?e("div",{staticClass:"content-label-wrapper"},[e("div",{staticClass:"text-light content-label"},[t._m(0),t._v(" "),e("p",{staticClass:"h4 font-weight-bold text-center"},[t._v("\n\t\t\tSensitive Content\n\t\t")]),t._v(" "),e("p",{staticClass:"text-center py-2 content-label-text"},[t._v("\n\t\t\t"+t._s(t.status.spoiler_text?t.status.spoiler_text:"This post may contain sensitive content.")+"\n\t\t")]),t._v(" "),e("p",{staticClass:"mb-0"},[e("button",{staticClass:"btn btn-outline-light btn-block btn-sm font-weight-bold",on:{click:function(e){return t.toggleContentWarning()}}},[t._v("See Post")])])]),t._v(" "),e("blur-hash-image",{attrs:{width:"32",height:"32",punch:1,hash:t.status.media_attachments[0].blurhash,alt:t.altText(t.status)}})],1):e("div",{staticClass:"embed-responsive embed-responsive-16by9"},[e("video",{staticClass:"video",attrs:{controls:"",playsinline:"","webkit-playsinline":"",preload:"metadata",loop:"","data-id":t.status.id,poster:t.poster()}},[e("source",{attrs:{src:t.status.media_attachments[0].url,type:t.status.media_attachments[0].mime}})])])},s=[function(){var t=this._self._c;return t("p",{staticClass:"text-center"},[t("i",{staticClass:"far fa-eye-slash fa-2x"})])}]},6426:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",[e("transition",{attrs:{name:"fade"}},[e("div",{staticClass:"card notification-card shadow-none border"},[t.loading?e("div",{staticClass:"card-body loader text-center",staticStyle:{height:"240px"}},[e("div",{staticClass:"spinner-border",attrs:{role:"status"}},[e("span",{staticClass:"sr-only"},[t._v("Loading...")])])]):t._e(),t._v(" "),!t.loading&&t.notifications.length>0?e("div",{staticClass:"card-body px-0 py-0 contents",staticStyle:{height:"240px","overflow-y":"scroll"}},[t.profile.locked?e("div",{staticClass:"media align-items-center mt-n2 px-3 py-2 border-bottom border-lighter bg-light cursor-pointer",on:{click:function(e){return t.redirect("/account/follow-requests")}}},[e("div",{staticClass:"media-body font-weight-light pt-2 small d-flex align-items-center justify-content-between"},[e("p",{staticClass:"mb-0 text-lighter"},[e("i",{staticClass:"fas fa-cog text-light"})]),t._v(" "),e("p",{staticClass:"text-center pt-1 mb-1 text-dark font-weight-bold"},[e("strong",[t._v(t._s(t.followRequests&&t.followRequests.hasOwnProperty("count")?t.followRequests.count:0))]),t._v(" Follow Requests")]),t._v(" "),e("p",{staticClass:"mb-0 text-lighter"},[e("i",{staticClass:"fas fa-chevron-right"})])])]):t._e(),t._v(" "),t._l(t.notifications,(function(a,o){return t.notifications.length>0?e("div",{staticClass:"media align-items-center px-3 py-2 border-bottom border-light"},[e("img",{staticClass:"mr-2 rounded-circle",staticStyle:{border:"1px solid #ccc"},attrs:{src:a.account.avatar,alt:"",width:"32px",height:"32px",onerror:"this.onerror=null;this.src='/storage/avatars/default.png';"}}),t._v(" "),e("div",{staticClass:"media-body font-weight-light small"},["favourite"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" liked your\n\t\t\t\t\t\t\t\t"),a.status&&a.status.hasOwnProperty("media_attachments")?e("span",[e("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(a.status),id:"fvn-"+a.id}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t\t"),e("b-popover",{attrs:{target:"fvn-"+a.id,title:"",triggers:"hover",placement:"top",boundary:"window"}},[e("img",{staticStyle:{"object-fit":"cover"},attrs:{src:t.notificationPreview(a),width:"100px",height:"100px"}})])],1):e("span",[e("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(a.status)}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t")])])]):"comment"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" commented on your\n\t\t\t\t\t\t\t\t"),a.status&&a.status.hasOwnProperty("media_attachments")?e("span",[e("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(a.status),id:"fvn-"+a.id}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t\t"),e("b-popover",{attrs:{target:"fvn-"+a.id,title:"",triggers:"hover",placement:"top",boundary:"window"}},[e("img",{staticStyle:{"object-fit":"cover"},attrs:{src:t.notificationPreview(a),width:"100px",height:"100px"}})])],1):e("span",[e("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(a.status)}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t")])])]):"group:comment"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" commented on your "),e("a",{staticClass:"font-weight-bold",attrs:{href:a.group_post_url}},[t._v("group post")]),t._v(".\n\t\t\t\t\t\t\t")])]):"story:react"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" reacted to your "),e("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+a.account.id}},[t._v("story")]),t._v(".\n\t\t\t\t\t\t\t")])]):"story:comment"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" commented on your "),e("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+a.account.id}},[t._v("story")]),t._v(".\n\t\t\t\t\t\t\t")])]):"mention"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" "),e("a",{staticClass:"font-weight-bold",attrs:{href:t.mentionUrl(a.status)}},[t._v("mentioned")]),t._v(" you.\n\t\t\t\t\t\t\t")])]):"follow"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" followed you.\n\t\t\t\t\t\t\t")])]):"share"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" shared your\n\t\t\t\t\t\t\t\t"),a.status&&a.status.hasOwnProperty("media_attachments")?e("span",[e("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(a.status),id:"fvn-"+a.id}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t\t"),e("b-popover",{attrs:{target:"fvn-"+a.id,title:"",triggers:"hover",placement:"top",boundary:"window"}},[e("img",{staticStyle:{"object-fit":"cover"},attrs:{src:t.notificationPreview(a),width:"100px",height:"100px"}})])],1):e("span",[e("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(a.status)}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t")])])]):"modlog"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(t.truncate(a.account.username)))]),t._v(" updated a "),e("a",{staticClass:"font-weight-bold",attrs:{href:a.modlog.url}},[t._v("modlog")]),t._v(".\n\t\t\t\t\t\t\t")])]):"tagged"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" tagged you in a "),e("a",{staticClass:"font-weight-bold",attrs:{href:a.tagged.post_url}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t")])]):"direct"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" sent a "),e("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+a.account.id}},[t._v("dm")]),t._v(".\n\t\t\t\t\t\t\t")])]):"group.join.approved"==a.type?e("div",[e("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\tYour application to join the "),e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:a.group.url,title:a.group.name}},[t._v(t._s(t.truncate(a.group.name)))]),t._v(" group was approved!\n\t\t\t\t\t\t\t")])]):"group.join.rejected"==a.type?e("div",[e("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\tYour application to join "),e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:a.group.url,title:a.group.name}},[t._v(t._s(t.truncate(a.group.name)))]),t._v(" was rejected.\n\t\t\t\t\t\t\t")])]):"group:invite"==a.type?e("div",[e("p",{staticClass:"my-0"},[e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(a.account),title:a.account.username}},[t._v(t._s(0==a.account.local?"@":"")+t._s(t.truncate(a.account.username)))]),t._v(" invited you to join "),e("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:a.group.url+"/invite/claim",title:a.group.name}},[t._v(t._s(a.group.name))]),t._v(".\n\t\t\t\t\t\t\t")])]):e("div",[e("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\tWe cannot display this notification at this time.\n\t\t\t\t\t\t\t")])])]),t._v(" "),e("div",{staticClass:"small text-muted font-weight-bold",attrs:{title:a.created_at}},[t._v(t._s(t.timeAgo(a.created_at)))])]):t._e()})),t._v(" "),t.notifications.length?e("div",[e("infinite-loading",{on:{infinite:t.infiniteNotifications}},[e("div",{staticClass:"font-weight-bold",attrs:{slot:"no-results"},slot:"no-results"}),t._v(" "),e("div",{staticClass:"font-weight-bold",attrs:{slot:"no-more"},slot:"no-more"})])],1):t._e(),t._v(" "),0==t.notifications.length?e("div",{staticClass:"text-lighter text-center py-3"},[e("p",{staticClass:"mb-0"},[e("i",{staticClass:"fas fa-inbox fa-3x"})]),t._v(" "),e("p",{staticClass:"mb-0 small font-weight-bold"},[t._v("0 Notifications!")])]):t._e()],2):t._e(),t._v(" "),t.loading||t.notifications.length?t._e():e("div",{staticClass:"card-body px-0 py-0",staticStyle:{height:"240px"}},[e("div",{staticClass:"text-lighter text-center py-3"},[e("p",{staticClass:"mb-0"},[e("i",{staticClass:"fas fa-inbox fa-3x"})]),t._v(" "),e("p",{staticClass:"mb-0 small font-weight-bold"},[t._v("No notifications yet")]),t._v(" "),t.showRefresh&&!t.attemptedRefresh?e("p",{staticClass:"mt-2 small font-weight-bold text-primary cursor-pointer",on:{click:t.refreshNotifications}},[e("i",{staticClass:"fas fa-redo"}),t._v(" Refresh")]):t._e()])])])])],1)},s=[]},81739:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",["true"!=t.modal?e("div",{staticClass:"dropdown"},[e("button",{staticClass:"btn btn-link text-dark no-caret dropdown-toggle py-0",attrs:{type:"button","data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false",title:"Post options"}},[e("span",{class:["lg"==t.size?"fas fa-ellipsis-v fa-lg text-muted":"fas fa-ellipsis-v fa-sm text-lighter"]})]),t._v(" "),e("div",{staticClass:"dropdown-menu dropdown-menu-right"},[e("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",attrs:{href:t.status.url}},[t._v("Go to post")]),t._v(" "),1==t.activeSession&&0==t.statusOwner(t.status)?e("span",[e("a",{staticClass:"dropdown-item font-weight-bold",attrs:{href:t.reportUrl(t.status)}},[t._v("Report")])]):t._e(),t._v(" "),1==t.activeSession&&1==t.statusOwner(t.status)?e("span",[e("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return e.preventDefault(),t.muteProfile(t.status)}}},[t._v("Mute Profile")]),t._v(" "),e("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return e.preventDefault(),t.blockProfile(t.status)}}},[t._v("Block Profile")])]):t._e(),t._v(" "),1==t.activeSession&&1==t.profile.is_admin?e("span",[e("div",{staticClass:"dropdown-divider"}),t._v(" "),e("a",{staticClass:"dropdown-item font-weight-bold text-danger text-decoration-none",on:{click:function(e){return t.deletePost(t.status)}}},[t._v("Delete")]),t._v(" "),e("div",{staticClass:"dropdown-divider"}),t._v(" "),e("h6",{staticClass:"dropdown-header"},[t._v("Mod Tools")]),t._v(" "),e("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"autocw")}}},[e("p",{staticClass:"mb-0"},[t._v("Enforce CW")]),t._v(" "),t._m(0)]),t._v(" "),e("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"noautolink")}}},[e("p",{staticClass:"mb-0"},[t._v("No Autolinking")]),t._v(" "),t._m(1)]),t._v(" "),e("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"unlisted")}}},[e("p",{staticClass:"mb-0"},[t._v("Unlisted Posts")]),t._v(" "),t._m(2)]),t._v(" "),e("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"disable")}}},[e("p",{staticClass:"mb-0"},[t._v("Disable Account")]),t._v(" "),t._m(3)]),t._v(" "),e("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"suspend")}}},[e("p",{staticClass:"mb-0"},[t._v("Suspend Account")]),t._v(" "),t._m(4)])]):t._e()])]):t._e(),t._v(" "),"true"==t.modal?e("div",[e("span",{attrs:{"data-toggle":"modal","data-target":"#mt_pid_"+t.status.id}},[e("span",{class:["lg"==t.size?"fas fa-ellipsis-v fa-lg text-muted":"fas fa-ellipsis-v fa-sm text-lighter"]})]),t._v(" "),e("div",{staticClass:"modal",attrs:{tabindex:"-1",role:"dialog",id:"mt_pid_"+t.status.id}},[e("div",{staticClass:"modal-dialog modal-sm modal-dialog-centered",attrs:{role:"document"}},[e("div",{staticClass:"modal-content"},[e("div",{staticClass:"modal-body text-center"},[e("div",{staticClass:"list-group"},[e("a",{staticClass:"list-group-item text-dark text-decoration-none",attrs:{href:t.statusUrl(t.status)}},[t._v("Go to post")]),t._v(" "),e("a",{staticClass:"list-group-item text-dark text-decoration-none",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.hidePost(t.status)}}},[t._v("Hide")]),t._v(" "),1!=t.activeSession||t.statusOwner(t.status)?t._e():e("a",{staticClass:"list-group-item text-danger font-weight-bold text-decoration-none",attrs:{href:t.reportUrl(t.status)}},[t._v("Report")]),t._v(" "),1==t.activeSession&&1==t.statusOwner(t.status)||1==t.profile.is_admin?e("div",{staticClass:"list-group-item text-danger font-weight-bold cursor-pointer",on:{click:function(e){return e.preventDefault(),t.deletePost.apply(null,arguments)}}},[t._v("Delete")]):t._e(),t._v(" "),e("a",{staticClass:"list-group-item text-lighter text-decoration-none",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.closeModal()}}},[t._v("Close")])])])])])])]):t._e()])},s=[function(){var t=this,e=t._self._c;return e("p",{staticClass:"mb-0 small text-muted"},[t._v("Adds a CW to every post "),e("br"),t._v(" made by this account.")])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"mb-0 small text-muted"},[t._v("Do not transform mentions, "),e("br"),t._v(" hashtags or urls into HTML.")])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"mb-0 small text-muted"},[t._v("Removes account from "),e("br"),t._v(" public/network timelines.")])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"mb-0 small text-muted"},[t._v("Temporarily disable account "),e("br"),t._v(" until next time user log in.")])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"mb-0 small text-muted"},[t._v("This prevents any new interactions, "),e("br"),t._v(" without deleting existing data.")])}]},25051:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",[t.show?e("div",{staticClass:"card card-body p-0 border mt-md-4 mb-md-3 shadow-none"},[t.loading?e("div",{staticClass:"w-100 h-100 d-flex align-items-center justify-content-center"},[t._m(0)]):e("div",{staticClass:"d-flex align-items-center justify-content-start scrolly"},t._l(t.stories,(function(a,o){return e("div",{staticClass:"px-3 pt-3 text-center cursor-pointer",class:{seen:a.seen},on:{click:function(e){return t.showStory(o)}}},[e("span",{staticClass:"mb-1 ring",class:[a.seen?"not-seen":"",a.local?"":"remote"]},[e("img",{staticClass:"rounded-circle border",attrs:{src:a.avatar,width:"60",height:"60",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'"}})]),t._v(" "),e("p",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{hover:!0}}],staticClass:"small font-weight-bold text-truncate",class:{"text-lighter":a.seen},staticStyle:{"max-width":"69px"},attrs:{placement:"bottom",title:a.username}},[t._v("\n\t\t\t\t\t"+t._s(a.username)+"\n\t\t\t\t")])])})),0)]):t._e()])},s=[function(){var t=this._self._c;return t("div",{staticClass:"spinner-border spinner-border-sm text-lighter",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])}]},45322:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"modal-stack"},[e("b-modal",{ref:"ctxModal",attrs:{id:"ctx-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("div",{staticClass:"list-group text-center"},["archived"!==t.status.visibility?e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuGoToPost()}}},[t._v("View Post")]):t._e(),t._v(" "),"archived"!==t.status.visibility?e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuGoToProfile()}}},[t._v("View Profile")]):t._e(),t._v(" "),"archived"!==t.status.visibility?e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuShare()}}},[t._v("Share")]):t._e(),t._v(" "),t.status&&t.profile&&1==t.profile.is_admin&&"archived"!==t.status.visibility?e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxModMenuShow()}}},[t._v("Moderation Tools")]):t._e(),t._v(" "),t.status&&t.status.account.id!=t.profile.id?e("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.ctxMenuReportPost()}}},[t._v("Report")]):t._e(),t._v(" "),t.status&&t.profile.id==t.status.account.id&&"archived"!==t.status.visibility?e("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.archivePost(t.status)}}},[t._v("Archive")]):t._e(),t._v(" "),t.status&&t.profile.id==t.status.account.id&&"archived"==t.status.visibility?e("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.unarchivePost(t.status)}}},[t._v("Unarchive")]):t._e(),t._v(" "),t.status&&(t.profile.is_admin||t.profile.id==t.status.account.id)&&"archived"!==t.status.visibility?e("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.deletePost(t.status)}}},[t._v("Delete")]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.closeCtxMenu()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxModModal",attrs:{id:"ctx-mod-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("div",{staticClass:"list-group text-center"},[e("p",{staticClass:"py-2 px-3 mb-0"}),e("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Moderation Tools")]),t._v(" "),e("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),e("p"),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"unlist")}}},[t._v("Unlist from Timelines")]),t._v(" "),t.status.sensitive?e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"remcw")}}},[t._v("Remove Content Warning")]):e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"addcw")}}},[t._v("Add Content Warning")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"spammer")}}},[t._v("\n\t\t\t\tMark as Spammer"),e("br"),t._v(" "),e("span",{staticClass:"small"},[t._v("Unlist + CW existing and future posts")])]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxModMenuClose()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxModOtherModal",attrs:{id:"ctx-mod-other-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("div",{staticClass:"list-group text-center"},[e("p",{staticClass:"py-2 px-3 mb-0"}),e("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Moderation Tools")]),t._v(" "),e("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),e("p"),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.confirmModal()}}},[t._v("Unlist Posts")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.confirmModal()}}},[t._v("Moderation Log")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxModOtherMenuClose()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxShareModal",attrs:{id:"ctx-share-modal",title:"Share","hide-footer":"","hide-header":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded text-center"}},[e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.shareStatus(t.status,e)}}},[t._v(t._s(t.status.reblogged?"Unshare":"Share")+" to Followers")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuCopyLink()}}},[t._v("Copy Link")]),t._v(" "),t.status&&1==t.status.local&&!t.status.in_reply_to_id?e("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuEmbed()}}},[t._v("Embed")]):t._e(),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.closeCtxShareMenu()}}},[t._v("Cancel")])]),t._v(" "),e("b-modal",{ref:"ctxEmbedModal",attrs:{id:"ctx-embed-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"md","body-class":"p-2 rounded"}},[e("div",[e("div",{staticClass:"form-group"},[e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedPayload,expression:"ctxEmbedPayload"}],staticClass:"form-control disabled text-monospace",staticStyle:{"overflow-y":"hidden",border:"1px solid #efefef","font-size":"12px","line-height":"18px",margin:"0 0 7px",resize:"none"},attrs:{rows:"8",disabled:""},domProps:{value:t.ctxEmbedPayload},on:{input:function(e){e.target.composing||(t.ctxEmbedPayload=e.target.value)}}})]),t._v(" "),e("div",{staticClass:"form-group pl-2 d-flex justify-content-center"},[e("div",{staticClass:"form-check mr-3"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedShowCaption,expression:"ctxEmbedShowCaption"}],staticClass:"form-check-input",attrs:{type:"checkbox",disabled:1==t.ctxEmbedCompactMode},domProps:{checked:Array.isArray(t.ctxEmbedShowCaption)?t._i(t.ctxEmbedShowCaption,null)>-1:t.ctxEmbedShowCaption},on:{change:function(e){var a=t.ctxEmbedShowCaption,o=e.target,s=!!o.checked;if(Array.isArray(a)){var i=t._i(a,null);o.checked?i<0&&(t.ctxEmbedShowCaption=a.concat([null])):i>-1&&(t.ctxEmbedShowCaption=a.slice(0,i).concat(a.slice(i+1)))}else t.ctxEmbedShowCaption=s}}}),t._v(" "),e("label",{staticClass:"form-check-label font-weight-light"},[t._v("\n\t\t\t\t\t\tShow Caption\n\t\t\t\t\t")])]),t._v(" "),e("div",{staticClass:"form-check mr-3"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedShowLikes,expression:"ctxEmbedShowLikes"}],staticClass:"form-check-input",attrs:{type:"checkbox",disabled:1==t.ctxEmbedCompactMode},domProps:{checked:Array.isArray(t.ctxEmbedShowLikes)?t._i(t.ctxEmbedShowLikes,null)>-1:t.ctxEmbedShowLikes},on:{change:function(e){var a=t.ctxEmbedShowLikes,o=e.target,s=!!o.checked;if(Array.isArray(a)){var i=t._i(a,null);o.checked?i<0&&(t.ctxEmbedShowLikes=a.concat([null])):i>-1&&(t.ctxEmbedShowLikes=a.slice(0,i).concat(a.slice(i+1)))}else t.ctxEmbedShowLikes=s}}}),t._v(" "),e("label",{staticClass:"form-check-label font-weight-light"},[t._v("\n\t\t\t\t\t\tShow Likes\n\t\t\t\t\t")])]),t._v(" "),e("div",{staticClass:"form-check"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedCompactMode,expression:"ctxEmbedCompactMode"}],staticClass:"form-check-input",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.ctxEmbedCompactMode)?t._i(t.ctxEmbedCompactMode,null)>-1:t.ctxEmbedCompactMode},on:{change:function(e){var a=t.ctxEmbedCompactMode,o=e.target,s=!!o.checked;if(Array.isArray(a)){var i=t._i(a,null);o.checked?i<0&&(t.ctxEmbedCompactMode=a.concat([null])):i>-1&&(t.ctxEmbedCompactMode=a.slice(0,i).concat(a.slice(i+1)))}else t.ctxEmbedCompactMode=s}}}),t._v(" "),e("label",{staticClass:"form-check-label font-weight-light"},[t._v("\n\t\t\t\t\t\tCompact Mode\n\t\t\t\t\t")])])]),t._v(" "),e("hr"),t._v(" "),e("button",{class:t.copiedEmbed?"btn btn-primary btn-block btn-sm py-1 font-weight-bold disabed":"btn btn-primary btn-block btn-sm py-1 font-weight-bold",attrs:{disabled:t.copiedEmbed},on:{click:t.ctxCopyEmbed}},[t._v(t._s(t.copiedEmbed?"Embed Code Copied!":"Copy Embed Code"))]),t._v(" "),e("p",{staticClass:"mb-0 px-2 small text-muted"},[t._v("By using this embed, you agree to our "),e("a",{attrs:{href:"/site/terms"}},[t._v("Terms of Use")])])])]),t._v(" "),e("b-modal",{ref:"ctxReport",attrs:{id:"ctx-report","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("p",{staticClass:"py-2 px-3 mb-0"}),e("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Report")]),t._v(" "),e("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),e("p"),t._v(" "),e("div",{staticClass:"list-group text-center"},[e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("spam")}}},[t._v("Spam")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("sensitive")}}},[t._v("Sensitive Content")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("abusive")}}},[t._v("Abusive or Harmful")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.openCtxReportOtherMenu()}}},[t._v("Other")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxReportMenuGoBack()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxReportOther",attrs:{id:"ctx-report-other","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("p",{staticClass:"py-2 px-3 mb-0"}),e("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Report")]),t._v(" "),e("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),e("p"),t._v(" "),e("div",{staticClass:"list-group text-center"},[e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("underage")}}},[t._v("Underage Account")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("copyright")}}},[t._v("Copyright Infringement")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("impersonation")}}},[t._v("Impersonation")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("scam")}}},[t._v("Scam or Fraud")]),t._v(" "),e("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxReportOtherMenuGoBack()}}},[t._v("Cancel")])])]),t._v(" "),e("b-modal",{ref:"ctxConfirm",attrs:{id:"ctx-confirm","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[e("div",{staticClass:"d-flex align-items-center justify-content-center py-3"},[e("div",[t._v(t._s(this.confirmModalTitle))])]),t._v(" "),e("div",{staticClass:"d-flex border-top btn-group btn-group-block rounded-0",attrs:{role:"group"}},[e("button",{staticClass:"btn btn-outline-lighter border-left-0 border-top-0 border-bottom-0 border-right py-2",staticStyle:{color:"rgb(0,122,255) !important"},attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.confirmModalCancel()}}},[t._v("Cancel")]),t._v(" "),e("button",{staticClass:"btn btn-outline-lighter border-0",staticStyle:{color:"rgb(0,122,255) !important"},attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.confirmModalConfirm()}}},[t._v("Confirm")])])])],1)},s=[]},28995:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"card shadow-none rounded-0",class:{border:t.showBorder,"border-top-0":!t.showBorderTop}},[e("div",{staticClass:"card-body"},[e("div",{staticClass:"media"},[e("img",{staticClass:"rounded-circle box-shadow mr-2",attrs:{src:t.status.account.avatar,width:"32px",height:"32px",alt:"avatar"}}),t._v(" "),e("div",{staticClass:"media-body"},[e("div",{staticClass:"pl-2 d-flex align-items-top"},[e("a",{staticClass:"username font-weight-bold text-dark text-decoration-none text-break",attrs:{href:"#"}},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.status.account.acct)+"\n\t\t\t\t\t\t")]),t._v(" "),e("span",{staticClass:"px-1 text-lighter"},[t._v("\n\t\t\t\t\t\t\t·\n\t\t\t\t\t\t")]),t._v(" "),e("a",{staticClass:"font-weight-bold text-lighter",attrs:{href:t.statusUrl(t.status)}},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.shortTimestamp(t.status.created_at))+"\n\t\t\t\t\t\t")]),t._v(" "),e("span",{staticClass:"d-none d-md-block px-1 text-lighter"},[t._v("\n\t\t\t\t\t\t\t·\n\t\t\t\t\t\t")]),t._v(" "),t._m(0),t._v(" "),e("span",{staticClass:"d-none d-md-block px-1 text-lighter"},[t._v("\n\t\t\t\t\t\t\t·\n\t\t\t\t\t\t")]),t._v(" "),e("span",{staticClass:"d-none d-md-block px-1 text-lighter font-weight-bold"},[t.status.poll.expired?e("span",[t._v("\n\t\t\t\t\t\t\t\tClosed\n\t\t\t\t\t\t\t")]):e("span",[t._v("\n\t\t\t\t\t\t\t\tCloses in "+t._s(t.shortTimestampAhead(t.status.poll.expires_at))+"\n\t\t\t\t\t\t\t")])]),t._v(" "),e("span",{staticClass:"text-right",staticStyle:{"flex-grow":"1"}},[e("button",{staticClass:"btn btn-link text-dark py-0",attrs:{type:"button"},on:{click:function(e){return t.ctxMenu()}}},[e("span",{staticClass:"fas fa-ellipsis-h text-lighter"}),t._v(" "),e("span",{staticClass:"sr-only"},[t._v("Post Menu")])])])]),t._v(" "),e("div",{staticClass:"pl-2"},[e("div",{staticClass:"poll py-3"},[e("div",{staticClass:"pt-2 text-break d-flex align-items-center mb-3",staticStyle:{"font-size":"17px"}},[t._m(1),t._v(" "),e("span",{staticClass:"font-weight-bold ml-3",domProps:{innerHTML:t._s(t.status.content)}})]),t._v(" "),e("div",{staticClass:"mb-2"},["vote"===t.tab?e("div",[t._l(t.status.poll.options,(function(a,o){return e("p",[e("button",{staticClass:"btn btn-block lead rounded-pill",class:[o==t.selectedIndex?"btn-primary":"btn-outline-primary"],attrs:{disabled:!t.authenticated},on:{click:function(e){return t.selectOption(o)}}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(a.title)+"\n\t\t\t\t\t\t\t\t\t\t")])])})),t._v(" "),null!=t.selectedIndex?e("p",{staticClass:"text-right"},[e("button",{staticClass:"btn btn-primary btn-sm font-weight-bold px-3",on:{click:function(e){return t.submitVote()}}},[t._v("Vote")])]):t._e()],2):"voted"===t.tab?e("div",t._l(t.status.poll.options,(function(a,o){return e("div",{staticClass:"mb-3"},[e("button",{staticClass:"btn btn-block lead rounded-pill",class:[o==t.selectedIndex?"btn-primary":"btn-outline-secondary"],attrs:{disabled:""}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(a.title)+"\n\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),e("div",{staticClass:"font-weight-bold"},[e("span",{staticClass:"text-muted"},[t._v(t._s(t.calculatePercentage(a))+"%")]),t._v(" "),e("span",{staticClass:"small text-lighter"},[t._v("("+t._s(a.votes_count)+" "+t._s(1==a.votes_count?"vote":"votes")+")")])])])})),0):"results"===t.tab?e("div",t._l(t.status.poll.options,(function(a,o){return e("div",{staticClass:"mb-3"},[e("button",{staticClass:"btn btn-outline-secondary btn-block lead rounded-pill",attrs:{disabled:""}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(a.title)+"\n\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),e("div",{staticClass:"font-weight-bold"},[e("span",{staticClass:"text-muted"},[t._v(t._s(t.calculatePercentage(a))+"%")]),t._v(" "),e("span",{staticClass:"small text-lighter"},[t._v("("+t._s(a.votes_count)+" "+t._s(1==a.votes_count?"vote":"votes")+")")])])])})),0):t._e()]),t._v(" "),e("div",[e("p",{staticClass:"mb-0 small text-lighter font-weight-bold d-flex justify-content-between"},[e("span",[t._v(t._s(t.status.poll.votes_count)+" votes")]),t._v(" "),"results"!=t.tab&&t.authenticated&&!t.activeRefreshTimeout&&1!=t.status.poll.expired&&t.status.poll.voted?e("a",{staticClass:"text-lighter",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.refreshResults()}}},[t._v("Refresh Results")]):t._e(),t._v(" "),"results"!=t.tab&&t.authenticated&&t.refreshingResults?e("span",{staticClass:"text-lighter"},[t._m(2)]):t._e()])]),t._v(" "),e("div",[e("span",{staticClass:"d-block d-md-none small text-lighter font-weight-bold"},[t.status.poll.expired?e("span",[t._v("\n\t\t\t\t\t\t\t\t\t\tClosed\n\t\t\t\t\t\t\t\t\t")]):e("span",[t._v("\n\t\t\t\t\t\t\t\t\t\tCloses in "+t._s(t.shortTimestampAhead(t.status.poll.expires_at))+"\n\t\t\t\t\t\t\t\t\t")])])])])])])])])]),t._v(" "),e("context-menu",{ref:"contextMenu",attrs:{status:t.status,profile:t.profile},on:{"status-delete":t.statusDeleted}})],1)},s=[function(){var t=this,e=t._self._c;return e("span",{staticClass:"d-none d-md-block px-1 text-primary font-weight-bold"},[e("i",{staticClass:"fas fa-poll-h"}),t._v(" Poll "),e("sup",{staticClass:"text-lighter"},[t._v("BETA")])])},function(){var t=this._self._c;return t("span",{staticClass:"btn btn-primary px-2 py-1"},[t("i",{staticClass:"fas fa-poll-h fa-lg"})])},function(){var t=this._self._c;return t("div",{staticClass:"spinner-border spinner-border-sm",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[this._v("Loading...")])])}]},55722:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>o,staticRenderFns:()=>s});var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"status-card-component",class:{"status-card-sm":"small"===t.size}},["text"===t.status.pf_type?e("div",{staticClass:"card shadow-none border rounded-0",class:{"border-top-0":!t.hasTopBorder}},[e("div",{staticClass:"card-body"},[e("div",{staticClass:"media"},[e("img",{staticClass:"rounded-circle box-shadow mr-2",attrs:{src:t.status.account.avatar,width:"32px",height:"32px",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'",alt:"avatar"}}),t._v(" "),e("div",{staticClass:"media-body"},[e("div",{staticClass:"pl-2 d-flex align-items-top"},[e("a",{staticClass:"username font-weight-bold text-dark text-decoration-none text-break",attrs:{href:t.profileUrl(t.status)},domProps:{innerHTML:t._s(t.statusCardUsernameFormat(t.status))}}),t._v(" "),e("span",{staticClass:"px-1 text-lighter"},[t._v("\n\t\t\t\t\t\t\t·\n\t\t\t\t\t\t")]),t._v(" "),e("a",{staticClass:"font-weight-bold text-lighter",attrs:{href:t.statusUrl(t.status)}},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.shortTimestamp(t.status.created_at))+"\n\t\t\t\t\t\t")]),t._v(" "),e("span",{staticClass:"text-right",staticStyle:{"flex-grow":"1"}},[e("button",{staticClass:"btn btn-link text-dark py-0",attrs:{type:"button"},on:{click:function(e){return t.ctxMenu()}}},[e("span",{staticClass:"fas fa-ellipsis-h text-lighter"}),t._v(" "),e("span",{staticClass:"sr-only"},[t._v("Post Menu")])])])]),t._v(" "),e("div",{staticClass:"pl-2"},[t.status.sensitive?e("details",[e("summary",{staticClass:"mb-2 font-weight-bold text-muted"},[t._v("Content Warning")]),t._v(" "),e("p",{staticClass:"pt-2 text-break status-content",domProps:{innerHTML:t._s(t.status.content)}})]):e("p",{staticClass:"pt-2 text-break status-content",domProps:{innerHTML:t._s(t.status.content)}}),t._v(" "),e("p",{staticClass:"mb-0"},[e("i",{staticClass:"fa-heart fa-lg cursor-pointer mr-3",class:{"far text-muted":!t.status.favourited,"fas text-danger":t.status.favourited},on:{click:function(e){return t.likeStatus(t.status,e)}}}),t._v(" "),e("i",{staticClass:"far fa-comment cursor-pointer text-muted fa-lg mr-3",on:{click:function(e){return t.commentFocus(t.status,e)}}})])])])])])]):"poll"===t.status.pf_type?e("div",[e("poll-card",{attrs:{status:t.status,profile:t.profile},on:{"status-delete":t.statusDeleted}})],1):e("div",{staticClass:"card rounded-0 border-top-0 status-card card-md-rounded-0 shadow-none border"},[t.status?e("div",{staticClass:"card-header d-inline-flex align-items-center bg-white"},[e("div",[e("img",{staticClass:"rounded-circle box-shadow",attrs:{src:t.status.account.avatar,width:"32px",height:"32px",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'",alt:"avatar"}})]),t._v(" "),e("div",{staticClass:"pl-2"},[e("a",{staticClass:"username font-weight-bold text-dark text-decoration-none text-break",attrs:{href:t.profileUrl(t.status)},domProps:{innerHTML:t._s(t.statusCardUsernameFormat(t.status))}}),t._v(" "),t.status.account.is_admin?e("span",{staticClass:"fa-stack",staticStyle:{height:"1em","line-height":"1em","max-width":"19px"},attrs:{title:"Admin Account","data-toggle":"tooltip"}},[e("i",{staticClass:"fas fa-certificate text-danger fa-stack-1x"}),t._v(" "),e("i",{staticClass:"fas fa-crown text-white fa-sm fa-stack-1x",staticStyle:{"font-size":"7px"}})]):t._e(),t._v(" "),e("div",{staticClass:"d-flex align-items-center"},[t.status.place?e("a",{staticClass:"small text-decoration-none text-muted",attrs:{href:"/discover/places/"+t.status.place.id+"/"+t.status.place.slug,title:"Location","data-toggle":"tooltip"}},[e("i",{staticClass:"fas fa-map-marked-alt"}),t._v(" "+t._s(t.status.place.name)+", "+t._s(t.status.place.country))]):t._e()])]),t._v(" "),e("div",{staticClass:"text-right",staticStyle:{"flex-grow":"1"}},[e("button",{staticClass:"btn btn-link text-dark py-0",attrs:{type:"button"},on:{click:function(e){return t.ctxMenu()}}},[e("span",{staticClass:"fas fa-ellipsis-h text-lighter"}),t._v(" "),e("span",{staticClass:"sr-only"},[t._v("Post Menu")])])])]):t._e(),t._v(" "),e("div",{staticClass:"postPresenterContainer",staticStyle:{background:"#000"}},["photo"===t.status.pf_type?e("div",{staticClass:"w-100"},[e("photo-presenter",{attrs:{status:t.status},on:{lightbox:t.lightbox,togglecw:function(e){t.status.sensitive=!1}}})],1):"video"===t.status.pf_type?e("div",{staticClass:"w-100"},[e("video-presenter",{attrs:{status:t.status},on:{togglecw:function(e){t.status.sensitive=!1}}})],1):"photo:album"===t.status.pf_type?e("div",{staticClass:"w-100"},[e("photo-album-presenter",{attrs:{status:t.status},on:{lightbox:t.lightbox,togglecw:function(e){t.status.sensitive=!1}}})],1):"video:album"===t.status.pf_type?e("div",{staticClass:"w-100"},[e("video-album-presenter",{attrs:{status:t.status},on:{togglecw:function(e){t.status.sensitive=!1}}})],1):"photo:video:album"===t.status.pf_type?e("div",{staticClass:"w-100"},[e("mixed-album-presenter",{attrs:{status:t.status},on:{lightbox:t.lightbox,togglecw:function(e){t.status.sensitive=!1}}})],1):e("div",{staticClass:"w-100"},[e("p",{staticClass:"text-center p-0 font-weight-bold text-white"},[t._v("Error: Problem rendering preview.")])])]),t._v(" "),t.config.features.label.covid.enabled&&t.status.label&&1==t.status.label.covid?e("div",{staticClass:"card-body border-top border-bottom py-2 cursor-pointer pr-2",on:{click:function(e){return t.labelRedirect()}}},[e("p",{staticClass:"font-weight-bold d-flex justify-content-between align-items-center mb-0"},[e("span",[e("i",{staticClass:"fas fa-info-circle mr-2"}),t._v("\n\t\t\t\t\tFor information about COVID-19, "+t._s(t.config.features.label.covid.org)+"\n\t\t\t\t")]),t._v(" "),t._m(0)])]):t._e(),t._v(" "),e("div",{staticClass:"card-body"},[t.reactionBar?e("div",{staticClass:"reactions my-1 pb-2"},[t.status.favourited?e("h3",{staticClass:"fas fa-heart text-danger pr-3 m-0 cursor-pointer",attrs:{title:"Like"},on:{click:function(e){return t.likeStatus(t.status,e)}}}):e("h3",{staticClass:"fal fa-heart pr-3 m-0 like-btn text-dark cursor-pointer",attrs:{title:"Like"},on:{click:function(e){return t.likeStatus(t.status,e)}}}),t._v(" "),t.status.comments_disabled?t._e():e("h3",{staticClass:"fal fa-comment text-dark pr-3 m-0 cursor-pointer",attrs:{title:"Comment"},on:{click:function(e){return t.commentFocus(t.status,e)}}}),t._v(" "),t.status.taggedPeople.length?e("span",{staticClass:"float-right"},[e("span",{staticClass:"font-weight-light small",staticStyle:{color:"#718096"}},[e("i",{staticClass:"far fa-user",attrs:{"data-toggle":"tooltip",title:"Tagged People"}}),t._v(" "),t._l(t.status.taggedPeople,(function(t,a){return e("span",{staticClass:"mr-n2"},[e("a",{attrs:{href:"/"+t.username}},[e("img",{staticClass:"border rounded-circle",attrs:{src:t.avatar,width:"20px",height:"20px","data-toggle":"tooltip",title:"@"+t.username,alt:"Avatar"}})])])}))],2)]):t._e()]):t._e(),t._v(" "),t.status.liked_by.username&&t.status.liked_by.username!==t.profile.username?e("div",{staticClass:"likes mb-1"},[e("span",{staticClass:"like-count"},[t._v("Liked by\n\t\t\t\t\t"),e("a",{staticClass:"font-weight-bold text-dark",attrs:{href:t.status.liked_by.url}},[t._v(t._s(t.status.liked_by.username))]),t._v(" "),1==t.status.liked_by.others?e("span",[t._v("\n\t\t\t\t\t\tand "),t.status.liked_by.total_count_pretty?e("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.status.liked_by.total_count_pretty))]):t._e(),t._v(" "),e("span",{staticClass:"font-weight-bold"},[t._v("others")])]):t._e()])]):t._e(),t._v(" "),"text"!=t.status.pf_type?e("div",{staticClass:"caption"},[t.status.sensitive?t._e():e("p",{staticClass:"mb-2 read-more",staticStyle:{overflow:"hidden"}},[e("span",{staticClass:"username font-weight-bold"},[e("bdi",[e("a",{staticClass:"text-dark",attrs:{href:t.profileUrl(t.status)}},[t._v(t._s(t.status.account.username))])])]),t._v(" "),e("span",{staticClass:"status-content",domProps:{innerHTML:t._s(t.content)}})])]):t._e(),t._v(" "),e("div",{staticClass:"timestamp mt-2"},[e("p",{staticClass:"small mb-0"},["archived"!=t.status.visibility?e("a",{staticClass:"text-muted text-uppercase",attrs:{href:t.statusUrl(t.status)}},[e("timeago",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.bottom",modifiers:{hover:!0,bottom:!0}}],attrs:{datetime:t.status.created_at,"auto-update":60,"converter-options":{includeSeconds:!0},title:t.timestampFormat(t.status.created_at)}})],1):e("span",{staticClass:"text-muted text-uppercase"},[t._v("\n\t\t\t\t\t\tPosted "),e("timeago",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.bottom",modifiers:{hover:!0,bottom:!0}}],attrs:{datetime:t.status.created_at,"auto-update":60,"converter-options":{includeSeconds:!0},title:t.timestampFormat(t.status.created_at)}})],1),t._v(" "),t.recommended?e("span",[e("span",{staticClass:"px-1"},[t._v("·")]),t._v(" "),e("span",{staticClass:"text-muted"},[t._v("Based on popular and trending content")])]):t._e()])])])]),t._v(" "),e("context-menu",{ref:"contextMenu",attrs:{status:t.status,profile:t.profile},on:{"status-delete":t.statusDeleted}})],1)},s=[function(){var t=this._self._c;return t("span",[t("i",{staticClass:"fas fa-chevron-right text-lighter"})])}]},9901:function(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}!function(){var e="object"===("undefined"==typeof window?"undefined":t(window))?window:"object"===("undefined"==typeof self?"undefined":t(self))?self:this,a=e.BlobBuilder||e.WebKitBlobBuilder||e.MSBlobBuilder||e.MozBlobBuilder;e.URL=e.URL||e.webkitURL||function(t,e){return(e=document.createElement("a")).href=t,e};var o=e.Blob,s=URL.createObjectURL,i=URL.revokeObjectURL,n=e.Symbol&&e.Symbol.toStringTag,r=!1,c=!1,d=!!e.ArrayBuffer,u=a&&a.prototype.append&&a.prototype.getBlob;try{r=2===new Blob(["ä"]).size,c=2===new Blob([new Uint8Array([1,2])]).size}catch(t){}function p(t){return t.map((function(t){if(t.buffer instanceof ArrayBuffer){var e=t.buffer;if(t.byteLength!==e.byteLength){var a=new Uint8Array(t.byteLength);a.set(new Uint8Array(e,t.byteOffset,t.byteLength)),e=a.buffer}return e}return t}))}function m(t,e){e=e||{};var o=new a;return p(t).forEach((function(t){o.append(t)})),e.type?o.getBlob(e.type):o.getBlob()}function f(t,e){return new o(p(t),e||{})}e.Blob&&(m.prototype=Blob.prototype,f.prototype=Blob.prototype);var h="function"==typeof TextEncoder?TextEncoder.prototype.encode.bind(new TextEncoder):function(t){for(var a=0,o=t.length,s=e.Uint8Array||Array,i=0,n=Math.max(32,o+(o>>1)+7),r=new s(n>>3<<3);a<o;){var l=t.charCodeAt(a++);if(l>=55296&&l<=56319){if(a<o){var c=t.charCodeAt(a);56320==(64512&c)&&(++a,l=((1023&l)<<10)+(1023&c)+65536)}if(l>=55296&&l<=56319)continue}if(i+4>r.length){n+=8,n=(n*=1+a/t.length*2)>>3<<3;var d=new Uint8Array(n);d.set(r),r=d}if(4294967168&l){if(4294965248&l)if(4294901760&l){if(4292870144&l)continue;r[i++]=l>>18&7|240,r[i++]=l>>12&63|128,r[i++]=l>>6&63|128}else r[i++]=l>>12&15|224,r[i++]=l>>6&63|128;else r[i++]=l>>6&31|192;r[i++]=63&l|128}else r[i++]=l}return r.slice(0,i)},g="function"==typeof TextDecoder?TextDecoder.prototype.decode.bind(new TextDecoder):function(t){for(var e=t.length,a=[],o=0;o<e;){var s,i,n,r,l=t[o],c=null,d=l>239?4:l>223?3:l>191?2:1;if(o+d<=e)switch(d){case 1:l<128&&(c=l);break;case 2:128==(192&(s=t[o+1]))&&(r=(31&l)<<6|63&s)>127&&(c=r);break;case 3:s=t[o+1],i=t[o+2],128==(192&s)&&128==(192&i)&&(r=(15&l)<<12|(63&s)<<6|63&i)>2047&&(r<55296||r>57343)&&(c=r);break;case 4:s=t[o+1],i=t[o+2],n=t[o+3],128==(192&s)&&128==(192&i)&&128==(192&n)&&(r=(15&l)<<18|(63&s)<<12|(63&i)<<6|63&n)>65535&&r<1114112&&(c=r)}null===c?(c=65533,d=1):c>65535&&(c-=65536,a.push(c>>>10&1023|55296),c=56320|1023&c),a.push(c),o+=d}var u=a.length,p="";for(o=0;o<u;)p+=String.fromCharCode.apply(String,a.slice(o,o+=4096));return p};function v(){var t=!!e.ActiveXObject||"-ms-scroll-limit"in document.documentElement.style&&"-ms-ime-align"in document.documentElement.style,a=e.XMLHttpRequest&&e.XMLHttpRequest.prototype.send;t&&a&&(XMLHttpRequest.prototype.send=function(t){t instanceof Blob?(this.setRequestHeader("Content-Type",t.type),a.call(this,t)):a.call(this,t)});try{new File([],"")}catch(t){try{var o=new Function('class File extends Blob {constructor(chunks, name, opts) {opts = opts || {};super(chunks, opts || {});this.name = name.replace(///g, ":");this.lastModifiedDate = opts.lastModified ? new Date(opts.lastModified) : new Date();this.lastModified = +this.lastModifiedDate;}};return new File([], ""), File')();e.File=o}catch(t){o=function(t,e,a){var o=new Blob(t,a),s=a&&void 0!==a.lastModified?new Date(a.lastModified):new Date;return o.name=e.replace(/\//g,":"),o.lastModifiedDate=s,o.lastModified=+s,o.toString=function(){return"[object File]"},n&&(o[n]="File"),o};e.File=o}}}r?(v(),e.Blob=c?e.Blob:f):u?(v(),e.Blob=m):function(){function t(t){for(var e=new Array(t.byteLength),a=new Uint8Array(t),o=e.length;o--;)e[o]=a[o];return e}function a(t){for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",a=[],o=0;o<t.length;o+=3){var s=t[o],i=o+1<t.length,n=i?t[o+1]:0,r=o+2<t.length,l=r?t[o+2]:0,c=s>>2,d=(3&s)<<4|n>>4,u=(15&n)<<2|l>>6,p=63&l;r||(p=64,i||(u=64)),a.push(e[c],e[d],e[u],e[p])}return a.join("")}var o=Object.create||function(t){function e(){}return e.prototype=t,new e};if(d)var n=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],r=ArrayBuffer.isView||function(t){return t&&n.indexOf(Object.prototype.toString.call(t))>-1};function c(a,o){o=null==o?{}:o;for(var s=0,i=(a=a||[]).length;s<i;s++){var n=a[s];n instanceof c?a[s]=n._buffer:"string"==typeof n?a[s]=h(n):d&&(ArrayBuffer.prototype.isPrototypeOf(n)||r(n))?a[s]=t(n):d&&(u=n)&&DataView.prototype.isPrototypeOf(u)?a[s]=t(n.buffer):a[s]=h(String(n))}var u;this._buffer=e.Uint8Array?function(t){for(var e=0,a=t.length;a--;)e+=t[a].length;var o=new Uint8Array(e),s=0;for(a=0,l=t.length;a<l;a++){var i=t[a];o.set(i,s),s+=i.byteLength||i.length}return o}(a):[].concat.apply([],a),this.size=this._buffer.length,this.type=o.type||"",/[^\u0020-\u007E]/.test(this.type)?this.type="":this.type=this.type.toLowerCase()}function u(t,e,a){a=a||{};var o=c.call(this,t,a)||this;return o.name=e.replace(/\//g,":"),o.lastModifiedDate=a.lastModified?new Date(a.lastModified):new Date,o.lastModified=+o.lastModifiedDate,o}if(c.prototype.arrayBuffer=function(){return Promise.resolve(this._buffer)},c.prototype.text=function(){return Promise.resolve(g(this._buffer))},c.prototype.slice=function(t,e,a){return new c([this._buffer.slice(t||0,e||this._buffer.length)],{type:a})},c.prototype.toString=function(){return"[object Blob]"},u.prototype=o(c.prototype),u.prototype.constructor=u,Object.setPrototypeOf)Object.setPrototypeOf(u,c);else try{u.__proto__=c}catch(t){}function p(){if(!(this instanceof p))throw new TypeError("Failed to construct 'FileReader': Please use the 'new' operator, this DOM object constructor cannot be called as a function.");var t=document.createDocumentFragment();this.addEventListener=t.addEventListener,this.dispatchEvent=function(e){var a=this["on"+e.type];"function"==typeof a&&a(e),t.dispatchEvent(e)},this.removeEventListener=t.removeEventListener}function m(t,e,a){if(!(e instanceof c))throw new TypeError("Failed to execute '"+a+"' on 'FileReader': parameter 1 is not of type 'Blob'.");t.result="",setTimeout((function(){this.readyState=p.LOADING,t.dispatchEvent(new Event("load")),t.dispatchEvent(new Event("loadend"))}))}u.prototype.toString=function(){return"[object File]"},p.EMPTY=0,p.LOADING=1,p.DONE=2,p.prototype.error=null,p.prototype.onabort=null,p.prototype.onerror=null,p.prototype.onload=null,p.prototype.onloadend=null,p.prototype.onloadstart=null,p.prototype.onprogress=null,p.prototype.readAsDataURL=function(t){m(this,t,"readAsDataURL"),this.result="data:"+t.type+";base64,"+a(t._buffer)},p.prototype.readAsText=function(t){m(this,t,"readAsText"),this.result=g(t._buffer)},p.prototype.readAsArrayBuffer=function(t){m(this,t,"readAsText"),this.result=(t._buffer.buffer||t._buffer).slice()},p.prototype.abort=function(){},URL.createObjectURL=function(t){return t instanceof c?"data:"+t.type+";base64,"+a(t._buffer):s.call(URL,t)},URL.revokeObjectURL=function(t){i&&i.call(URL,t)};var f=e.XMLHttpRequest&&e.XMLHttpRequest.prototype.send;f&&(XMLHttpRequest.prototype.send=function(t){t instanceof c?(this.setRequestHeader("Content-Type",t.type),f.call(this,g(t._buffer))):f.call(this,t)}),e.FileReader=p,e.File=u,e.Blob=c}(),n&&(File.prototype[n]="File",Blob.prototype[n]="Blob",FileReader.prototype[n]="FileReader");var b,C=e.Blob.prototype;function w(t){return new Promise((function(e,a){t.onload=t.onerror=function(o){t.onload=t.onerror=null,"load"===o.type?e(t.result||t):a(new Error("Failed to read the blob/file"))}}))}try{new ReadableStream({type:"bytes"}),b=function(){var t=0,e=this;return new ReadableStream({type:"bytes",autoAllocateChunkSize:524288,pull:function(a){var o=a.byobRequest.view;return e.slice(t,t+o.byteLength).arrayBuffer().then((function(s){var i=new Uint8Array(s),n=i.byteLength;t+=n,o.set(i),a.byobRequest.respond(n),t>=e.size&&a.close()}))}})}}catch(t){try{new ReadableStream({}),b=function(t){var e=0;t=this;return new ReadableStream({pull:function(a){return t.slice(e,e+524288).arrayBuffer().then((function(o){e+=o.byteLength;var s=new Uint8Array(o);a.enqueue(s),e==t.size&&a.close()}))}})}}catch(t){try{new Response("").body.getReader().read(),b=function(){return new Response(this).body}}catch(t){b=function(){throw new Error("Include https://github.com/MattiasBuelens/web-streams-polyfill")}}}}C.arrayBuffer||(C.arrayBuffer=function(){var t=new FileReader;return t.readAsArrayBuffer(this),w(t)}),C.text||(C.text=function(){var t=new FileReader;return t.readAsText(this),w(t)}),C.stream||(C.stream=b)}(),function(t){"use strict";var e,a=t.Uint8Array,o=t.HTMLCanvasElement,s=o&&o.prototype,i=/\s*;\s*base64\s*(?:;|$)/i,n="toDataURL",r=function(t){for(var o,s,i=t.length,n=new a(i/4*3|0),r=0,l=0,c=[0,0],d=0,u=0;i--;)s=t.charCodeAt(r++),255!==(o=e[s-43])&&undefined!==o&&(c[1]=c[0],c[0]=s,u=u<<6|o,4===++d&&(n[l++]=u>>>16,61!==c[1]&&(n[l++]=u>>>8),61!==c[0]&&(n[l++]=u),d=0));return n};a&&(e=new a([62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,0,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51])),!o||s.toBlob&&s.toBlobHD||(s.toBlob||(s.toBlob=function(t,e){if(e||(e="image/png"),this.mozGetAsFile)t(this.mozGetAsFile("canvas",e));else if(this.msToBlob&&/^\s*image\/png\s*(?:$|;)/i.test(e))t(this.msToBlob());else{var o,s=Array.prototype.slice.call(arguments,1),l=this[n].apply(this,s),c=l.indexOf(","),d=l.substring(c+1),u=i.test(l.substring(0,c));Blob.fake?((o=new Blob).encoding=u?"base64":"URI",o.data=d,o.size=d.length):a&&(o=u?new Blob([r(d)],{type:e}):new Blob([decodeURIComponent(d)],{type:e})),t(o)}}),!s.toBlobHD&&s.toDataURLHD?s.toBlobHD=function(){n="toDataURLHD";var t=this.toBlob();return n="toDataURL",t}:s.toBlobHD=s.toBlob)}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content||this)},33258:(t,e,a)=>{"use strict";a.r(e);var o=a(62893),s=a(40173),i=a(95353),n=a(58723),r=a(63288),l=a(32252),c=a.n(l),d=a(65201),u=a.n(d),p=a(24786),m=a(57742),f=a.n(m),h=a(89829),g=a.n(h),v=a(58942),b=a(64765),C=(a(18650),a(80158),a(17547),a(7112)),w=a(22897),y=a(42903),_=a(33820),x=a(80288),k=(a(74692),a(74692));function S(t){return S="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},S(t)}a(9901),window.Vue=o.default,window.pftxt=a(93934),window.filesize=a(91139),window._=a(2543),window.Popper=a(48851).default,window.pixelfed=window.pixelfed||{},window.$=a(74692),a(52754),window.axios=a(86425),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest",a(63899),window.blurhash=a(95341),k('[data-toggle="tooltip"]').tooltip();var M=document.head.querySelector('meta[name="csrf-token"]');M?window.axios.defaults.headers.common["X-CSRF-TOKEN"]=M.content:console.error("CSRF token not found."),o.default.use(s.default),o.default.use(i.default),o.default.use(g()),o.default.use(f()),o.default.use(r.default),o.default.use(c()),o.default.use(u()),o.default.use(v.default),o.default.use(b.default),o.default.use(p.default,{name:"Timeago",locale:"en"}),o.default.component("navbar",a(11838).default),o.default.component("notification-card",a(50592).default),o.default.component("photo-presenter",a(37128).default),o.default.component("video-presenter",a(79427).default),o.default.component("photo-album-presenter",a(98051).default),o.default.component("video-album-presenter",a(61518).default),o.default.component("mixed-album-presenter",a(21466).default),o.default.component("post-menu",a(60072).default),o.default.component("story-component",a(98916).default);var A=function(){return Promise.all([a.e(3660),a.e(4951)]).then(a.bind(a,75050))},P=new s.default({mode:"history",linkActiveClass:"active",routes:[{path:"/i/web/timeline/:scope",name:"timeline",component:A,props:!0},{path:"/groups/feed",name:"groups",component:C.default},{path:"/groups/joins",name:"groupjoins",component:y.default},{path:"/groups/discover",name:"groupdiscover",component:w.default,props:!0},{path:"/groups/notifications",name:"groupnotify",component:_.default},{path:"/groups/search",name:"groupsearch",component:x.default},{path:"/groups/create",name:"groupscreate",component:function(){return a.e(2822).then(a.bind(a,22500))}},{path:"/groups/:gid/p/:sid",component:function(){return a.e(7342).then(a.bind(a,16390))},props:!0},{path:"/groups/:gid/user/:pid",component:function(){return a.e(9231).then(a.bind(a,21567))},props:!0},{path:"/groups/:groupId/about",component:function(){return a.e(8257).then(a.bind(a,72962))},props:!0},{path:"/groups/:groupId/topics",component:function(){return a.e(7206).then(a.bind(a,9895))},props:!0},{path:"/groups/:groupId/members",component:function(){return a.e(6791).then(a.bind(a,27884))},props:!0},{path:"/groups/:groupId/media",component:function(){return a.e(6438).then(a.bind(a,69529))},props:!0},{path:"/groups/:groupId",component:function(){return a.e(529).then(a.bind(a,57101))},props:!0},{path:"/i/web/post/:id",name:"post",component:function(){return Promise.all([a.e(3660),a.e(8408)]).then(a.bind(a,19833))},props:!0},{path:"/i/web/profile/:id/followers",name:"profile-followers",component:function(){return Promise.all([a.e(3660),a.e(8977)]).then(a.bind(a,8755))},props:!0},{path:"/i/web/profile/:id/following",name:"profile-following",component:function(){return Promise.all([a.e(3660),a.e(1645)]).then(a.bind(a,10935))},props:!0},{path:"/i/web/profile/:id",name:"profile",component:function(){return Promise.all([a.e(3660),a.e(8087)]).then(a.bind(a,85566))},props:!0},{path:"/i/web/discover",component:function(){return a.e(6535).then(a.bind(a,57330))}},{path:"/i/web/compose",component:function(){return Promise.all([a.e(3660),a.e(9124)]).then(a.bind(a,46537))}},{path:"/i/web/notifications",component:function(){return Promise.all([a.e(3660),a.e(7744)]).then(a.bind(a,55297))}},{path:"/i/web/direct/thread/:accountId",component:function(){return Promise.all([a.e(3660),a.e(7399)]).then(a.bind(a,95301))},props:!0},{path:"/i/web/direct",component:function(){return Promise.all([a.e(3660),a.e(2156)]).then(a.bind(a,61040))}},{path:"/i/web/hashtag/:id",name:"hashtag",component:function(){return Promise.all([a.e(3660),a.e(2966)]).then(a.bind(a,917))},props:!0},{path:"/i/web/language",component:function(){return a.e(8119).then(a.bind(a,55545))}},{path:"/i/web/whats-new",component:function(){return a.e(9919).then(a.bind(a,97775))}},{path:"/i/web/discover/my-memories",component:function(){return Promise.all([a.e(3660),a.e(6740)]).then(a.bind(a,82212))}},{path:"/i/web/discover/my-hashtags",component:function(){return Promise.all([a.e(3660),a.e(1240)]).then(a.bind(a,57326))}},{path:"/i/web/discover/account-insights",component:function(){return Promise.all([a.e(3660),a.e(1179)]).then(a.bind(a,71610))}},{path:"/i/web/discover/find-friends",component:function(){return Promise.all([a.e(3660),a.e(7521)]).then(a.bind(a,96663))}},{path:"/i/web/discover/server-timelines",component:function(){return Promise.all([a.e(3660),a.e(3688)]).then(a.bind(a,55232))}},{path:"/i/web/discover/settings",component:function(){return Promise.all([a.e(3660),a.e(6250)]).then(a.bind(a,75658))}},{path:"/i/web",component:A,props:!0},{path:"/i/web/*",component:function(){return a.e(7413).then(a.bind(a,13978))},props:!0}],scrollBehavior:function(t,e,a){return t.hash?{selector:"[id='".concat(t.hash.slice(1),"']")}:{x:0,y:0}}});function T(t,e){var a="pf_m2s."+t,o=window.localStorage;if(o.getItem(a)){var s=o.getItem(a);return["pl","color-scheme"].includes(t)?s:["true",!0].includes(s)}return e}var R=new i.default.Store({state:{version:1,hideCounts:T("hc",!1),autoloadComments:T("ac",!0),newReactions:T("nr",!0),fixedHeight:T("fh",!1),profileLayout:T("pl","grid"),showDMPrivacyWarning:T("dmpwarn",!0),relationships:{},emoji:[],colorScheme:T("color-scheme","system")},getters:{getVersion:function(t){return t.version},getHideCounts:function(t){return t.hideCounts},getAutoloadComments:function(t){return t.autoloadComments},getNewReactions:function(t){return t.newReactions},getFixedHeight:function(t){return t.fixedHeight},getProfileLayout:function(t){return t.profileLayout},getRelationship:function(t){return function(e){return t.relationships[e]}},getCustomEmoji:function(t){return t.emoji},getColorScheme:function(t){return t.colorScheme},getShowDMPrivacyWarning:function(t){return t.showDMPrivacyWarning}},mutations:{setVersion:function(t,e){t.version=e},setHideCounts:function(t,e){localStorage.setItem("pf_m2s.hc",e),t.hideCounts=e},setAutoloadComments:function(t,e){localStorage.setItem("pf_m2s.ac",e),t.autoloadComments=e},setNewReactions:function(t,e){localStorage.setItem("pf_m2s.nr",e),t.newReactions=e},setFixedHeight:function(t,e){localStorage.setItem("pf_m2s.fh",e),t.fixedHeight=e},setProfileLayout:function(t,e){localStorage.setItem("pf_m2s.pl",e),t.profileLayout=e},updateRelationship:function(t,e){e.forEach((function(e){o.default.set(t.relationships,e.id,e)}))},updateCustomEmoji:function(t,e){t.emoji=e},setColorScheme:function(t,e){if(t.colorScheme!=e){localStorage.setItem("pf_m2s.color-scheme",e),t.colorScheme=e;var a="system"==e?"":"light"==e?"force-light-mode":"force-dark-mode";if(document.querySelector("body").className=a,"system"!=a){var o="force-dark-mode"==a?{dark_mode:"on"}:{};axios.post("/settings/labs",o)}}},setShowDMPrivacyWarning:function(t,e){localStorage.setItem("pf_m2s.dmpwarn",e),t.showDMPrivacyWarning=e}}}),z={en:a(57048),ar:a(60224),ca:a(89023),de:a(89996),el:a(25098),es:a(31583),eu:a(48973),fr:a(15883),he:a(61344),gd:a(12900),gl:a(34860),id:a(91302),it:a(52950),ja:a(87286),nl:a(66849),pl:a(70707),pt:a(85147),ru:a(20466),uk:a(44215),vi:a(97346)},F=document.querySelector("html").getAttribute("lang"),L=new b.default({locale:F,fallbackLocale:"en",messages:z});(0,n.sync)(R,P);new o.default({el:"#content",i18n:L,router:P,store:R});if(axios.get("/api/v1/custom_emojis").then((function(t){t&&t.data&&t.data.length&&R.commit("updateCustomEmoji",t.data)})),R.state.colorScheme){var j="system"==R.state.colorScheme?"":"light"==R.state.colorScheme?"force-light-mode":"force-dark-mode";"system"!=j&&(document.querySelector("body").className=j)}pixelfed.readmore=function(){k(".read-more").each((function(t,e){var a=k(this),o=a.attr("data-readmore");"undefined"!==S(o)&&!1!==o||a.readmore({collapsedHeight:45,heightMargin:48,moreLink:'<a href="#" class="d-block small font-weight-bold text-dark text-center">Show more</a>',lessLink:'<a href="#" class="d-block small font-weight-bold text-dark text-center">Show less</a>'})}))};try{document.createEvent("TouchEvent"),k("body").addClass("touch")}catch(t){}window.App=window.App||{},window.App.util={compose:{post:function(){var t=window.location.pathname;["/","/timeline/public"].includes(t)?k("#composeModal").modal("show"):window.location.href="/?a=co"},circle:function(){console.log("Unsupported method.")},collection:function(){console.log("Unsupported method.")},loop:function(){console.log("Unsupported method.")},story:function(){console.log("Unsupported method.")}},time:function(){return new Date},version:1,format:{count:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"en-GB",a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"compact";return t<1?0:new Intl.NumberFormat(e,{notation:a,compactDisplay:"short"}).format(t)},timeAgo:function(t){var e=Date.parse(t),a=Math.floor((new Date-e)/1e3),o=Math.floor(a/63072e3);return o<0?"0s":o>=1?o+"y":(o=Math.floor(a/604800))>=1?o+"w":(o=Math.floor(a/86400))>=1?o+"d":(o=Math.floor(a/3600))>=1?o+"h":(o=Math.floor(a/60))>=1?o+"m":Math.floor(a)+"s"},timeAhead:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=Date.parse(t)-Date.parse(new Date),o=Math.floor(a/1e3),s=Math.floor(o/63072e3);return s>=1?s+(e?"y":" years"):(s=Math.floor(o/604800))>=1?s+(e?"w":" weeks"):(s=Math.floor(o/86400))>=1?s+(e?"d":" days"):(s=Math.floor(o/3600))>=1?s+(e?"h":" hours"):(s=Math.floor(o/60))>=1?s+(e?"m":" minutes"):Math.floor(o)+(e?"s":" seconds")},rewriteLinks:function(t){var e=t.innerText;return t.href.startsWith(window.location.origin)?t.href:e=1==e.startsWith("#")?"/discover/tags/"+e.substr(1)+"?src=rph":1==e.startsWith("@")?"/"+t.innerText+"?src=rpp":"/i/redirect?url="+encodeURIComponent(e)}},filters:[["1984","filter-1977"],["Azen","filter-aden"],["Astairo","filter-amaro"],["Grassbee","filter-ashby"],["Bookrun","filter-brannan"],["Borough","filter-brooklyn"],["Farms","filter-charmes"],["Hairsadone","filter-clarendon"],["Cleana ","filter-crema"],["Catpatch","filter-dogpatch"],["Earlyworm","filter-earlybird"],["Plaid","filter-gingham"],["Kyo","filter-ginza"],["Yefe","filter-hefe"],["Goddess","filter-helena"],["Yards","filter-hudson"],["Quill","filter-inkwell"],["Rankine","filter-kelvin"],["Juno","filter-juno"],["Mark","filter-lark"],["Chill","filter-lofi"],["Van","filter-ludwig"],["Apache","filter-maven"],["May","filter-mayfair"],["Ceres","filter-moon"],["Knoxville","filter-nashville"],["Felicity","filter-perpetua"],["Sandblast","filter-poprocket"],["Daisy","filter-reyes"],["Elevate","filter-rise"],["Nevada","filter-sierra"],["Futura","filter-skyline"],["Sleepy","filter-slumber"],["Steward","filter-stinson"],["Savoy","filter-sutro"],["Blaze","filter-toaster"],["Apricot","filter-valencia"],["Gloming","filter-vesper"],["Walter","filter-walden"],["Poplar","filter-willow"],["Xenon","filter-xpro-ii"]],filterCss:{"filter-1977":"sepia(.5) hue-rotate(-30deg) saturate(1.4)","filter-aden":"sepia(.2) brightness(1.15) saturate(1.4)","filter-amaro":"sepia(.35) contrast(1.1) brightness(1.2) saturate(1.3)","filter-ashby":"sepia(.5) contrast(1.2) saturate(1.8)","filter-brannan":"sepia(.4) contrast(1.25) brightness(1.1) saturate(.9) hue-rotate(-2deg)","filter-brooklyn":"sepia(.25) contrast(1.25) brightness(1.25) hue-rotate(5deg)","filter-charmes":"sepia(.25) contrast(1.25) brightness(1.25) saturate(1.35) hue-rotate(-5deg)","filter-clarendon":"sepia(.15) contrast(1.25) brightness(1.25) hue-rotate(5deg)","filter-crema":"sepia(.5) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-2deg)","filter-dogpatch":"sepia(.35) saturate(1.1) contrast(1.5)","filter-earlybird":"sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg)","filter-gingham":"contrast(1.1) brightness(1.1)","filter-ginza":"sepia(.25) contrast(1.15) brightness(1.2) saturate(1.35) hue-rotate(-5deg)","filter-hefe":"sepia(.4) contrast(1.5) brightness(1.2) saturate(1.4) hue-rotate(-10deg)","filter-helena":"sepia(.5) contrast(1.05) brightness(1.05) saturate(1.35)","filter-hudson":"sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg)","filter-inkwell":"brightness(1.25) contrast(.85) grayscale(1)","filter-kelvin":"sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg)","filter-juno":"sepia(.35) contrast(1.15) brightness(1.15) saturate(1.8)","filter-lark":"sepia(.25) contrast(1.2) brightness(1.3) saturate(1.25)","filter-lofi":"saturate(1.1) contrast(1.5)","filter-ludwig":"sepia(.25) contrast(1.05) brightness(1.05) saturate(2)","filter-maven":"sepia(.35) contrast(1.05) brightness(1.05) saturate(1.75)","filter-mayfair":"contrast(1.1) brightness(1.15) saturate(1.1)","filter-moon":"brightness(1.4) contrast(.95) saturate(0) sepia(.35)","filter-nashville":"sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg)","filter-perpetua":"contrast(1.1) brightness(1.25) saturate(1.1)","filter-poprocket":"sepia(.15) brightness(1.2)","filter-reyes":"sepia(.75) contrast(.75) brightness(1.25) saturate(1.4)","filter-rise":"sepia(.25) contrast(1.25) brightness(1.2) saturate(.9)","filter-sierra":"sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg)","filter-skyline":"sepia(.15) contrast(1.25) brightness(1.25) saturate(1.2)","filter-slumber":"sepia(.35) contrast(1.25) saturate(1.25)","filter-stinson":"sepia(.35) contrast(1.25) brightness(1.1) saturate(1.25)","filter-sutro":"sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg)","filter-toaster":"sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg)","filter-valencia":"sepia(.25) contrast(1.1) brightness(1.1)","filter-vesper":"sepia(.35) contrast(1.15) brightness(1.2) saturate(1.3)","filter-walden":"sepia(.35) contrast(.8) brightness(1.25) saturate(1.4)","filter-willow":"brightness(1.2) contrast(.85) saturate(.05) sepia(.2)","filter-xpro-ii":"sepia(.45) contrast(1.25) brightness(1.75) saturate(1.3) hue-rotate(-5deg)"},emoji:["😂","💯","❤️","🙌","👏","👌","😍","😯","😢","😅","😁","🙂","😎","😀","🤣","😃","😄","😆","😉","😊","😋","😘","😗","😙","😚","🤗","🤩","🤔","🤨","😐","😑","😶","🙄","😏","😣","😥","😮","🤐","😪","😫","😴","😌","😛","😜","😝","🤤","😒","😓","😔","😕","🙃","🤑","😲","🙁","😖","😞","😟","😤","😭","😦","😧","😨","😩","🤯","😬","😰","😱","😳","🤪","😵","😡","😠","🤬","😷","🤒","🤕","🤢","🤮","🤧","😇","🤠","🤡","🤥","🤫","🤭","🧐","🤓","😈","👿","👹","👺","💀","👻","👽","🤖","💩","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🤲","👐","🤝","👍","👎","👊","✊","🤛","🤜","🤞","✌️","🤟","🤘","👈","👉","👆","👇","☝️","✋","🤚","🖐","🖖","👋","🤙","💪","🖕","✍️","🙏","💍","💄","💋","👄","👅","👂","👃","👣","👁","👀","🧠","🗣","👤","👥"],embed:{post:function(t){var e=t+"/embed?";return e+=!(arguments.length>1&&void 0!==arguments[1])||arguments[1]?"caption=true&":"caption=false&",e+=arguments.length>2&&void 0!==arguments[2]&&arguments[2]?"likes=true&":"likes=false&",'<iframe title="Pixelfed Post Embed" src="'+(e+="compact"==(arguments.length>3&&void 0!==arguments[3]?arguments[3]:"full")?"layout=compact":"layout=full")+'" class="pixelfed__embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script async defer src="'+window.location.origin+'/embed.js"><\/script>'},profile:function(t){return'<iframe title="Pixelfed Profile Embed" src="'+(t+"/embed")+'" class="pixelfed__embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script async defer src="'+window.location.origin+'/embed.js"><\/script>'}},clipboard:function(t){return navigator.clipboard.writeText(t)},navatar:function(){k("#navbarDropdown .far").addClass("d-none"),k("#navbarDropdown img").attr("src",window._sharedData.curUser.avatar).removeClass("d-none").addClass("rounded-circle border shadow").attr("width",34).attr("height",34)}};console.log("%cStop!","color:red; font-size:60px; font-weight: bold; -webkit-text-stroke: 1px black;"),console.log('%cThis is a browser feature intended for developers. If someone told you to copy and paste something here to enable a Pixelfed feature or "hack" someone\'s account, it is a scam and will give them access to your Pixelfed account.',"font-size: 18px;")},37365:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".card-img-top[data-v-7066737e]{border-top-left-radius:0!important;border-top-right-radius:0!important}.content-label-wrapper[data-v-7066737e]{position:relative}.content-label[data-v-7066737e]{align-items:center;background:rgba(0,0,0,.2);display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}.album-wrapper[data-v-7066737e]{position:relative}",""]);const i=s},74e3:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".card-img-top[data-v-f935045a]{border-top-left-radius:0!important;border-top-right-radius:0!important}.content-label-wrapper[data-v-f935045a]{position:relative}.content-label[data-v-f935045a]{align-items:center;background:rgba(0,0,0,.2);display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}",""]);const i=s},83853:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".content-label-wrapper[data-v-7871d23c]{position:relative}.content-label[data-v-7871d23c]{align-items:center;background:rgba(0,0,0,.2);display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}",""]);const i=s},52219:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".text-lighter[data-v-1002e7e2]{color:#b8c2cc!important}.modal-body[data-v-1002e7e2]{padding:0}",""]);const i=s},20539:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-discover-component[data-v-4a64e1b2]{font-family:var(--font-family-sans-serif)}.group-discover-component .jumbotron[data-v-4a64e1b2]{background-color:#fff;border-radius:0}",""]);const i=s},67093:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".groups-home-component{font-family:var(--font-family-sans-serif)}.groups-home-component .group-nav-btn{background-color:transparent;border-color:transparent;border-radius:1.5rem;color:#6c757d;display:block;justify-content:flex-start;margin-bottom:.3rem;padding-bottom:.3rem;padding-left:0;padding-top:.3rem;text-align:left;width:100%}.groups-home-component .group-nav-btn.active{background-color:#eff6ff!important;border:1px solid #dbeafe!important;color:#212529}.groups-home-component .group-nav-btn.active .group-nav-btn-icon{background-color:#2c78bf!important;color:#fff!important}.groups-home-component .group-nav-btn-icon{align-items:center;background-color:#e5e7eb;border-radius:17px;display:inline-flex;height:35px;justify-content:center;margin:auto .3rem;padding:12px;width:35px}.groups-home-component .group-nav-btn-name{display:inline-block;font-weight:700;margin-left:.3rem}.groups-home-component .autocomplete-input{background-color:#f8f9fa!important;border-color:transparent;border-radius:50rem;color:#495057;font-size:.9rem;height:2.375rem}.groups-home-component .autocomplete-input:focus,.groups-home-component .autocomplete-input[aria-expanded=true]{box-shadow:none}.groups-home-component .autocomplete-result{background:none;padding:12px}.groups-home-component .autocomplete-result:focus,.groups-home-component .autocomplete-result:hover{background-color:#eff6ff!important}.groups-home-component .autocomplete-result .media img{border-radius:4px;margin-right:.6rem;-o-object-fit:cover;object-fit:cover}.groups-home-component .autocomplete-result .media .icon-placeholder{align-items:center;background-color:#2c78bf;border-radius:4px;color:#fff;display:flex;height:32px;justify-content:center;margin-right:.6rem;width:32px}.groups-home-component .autocomplete-result-list{padding-bottom:0}.groups-home-component .fade-enter-active,.groups-home-component .fade-leave-active{transition:opacity .2s}.groups-home-component .fade-enter,.groups-home-component .fade-leave-to{opacity:0}",""]);const i=s},68953:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-joins-component[data-v-1c6f9640]{font-family:var(--font-family-sans-serif)}",""]);const i=s},45492:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-notifications-component[data-v-77308206]{font-family:var(--font-family-sans-serif)}.group-notifications-component .jumbotron[data-v-77308206]{background-color:#fff;border-radius:0}",""]);const i=s},18010:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".groups-home-component{font-family:var(--font-family-sans-serif)}",""]);const i=s},91491:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-component-hero{align-items:center;background-color:#fff;border:1px solid #dee2e6;border-top:0;display:flex;justify-content:space-between;padding:1rem}.group-component-hero h3{margin-bottom:0}",""]);const i=s},53400:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,'.create-group-component .submit-button{width:130px}.create-group-component .multistep{counter-reset:step;margin-bottom:30px;margin-top:30px;overflow:hidden;padding-left:0;text-align:center}.create-group-component .multistep li{color:#b8c2cc;float:left;font-size:9px;font-weight:700;list-style-type:none;position:relative;text-transform:uppercase;width:20%}.create-group-component .multistep li.active{color:#000}.create-group-component .multistep li:before{background:#f3f4f6;border-radius:25px;color:#b8c2cc;content:counter(step);counter-increment:step;display:block;font-size:12px;height:24px;line-height:26px;margin:0 auto 10px;transition:background .4s;width:24px}.create-group-component .multistep li:after{background:#dee2e6;content:"";height:2px;left:-50%;position:absolute;top:11px;transition:background .4s;width:100%;z-index:-1}.create-group-component .multistep li:first-child:after{content:none}.create-group-component .multistep li.active:after,.create-group-component .multistep li.active:before{background:#2c78bf;color:#fff;transition:background .4s}.create-group-component .col-form-label{font-weight:600;text-align:right}',""]);const i=s},55407:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-feed-component-header{align-items:flex-end;background-color:transparent;display:flex;justify-content:space-between;padding:1rem 0}.group-feed-component-header .cta-btn{width:190px}.group-feed-component .header-jumbotron{background-color:#f3f4f6;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:320px}.group-feed-component-menu{align-items:center;display:flex;justify-content:space-between;padding:0}.group-feed-component-menu-nav .nav-item .nav-link{color:#6c757d;padding-bottom:1rem;padding-top:1rem}.group-feed-component-menu-nav .nav-item .nav-link.active{border-bottom:2px solid #2c78bf;color:#2c78bf}.group-feed-component-menu-nav:not(last-child) .nav-item{margin-right:14px}.group-feed-component-body{min-height:40vh}.group-feed-component .member-label{background:rgba(137,196,244,.2);border:1px solid rgba(137,196,244,.3);color:#4b77be;font-size:12px;font-weight:400;padding:2px 5px;text-transform:capitalize}.group-feed-component .dropdown-item{font-weight:600}.group-feed-component .remote-label{background:#fef3c7;border:1px solid #fcd34d;color:#b45309;font-size:12px;font-weight:400;padding:2px 5px;text-transform:capitalize}",""]);const i=s},91626:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".groups-home-component{font-family:var(--font-family-sans-serif)}.groups-home-component .group-nav-btn{background-color:transparent;border-color:transparent;border-radius:1.5rem;color:#6c757d;display:block;justify-content:flex-start;margin-bottom:.3rem;padding-bottom:.3rem;padding-left:0;padding-top:.3rem;text-align:left;width:100%}.groups-home-component .group-nav-btn.active{background-color:#eff6ff!important;border:1px solid #dbeafe!important;color:#212529}.groups-home-component .group-nav-btn.active .group-nav-btn-icon{background-color:#2c78bf!important;color:#fff!important}.groups-home-component .group-nav-btn-icon{align-items:center;background-color:#e5e7eb;border-radius:17px;display:inline-flex;height:35px;justify-content:center;margin:auto .3rem;padding:12px;width:35px}.groups-home-component .group-nav-btn-name{display:inline-block;font-weight:700;margin-left:.3rem}.groups-home-component .autocomplete-input{background-color:#f8f9fa!important;border-color:transparent;border-radius:50rem;color:#495057;font-size:.9rem;height:2.375rem}.groups-home-component .autocomplete-input:focus,.groups-home-component .autocomplete-input[aria-expanded=true]{box-shadow:none}.groups-home-component .autocomplete-result{background:none;padding:12px}.groups-home-component .autocomplete-result:focus,.groups-home-component .autocomplete-result:hover{background-color:#eff6ff!important}.groups-home-component .autocomplete-result .media img{border-radius:4px;margin-right:.6rem;-o-object-fit:cover;object-fit:cover}.groups-home-component .autocomplete-result .media .icon-placeholder{align-items:center;background-color:#2c78bf;border-radius:4px;color:#fff;display:flex;height:32px;justify-content:center;margin-right:.6rem;width:32px}.groups-home-component .autocomplete-result-list{padding-bottom:0}.groups-home-component .fade-enter-active,.groups-home-component .fade-leave-active{transition:opacity .2s}.groups-home-component .fade-enter,.groups-home-component .fade-leave-to{opacity:0}",""]);const i=s},92520:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,'.comment-drawer-component .media{position:relative}.comment-drawer-component .media .comment-border-link{background-clip:padding-box;background-color:#e5e7eb;border-left:4px solid transparent;border-right:4px solid transparent;display:block;height:calc(100% - 100px);left:11px;position:absolute;top:40px;width:10px}.comment-drawer-component .media .comment-border-link:hover{background-color:#bfdbfe}.comment-drawer-component .media .child-reply-form{position:relative}.comment-drawer-component .media .comment-border-arrow{background-clip:padding-box;background-color:#e5e7eb;border-bottom:2px solid transparent;border-left:4px solid transparent;border-right:4px solid transparent;display:block;height:29px;left:-33px;position:absolute;top:-6px;width:10px}.comment-drawer-component .media .comment-border-arrow:after{background-color:#e5e7eb;content:"";display:block;height:2px;left:2px;position:absolute;top:25px;width:15px}.comment-drawer-component .media-status{margin-bottom:1.3rem}.comment-drawer-component .media-avatar{margin-right:12px}.comment-drawer-component .media-body-comment{background-color:var(--comment-bg);border-radius:.9rem;padding:.4rem .7rem;width:-moz-fit-content;width:fit-content}.comment-drawer-component .media-body-comment-username{color:#000;font-size:14px;font-weight:700!important;margin-bottom:.25rem!important}.comment-drawer-component .media-body-comment-username a{color:#000;text-decoration:none}.comment-drawer-component .media-body-comment-content{font-size:16px;margin-bottom:0}.comment-drawer-component .media-body-reactions{color:#b8c2cc!important;font-size:12px;margin-bottom:0!important;margin-top:.25rem!important}.comment-drawer-component .load-more-comments{font-weight:500}.comment-drawer-component .reply-form{margin-bottom:2rem}.comment-drawer-component .reply-form-input{flex:1;position:relative}.comment-drawer-component .reply-form-input textarea{border-radius:10px}.comment-drawer-component .reply-form-input .form-control{padding-right:100px;resize:none}.comment-drawer-component .reply-form-input-actions{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.comment-drawer-component .reply-form .btn{text-decoration:none}.comment-drawer-component .reply-form-menu{margin-top:5px}.comment-drawer-component .reply-form-menu .char-counter{color:var(--muted);font-size:10px}.comment-drawer-component .bh-comment,.comment-drawer-component .bh-comment img,.comment-drawer-component .bh-comment span{height:auto;max-height:260px!important;max-width:160px!important;width:100%}.comment-drawer-component .bh-comment img{-o-object-fit:cover;object-fit:cover}',""]);const i=s},34682:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,"",""]);const i=s},9272:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-card[data-v-c4ebe756]{margin-bottom:15px}.group-card-inner[data-v-c4ebe756]{border:1px solid var(--border-color);border-radius:10px;display:flex;flex-direction:column;overflow:hidden}.group-card-inner-copy[data-v-c4ebe756]{background-color:var(--light);padding:1rem}.group-card-inner-foaf[data-v-c4ebe756]{background-color:var(--light);height:30px}.group-card-inner-cta[data-v-c4ebe756]{background-color:var(--light);padding:1rem}.group-card .member-label[data-v-c4ebe756]{background:rgba(137,196,244,.2);border:1px solid rgba(137,196,244,.3);border-radius:3px;color:#4b77be}.group-card .member-label[data-v-c4ebe756],.group-card .remote-label[data-v-c4ebe756]{font-size:9px;font-weight:500;padding:2px 5px;text-transform:capitalize}.group-card .remote-label[data-v-c4ebe756]{background:#fef3c7;border:1px solid #fcd34d;border-radius:3px;color:#b45309}.group-card .group-header-img[data-v-c4ebe756]{height:150px;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:0;width:100%}",""]);const i=s},20082:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,"",""]);const i=s},92155:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-info-card .title[data-v-9d095298]{font-size:16px;font-weight:700}.group-info-card .description[data-v-9d095298]{color:#6c757d;font-size:15px;font-weight:400;margin-bottom:0;white-space:break-spaces}.group-info-card .fact[data-v-9d095298]{align-items:center;display:flex;margin-bottom:1.5rem}.group-info-card .fact-body[data-v-9d095298]{flex:1}.group-info-card .fact-icon[data-v-9d095298]{text-align:center;width:50px}.group-info-card .fact-title[data-v-9d095298]{font-size:17px;font-weight:500;margin-bottom:0}.group-info-card .fact-subtitle[data-v-9d095298]{color:#6c757d;font-size:14px;margin-bottom:0}",""]);const i=s},25730:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-invite-modal-wrapper .media{border-radius:10px;cursor:pointer;height:60px;padding:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.group-invite-modal-wrapper .media:hover{background-color:#e5e7eb}",""]);const i=s},42500:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-list-card .member-label[data-v-102531e6]{background:rgba(137,196,244,.2);border:1px solid rgba(137,196,244,.3);border-radius:3px;color:#4b77be}.group-list-card .member-label[data-v-102531e6],.group-list-card .remote-label[data-v-102531e6]{font-size:9px;font-weight:500;padding:2px 5px;text-transform:capitalize}.group-list-card .remote-label[data-v-102531e6]{background:#fef3c7;border:1px solid #fcd34d;border-radius:3px;color:#b45309}.group-list-card .group-header-img[data-v-102531e6]{height:60px;-o-object-fit:cover;object-fit:cover;padding:0;width:60px}.group-list-card .group-header-img.compact[data-v-102531e6]{height:42.5px;width:42.5px}",""]);const i=s},46262:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".gpm-media{display:flex;width:70%}.gpm-media img{background-color:#000;height:auto;max-height:70vh;-o-object-fit:contain;object-fit:contain;width:100%}.gpm .comment-drawer-component .my-3{max-height:46vh;overflow:auto}.gpm .cdrawer-reply-form{bottom:0;margin-bottom:1rem!important;min-width:310px;position:absolute}",""]);const i=s},14868:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-search-modal-wrapper .media{border-radius:10px;cursor:pointer;height:60px;padding:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.group-search-modal-wrapper .media:hover{background-color:#e5e7eb}",""]);const i=s},61814:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".status-card-component .status-content{font-size:17px}.status-card-component.status-card-sm .status-content{font-size:14px}.status-card-component.status-card-sm .fa-lg{font-size:unset;line-height:unset;vertical-align:unset}.reaction-bar{border:1px solid #f3f4f6!important;left:-50px!important;max-width:unset;width:auto}.reaction-bar .popover-body{padding:2px}.reaction-bar .arrow{display:none}.reaction-bar img{width:48px}",""]);const i=s},27161:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".header-image[data-v-63bf412f]{border:1px solid var(--light);border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:auto;margin-bottom:0;margin-top:-1px;max-height:220px;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:768px){.header-image[data-v-63bf412f]{max-height:420px}}.header-jumbotron[data-v-63bf412f]{background-color:#f3f4f6;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:320px}",""]);const i=s},73788:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-feed-component-header{align-items:flex-end;background-color:transparent;display:flex;justify-content:space-between;padding:1rem 0}.group-feed-component-header .cta-btn{width:190px}.group-feed-component .member-label{background:rgba(137,196,244,.2);border:1px solid rgba(137,196,244,.3);color:#4b77be;font-size:12px;font-weight:400;padding:2px 5px;text-transform:capitalize}.group-feed-component .dropdown-item{font-weight:600}.group-feed-component .remote-label{background:#fef3c7;border:1px solid #fcd34d;color:#b45309;font-size:12px;font-weight:400;padding:2px 5px;text-transform:capitalize}",""]);const i=s},6777:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-feed-component-menu{align-items:center;display:flex;justify-content:space-between;padding:0}.group-feed-component-menu-nav .nav-item .nav-link{color:#6c757d;padding-bottom:1rem;padding-top:1rem}.group-feed-component-menu-nav .nav-item .nav-link.active{border-bottom:2px solid #2c78bf;color:#2c78bf}.group-feed-component-menu-nav:not(last-child) .nav-item{margin-right:14px}",""]);const i=s},37575:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".self-discover-component .list-group-item{text-decoration:none}.self-discover-component .list-group-item:hover{background-color:#f3f4f6}.self-discover-component .bg-mantle{background:linear-gradient(45deg,#24c6dc,#514a9d)}.self-discover-component .bg-black{background-color:#000}.self-discover-component .bg-black hr{border-top:1px solid hsla(0,0%,100%,.12)}.self-discover-component .title{align-items:center;display:flex;justify-content:space-between}.self-discover-component .title span{font-size:24px;font-weight:600}.self-discover-component .title .btn{border:1px solid #e5e7eb}",""]);const i=s},58967:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".my-groups-component .list-container[data-v-04397ac0]{margin-bottom:30vh}.my-groups-component .member-label[data-v-04397ac0]{background:rgba(137,196,244,.2);border:1px solid rgba(137,196,244,.3);border-radius:3px;color:#4b77be}.my-groups-component .member-label[data-v-04397ac0],.my-groups-component .remote-label[data-v-04397ac0]{font-size:12px;font-weight:400;padding:2px 5px;text-transform:capitalize}.my-groups-component .remote-label[data-v-04397ac0]{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:3px;color:#4b5563}",""]);const i=s},26140:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,'.group-notification-component .dropdown-toggle:after{content:"";display:none}.group-notification-component .nitem a{color:#000;font-weight:700!important}.group-notification-component .nitem a:focus,.group-notification-component .nitem a:hover{color:#121416!important}',""]);const i=s},32845:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".group-post-header .btn[data-v-29a27e2f]::focus{box-shadow:none}.group-post-header .dropdown-toggle[data-v-29a27e2f]:after{display:none}.group-post-header .group-name-link[data-v-29a27e2f]{font-size:16px}.group-post-header .group-name-link[data-v-29a27e2f],.group-post-header .group-name-link-small[data-v-29a27e2f]{word-wrap:break-word!important;color:var(--body-color)!important;font-weight:600;text-decoration:none;word-break:break-word!important}.group-post-header .group-name-link-small[data-v-29a27e2f]{font-size:14px}",""]);const i=s},4534:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".groups-sidenav{display:none;font-family:var(--font-family-sans-serif)}@media (min-width:768px){.groups-sidenav{background:#fff;border:none;display:block;height:100vh;overflow:hidden;position:sticky;top:74px;width:100%;z-index:1}}.groups-sidenav .group-nav-btn{background-color:transparent;border-color:transparent;border-radius:1.5rem;color:#6c757d;display:block;justify-content:flex-start;margin-bottom:.3rem;padding-bottom:.3rem;padding-left:0;padding-top:.3rem;text-align:left;width:100%}.groups-sidenav .group-nav-btn.active{background-color:#eff6ff!important;border:1px solid #dbeafe!important;color:#212529}.groups-sidenav .group-nav-btn.active .group-nav-btn-icon{background-color:#2c78bf!important;color:#fff!important}.groups-sidenav .group-nav-btn-icon{align-items:center;background-color:#e5e7eb;border-radius:17px;display:inline-flex;height:35px;justify-content:center;margin:auto .3rem;padding:12px;width:35px}.groups-sidenav .group-nav-btn-name{display:inline-block;font-weight:700;margin-left:.3rem}.groups-sidenav .autocomplete-input{background-color:#f8f9fa!important;border-color:transparent;border-radius:50rem;color:#495057;font-size:.9rem;height:2.375rem}.groups-sidenav .autocomplete-input:focus,.groups-sidenav .autocomplete-input[aria-expanded=true]{box-shadow:none}.groups-sidenav .autocomplete-result{background:none;padding:12px}.groups-sidenav .autocomplete-result:focus,.groups-sidenav .autocomplete-result:hover{background-color:#eff6ff!important}.groups-sidenav .autocomplete-result .media img{border-radius:4px;margin-right:.6rem;-o-object-fit:cover;object-fit:cover}.groups-sidenav .autocomplete-result .media .icon-placeholder{align-items:center;background-color:#2c78bf;border-radius:4px;color:#fff;display:flex;height:32px;justify-content:center;margin-right:.6rem;width:32px}",""]);const i=s},24331:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,'.metro-nav{z-index:4}.metro-nav .dropdown-menu{border:none;min-width:18rem;padding:0}.metro-nav .dropdown-menu .nav{overflow:auto}.metro-nav .dropdown-menu .nav-item .nav-link{color:#9ca3af;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:500;margin-bottom:5px;padding-left:14px}.metro-nav .dropdown-menu .nav-item .nav-link .icon{display:inline-block;text-align:center;width:40px}.metro-nav .dropdown-menu .nav-item .router-link-exact-active{color:var(--primary);font-weight:700;padding-left:14px}.metro-nav .dropdown-menu .nav-item .router-link-exact-active:not(.text-center){border-left:4px solid var(--primary);padding-left:10px}.metro-nav .dropdown-menu .nav-item .router-link-exact-active .icon{color:var(--primary)!important}.metro-nav .dropdown-menu .nav-item.nav-icons .small{font-weight:700!important}.metro-nav .dropdown-menu .nav-item:is(:last-child) .nav-link{border-bottom-left-radius:15px;border-bottom-right-radius:15px;margin-bottom:0}.metro-nav .fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.metro-nav .fa-layers .fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;display:inline-block;height:1.5em;line-height:1;margin-right:-5px;margin-top:-10px;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;position:absolute;right:0;text-overflow:ellipsis;top:0;transform:scale(.5);transform-origin:top right}.metro-nav .fa-layers .far{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}@media (min-width:768px){.metro-nav .searchbox{width:300px}.metro-nav .nav-avatar{height:50px;width:50px}}.metro-nav .autocomplete[data-loading=true]:after{border-right:3px solid var(--primary);content:""}.metro-nav .autocomplete-input{background-color:var(--light-gray);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQjhDMkNDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iNSIvPjxwYXRoIGQ9Im0xOSAxOS00LTQiLz48L3N2Zz4=");border-radius:50rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;font-size:.9rem;padding:.375rem .75rem .375rem 2.6rem}.metro-nav .autocomplete-result{background-image:none;cursor:pointer;padding:10px 12px}.metro-nav .autocomplete-result-list{-ms-overflow-style:none;box-shadow:0 .125rem .45rem var(--border-color);scrollbar-width:none}.metro-nav .autocomplete-result-list::-webkit-scrollbar{width:0!important}.metro-nav .autocomplete-result .media-icon{align-items:center;background:var(--light-gray);border:1px solid var(--input-border);border-radius:40px;box-shadow:0 .125rem .25rem rgba(0,0,0,.08);display:flex;height:40px;justify-content:center;margin-right:12px;width:40px}.metro-nav .sr:not(:last-child){border-bottom:1px solid var(--input-border)}.metro-nav .sr-avatar{box-shadow:0 .125rem .25rem rgba(0,0,0,.075);margin-right:12px}.metro-nav .sr-account{align-items:flex-start;display:flex;flex-direction:column;gap:3px;justify-content:center}.metro-nav .sr-account-acct{word-wrap:break-word;color:var(--dark);font-size:14px;font-weight:700;line-height:18px;margin-right:1rem;word-break:break-all}.metro-nav .sr-account-acct.compact{font-size:12px}.metro-nav .sr-account-stats{align-items:center;display:flex;gap:5px;line-height:14px}.metro-nav .sr-account-stats-followers,.metro-nav .sr-account-stats-statuses{color:var(--text-lighter);font-size:11px;font-weight:500}.metro-nav .sr-tag{align-items:flex-start;display:flex;flex-direction:column;gap:3px;justify-content:center}.metro-nav .sr-tag-name{word-wrap:break-word;color:var(--dark);font-size:14px;font-weight:700;line-height:18px;margin-right:1rem;word-break:break-all}.metro-nav .sr-tag-name.compact{font-size:12px}.metro-nav .sr-tag-count{color:var(--text-lighter);font-size:11px;font-weight:700;line-height:13px}.metro-nav .sr-post{align-items:flex-start;display:flex;flex-direction:column;gap:3px;justify-content:center}.metro-nav .sr-post-acct{color:var(--dark);font-size:14px;font-weight:700;line-height:18px}.metro-nav .sr-post-action{align-items:center;color:var(--text-lighter);display:flex;font-size:11px;font-weight:500;gap:3px;line-height:14px}.metro-nav .sr-post-action-label,.metro-nav .sr-post-action-timestamp{font-weight:700}.force-dark-mode .autocomplete-result-list{border-color:var(--input-border)}.force-dark-mode .autocomplete-result:hover,.force-dark-mode .autocomplete-result[aria-selected=true]{background-color:hsla(0,0%,100%,.1);box-shadow:0}.force-dark-mode .autocomplete[data-loading=true]:after{border:3px solid hsla(0,0%,100%,.22);border-right:3px solid var(--primary);content:""}',""]);const i=s},56105:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".card[data-v-c1448eda]{height:122px}.ring[data-v-c1448eda]{background:radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#bd3381 58%);border-radius:50%;display:block;height:66px;padding:3px;width:66px}.ring.remote[data-v-c1448eda]{background:radial-gradient(ellipse at 70% 70%,#f64f59 8%,#c471ed 42%,#12c2e9 58%)}.ring.not-seen[data-v-c1448eda]{background:#ccc;opacity:.55}.ring img[data-v-c1448eda]{background:#fff;padding:3px}.ring.new[data-v-c1448eda]{background:none;border:4px dashed #d92d77;height:70px;width:70px}.ring.new img[data-v-c1448eda]{height:56px;width:56px}.scrolly[data-v-c1448eda]{-ms-overflow-style:none;overflow-y:scroll;scrollbar-width:none}.scrolly[data-v-c1448eda]::-webkit-scrollbar{display:none}",""]);const i=s},35168:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(76798),s=a.n(o)()((function(t){return t[1]}));s.push([t.id,".status-card-component .status-content{font-size:17px}.status-card-component.status-card-sm .status-content{font-size:14px}.status-card-component.status-card-sm .fa-lg{font-size:unset;line-height:unset;vertical-align:unset}",""]);const i=s},47754:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(37365),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},34681:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(74e3),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},33844:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(83853),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},47016:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(52219),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},48742:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(20539),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},68388:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(67093),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},18410:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(68953),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},71255:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(45492),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},97635:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(18010),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},61276:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(91491),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},37063:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(53400),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},59240:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(55407),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},32327:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(91626),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},34969:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(92520),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},80403:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(34682),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},17601:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(9272),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},92509:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(20082),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},2298:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(92155),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},83441:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(25730),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},21969:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(42500),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},54077:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(46262),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},87495:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(14868),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},25147:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(61814),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},69590:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(27161),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},48509:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(73788),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},33864:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(6777),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},61492:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(37575),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},32524:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(58967),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},4709:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(26140),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},96246:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(32845),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},15555:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(4534),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},64870:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(24331),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},4088:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(56105),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},54675:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var o=a(85072),s=a.n(o),i=a(35168),n={insert:"head",singleton:!1};s()(i.default,n);const r=i.default.locals||{}},22897:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(2014),s=a(4326),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(42315);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"4a64e1b2",null).exports},7112:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(97704),s=a(80799),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(70245);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},42903:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(58754),s=a(57488),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(58537);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"1c6f9640",null).exports},33820:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(90203),s=a(3559),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(31812);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"77308206",null).exports},80288:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(70625),s=a(47583),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(95018);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},17547:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(64330),s=a(32608),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(29203);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},49139:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(15763),s=a(40720),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(45576);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},71307:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(31846),s=a(35236),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(87359);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},18115:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(51147),s=a(91036),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(58618);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},69513:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(99873),s=a(96046),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(92664);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},66536:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(47173),s=a(7059),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(94378);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},84125:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(22515),s=a(60586),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},62181:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(33988),s=a(72934),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},69104:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(49782),s=a(22903),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},40482:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(4552),s=a(60473),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},71347:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(87362),s=a(77548),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},99662:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(29653),s=a(13557),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(89480);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"c4ebe756",null).exports},17108:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(73143),s=a(22899),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(94594);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},13094:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(15476),s=a(98281),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(24107);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"9d095298",null).exports},19413:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(35343),s=a(75337),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(4114);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},75386:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(8953),s=a(69309),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(61620);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"102531e6",null).exports},42013:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(2133),s=a(65638),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(29030);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},94559:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(9339),s=a(84552),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(32196);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},95002:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(97569),s=a(60481),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(24870);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},58753:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(40710),s=a(72122),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},49268:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(19748),s=a(85083),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(53257);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"63bf412f",null).exports},52505:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(97741),s=a(36962),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(12012);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},33457:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(89014),s=a(18458),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(3625);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},7764:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(8751),s=a(6723),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},54048:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(80580),s=a(33759),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(73591);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},90637:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(84667),s=a(44778),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},57397:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(53056),s=a(73622),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(21319);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"04397ac0",null).exports},27403:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(17702),s=a(10912),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},65603:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(59037),s=a(65968),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(64012);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},5799:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(76407),s=a(71880),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},76746:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(82368),s=a(28725),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(58781);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"29a27e2f",null).exports},40798:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(97299),s=a(84381),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},16080:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(79510),s=a(11935),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},26679:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(80223),s=a(43272),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(15942);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},11838:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(10542),s=a(50101),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(47163);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},21466:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(63476),s=a(95509),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},98051:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(37086),s=a(90660),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(11415);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"7066737e",null).exports},37128:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(84585),s=a(2815),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(85650);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"f935045a",null).exports},61518:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(99521),s=a(4777),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},79427:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(17962),s=a(6452),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(75475);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"7871d23c",null).exports},50592:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(85087),s=a(1688),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"c01187e6",null).exports},60072:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(86774),s=a(20343),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(48801);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"1002e7e2",null).exports},98916:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(87198),s=a(45827),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(3193);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,"c1448eda",null).exports},53744:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(29375),s=a(21663),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},78841:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(8044),s=a(24966),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},79984:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var o=a(53681),s=a(203),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);a(43248);const n=(0,a(14486).default)(s.default,o.render,o.staticRenderFns,!1,null,null,null).exports},4326:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(93729),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},80799:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(56244),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},57488:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(45297),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},3559:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(24854),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},47583:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(23536),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},32608:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(19933),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},40720:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(22681),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},35236:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(72233),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},91036:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(95727),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},96046:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(68717),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},7059:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(78828),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},60586:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(15961),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},72934:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(3891),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},22903:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(35334),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},60473:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(87844),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},77548:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(45065),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},13557:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(98714),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},22899:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(91446),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},98281:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(15426),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},75337:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(51796),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},69309:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(68902),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},65638:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(43599),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},84552:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(89905),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},60481:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(6234),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},72122:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(96895),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},85083:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(70714),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},36962:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(9125),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},18458:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(11493),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},6723:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(79270),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},33759:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(93350),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},44778:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(34015),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},73622:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(7755),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},10912:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(26751),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},65968:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(93543),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},71880:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(60217),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},28725:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(33664),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},84381:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(75e3),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},11935:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(79254),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},43272:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(29579),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},50101:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(87034),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},95509:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(33422),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},90660:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(36639),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},2815:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(9266),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},4777:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(35986),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},6452:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(25189),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},1688:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(45076),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},20343:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(59488),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},45827:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(81504),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},21663:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(70384),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},24966:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(78615),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},203:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var o=a(47898),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s);const i=o.default},2014:(t,e,a)=>{"use strict";a.r(e);var o=a(85323),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},97704:(t,e,a)=>{"use strict";a.r(e);var o=a(46289),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},58754:(t,e,a)=>{"use strict";a.r(e);var o=a(11913),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},90203:(t,e,a)=>{"use strict";a.r(e);var o=a(5852),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},70625:(t,e,a)=>{"use strict";a.r(e);var o=a(93336),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},64330:(t,e,a)=>{"use strict";a.r(e);var o=a(93409),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},15763:(t,e,a)=>{"use strict";a.r(e);var o=a(92192),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},31846:(t,e,a)=>{"use strict";a.r(e);var o=a(91057),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},51147:(t,e,a)=>{"use strict";a.r(e);var o=a(36826),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},99873:(t,e,a)=>{"use strict";a.r(e);var o=a(59296),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},47173:(t,e,a)=>{"use strict";a.r(e);var o=a(16560),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},22515:(t,e,a)=>{"use strict";a.r(e);var o=a(57442),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},33988:(t,e,a)=>{"use strict";a.r(e);var o=a(88291),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},49782:(t,e,a)=>{"use strict";a.r(e);var o=a(20285),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},4552:(t,e,a)=>{"use strict";a.r(e);var o=a(80171),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},87362:(t,e,a)=>{"use strict";a.r(e);var o=a(47545),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},29653:(t,e,a)=>{"use strict";a.r(e);var o=a(60640),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},73143:(t,e,a)=>{"use strict";a.r(e);var o=a(54968),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},15476:(t,e,a)=>{"use strict";a.r(e);var o=a(26177),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},35343:(t,e,a)=>{"use strict";a.r(e);var o=a(22224),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},8953:(t,e,a)=>{"use strict";a.r(e);var o=a(25012),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},2133:(t,e,a)=>{"use strict";a.r(e);var o=a(64954),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},9339:(t,e,a)=>{"use strict";a.r(e);var o=a(83560),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},97569:(t,e,a)=>{"use strict";a.r(e);var o=a(38892),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},40710:(t,e,a)=>{"use strict";a.r(e);var o=a(52809),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},19748:(t,e,a)=>{"use strict";a.r(e);var o=a(2011),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},97741:(t,e,a)=>{"use strict";a.r(e);var o=a(11568),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},89014:(t,e,a)=>{"use strict";a.r(e);var o=a(17859),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},8751:(t,e,a)=>{"use strict";a.r(e);var o=a(30832),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},80580:(t,e,a)=>{"use strict";a.r(e);var o=a(48511),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},84667:(t,e,a)=>{"use strict";a.r(e);var o=a(92300),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},53056:(t,e,a)=>{"use strict";a.r(e);var o=a(54479),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},17702:(t,e,a)=>{"use strict";a.r(e);var o=a(75891),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},59037:(t,e,a)=>{"use strict";a.r(e);var o=a(25836),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},76407:(t,e,a)=>{"use strict";a.r(e);var o=a(5328),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},82368:(t,e,a)=>{"use strict";a.r(e);var o=a(48375),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},97299:(t,e,a)=>{"use strict";a.r(e);var o=a(70560),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},79510:(t,e,a)=>{"use strict";a.r(e);var o=a(69565),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},80223:(t,e,a)=>{"use strict";a.r(e);var o=a(27890),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},10542:(t,e,a)=>{"use strict";a.r(e);var o=a(16387),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},63476:(t,e,a)=>{"use strict";a.r(e);var o=a(18389),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},37086:(t,e,a)=>{"use strict";a.r(e);var o=a(28691),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},84585:(t,e,a)=>{"use strict";a.r(e);var o=a(84094),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},99521:(t,e,a)=>{"use strict";a.r(e);var o=a(12024),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},17962:(t,e,a)=>{"use strict";a.r(e);var o=a(75593),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},85087:(t,e,a)=>{"use strict";a.r(e);var o=a(6426),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},86774:(t,e,a)=>{"use strict";a.r(e);var o=a(81739),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},87198:(t,e,a)=>{"use strict";a.r(e);var o=a(25051),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},29375:(t,e,a)=>{"use strict";a.r(e);var o=a(45322),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},8044:(t,e,a)=>{"use strict";a.r(e);var o=a(28995),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},53681:(t,e,a)=>{"use strict";a.r(e);var o=a(55722),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},11415:(t,e,a)=>{"use strict";a.r(e);var o=a(47754),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},85650:(t,e,a)=>{"use strict";a.r(e);var o=a(34681),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},75475:(t,e,a)=>{"use strict";a.r(e);var o=a(33844),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},48801:(t,e,a)=>{"use strict";a.r(e);var o=a(47016),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},42315:(t,e,a)=>{"use strict";a.r(e);var o=a(48742),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},70245:(t,e,a)=>{"use strict";a.r(e);var o=a(68388),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},58537:(t,e,a)=>{"use strict";a.r(e);var o=a(18410),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},31812:(t,e,a)=>{"use strict";a.r(e);var o=a(71255),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},95018:(t,e,a)=>{"use strict";a.r(e);var o=a(97635),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},29203:(t,e,a)=>{"use strict";a.r(e);var o=a(61276),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},45576:(t,e,a)=>{"use strict";a.r(e);var o=a(37063),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},87359:(t,e,a)=>{"use strict";a.r(e);var o=a(59240),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},58618:(t,e,a)=>{"use strict";a.r(e);var o=a(32327),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},92664:(t,e,a)=>{"use strict";a.r(e);var o=a(34969),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},94378:(t,e,a)=>{"use strict";a.r(e);var o=a(80403),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},89480:(t,e,a)=>{"use strict";a.r(e);var o=a(17601),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},94594:(t,e,a)=>{"use strict";a.r(e);var o=a(92509),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},24107:(t,e,a)=>{"use strict";a.r(e);var o=a(2298),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},4114:(t,e,a)=>{"use strict";a.r(e);var o=a(83441),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},61620:(t,e,a)=>{"use strict";a.r(e);var o=a(21969),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},29030:(t,e,a)=>{"use strict";a.r(e);var o=a(54077),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},32196:(t,e,a)=>{"use strict";a.r(e);var o=a(87495),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},24870:(t,e,a)=>{"use strict";a.r(e);var o=a(25147),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},53257:(t,e,a)=>{"use strict";a.r(e);var o=a(69590),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},12012:(t,e,a)=>{"use strict";a.r(e);var o=a(48509),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},3625:(t,e,a)=>{"use strict";a.r(e);var o=a(33864),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},73591:(t,e,a)=>{"use strict";a.r(e);var o=a(61492),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},21319:(t,e,a)=>{"use strict";a.r(e);var o=a(32524),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},64012:(t,e,a)=>{"use strict";a.r(e);var o=a(4709),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},58781:(t,e,a)=>{"use strict";a.r(e);var o=a(96246),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},15942:(t,e,a)=>{"use strict";a.r(e);var o=a(15555),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},47163:(t,e,a)=>{"use strict";a.r(e);var o=a(64870),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},3193:(t,e,a)=>{"use strict";a.r(e);var o=a(4088),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},43248:(t,e,a)=>{"use strict";a.r(e);var o=a(54675),s={};for(const t in o)"default"!==t&&(s[t]=()=>o[t]);a.d(e,s)},60224:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"تَعليق","commented":"علَّقتَ عليه","comments":"تَعليقات","like":"إعجاب","liked":"أُعجِبتَ بِه","likes":"إعْجابات","share":"مُشارَكَة","shared":"تمَّ مُشارَكَتُه","shares":"مُشارَكَات","unshare":"إلغاء المُشارَكَة","bookmark":"ضَع عَلامَةً مَرجِعِيَّة","cancel":"إلغاء","copyLink":"نَسخ الرابِط","delete":"حَذف","error":"خطأ","errorMsg":"حَدَثَ خطأٌ ما. يُرجى المُحاولةُ مرةً أُخرى لاحِقًا.","oops":"المَعذِرَة!","other":"اُخرى","readMore":"قراءةُ المزيد","success":"نَجاح","proceed":"تابِع","next":"التَّالي","close":"إغْلَاق","clickHere":"اِضْغَط هُنَا","sensitive":"حسَّاس","sensitiveContent":"مُحتَوًى حسَّاس","sensitiveContentWarning":"قد يحتوي هذا المَنشور على مُحتوًى حسَّاس"},"site":{"terms":"شُروطُ الاِستِخدام","privacy":"سِياسَةُ الخُصوصيَّة"},"navmenu":{"search":"البَحث","admin":"لوحَةُ تَحكُّمِ المُشرِف","homeFeed":"التَّغذيَة الرئيسَة","localFeed":"التَّغذيَة المحليَّة","globalFeed":"التَّغذيَة الشّامِلة","discover":"الاِستِكشاف","directMessages":"الرسائِلُ المُباشِرَة","notifications":"الإشعارات","groups":"المَجمُوعات","stories":"القَصَص","profile":"المِلف التَّعريفيّ","drive":"وِحدَةُ التَّخزين","settings":"الإعدَادَات","compose":"إنشاءُ جَديد","logout":"تَسجيلُ الخُرُوج","about":"حَول","help":"المُساعَدَة","language":"اللُّغَة","privacy":"الخُصُوصِيَّة","terms":"الشُّرُوط","backToPreviousDesign":"العودة إلى التصميم السابق"},"directMessages":{"inbox":"صَندوقُ الوارِد","sent":"أُرسِلَت","requests":"الطَّلَبات"},"notifications":{"liked":"أُعجِبَ بِمنشورٍ لَك","commented":"علَّقَ على مَنشورٍ لَك","reacted":"تَفاعَلَ مَعَك","shared":"شَارَكَ مَنشورٍ لَك","tagged":"أشارَ إليكَ فِي","updatedA":"حَدَّثَ","sentA":"أرسَلَ","followed":"تابَعَ","mentioned":"أشارَ إلى","you":"أنت","yourApplication":"طلبُكَ للانضِمام","applicationApproved":"تمَّت الموافقة عليه!","applicationRejected":"تمَّ رفضه. يُمكِنُكَ التقدُمُ بطلبٍ جديدٍ للانضمام بعد 6 شهور.","dm":"الرسائِل المُباشِرَة","groupPost":"مَنشور مَجموعَة","modlog":"سجلات المُشرِف","post":"مَنشور","story":"قَصَّة","noneFound":"لم يتم العثور على إشعارات"},"post":{"shareToFollowers":"المُشاركة مَعَ المُتابِعين","shareToOther":"المُشارَكَة مَعَ الآخرين","noLikes":"لا إعجابات حتَّى الآن","uploading":"الرَّفعُ جارٍ"},"profile":{"posts":"المَنشُورات","followers":"المُتابِعُون","following":"المُتابَعُون","admin":"مُشرِف","collections":"تَجميعات","follow":"مُتابَعَة","unfollow":"إلغاء المُتابَعَة","editProfile":"تحرير المِلَف التَّعريفي","followRequested":"طُلِبَت المُتابَعَة","joined":"انضَم","emptyCollections":"على ما يَبدوا، لا يُمكِنُنا العُثور على أي تَجميعات","emptyPosts":"على ما يَبدوا، لا يُمكِنُنا العُثور على أي مَنشور"},"menu":{"viewPost":"عَرض المَنشور","viewProfile":"عَرض المِلف التعريفي","moderationTools":"أدوات الإشراف","report":"إبلاغ","archive":"أرشَفَة","unarchive":"إلغاء الأرشَفَة","embed":"تضمين","selectOneOption":"حدِّد أحدَ الخياراتِ التالِيَة","unlistFromTimelines":"الاستثناء من قوائِم الخُطُوط الزمنيَّة","addCW":"إضافة تحذير مُحتوى","removeCW":"حذف تحذير المُحتوى","markAsSpammer":"تَعليم كَغير مَرغُوبٍ بِه","markAsSpammerText":"الاستثِناء مِنَ القوائِم + إضافة تحذير مُحتوى لِلمُشارَكَات الحاليَّة وَالمُستَقبَليَّة","spam":"غير مَرغوب بِه","sensitive":"مُحتَوًى حسَّاس","abusive":"مُسيءٌ أو ضار","underageAccount":"حِسابٌ دونَ السِّن","copyrightInfringement":"اِنتِهاكُ حُقُوق","impersonation":"اِنتِحالُ شَخصيَّة","scamOrFraud":"نَصبٌ أو اِحتِيال","confirmReport":"تأكيدُ البَلاغ","confirmReportText":"هل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي الإبلاغِ عَن هَذَا المَنشور؟","reportSent":"أُرسِلَ البَلاغ!","reportSentText":"لقد تلقينا بَلاغُكَ بِنجاح.","reportSentError":"طَرَأ خَلَلٌ أثناءُ الإبلاغِ عَن هذا المَنشور.","modAddCWConfirm":"هل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي إضافَةِ تَحذيرٍ للمُحتَوى عَلى هَذَا المَنشُور؟","modCWSuccess":"أُضيفَ تَحذيرُ المُحتَوى بِنَجاح","modRemoveCWConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي إزالَةِ تَحذيرِ المُحتَوى مِن عَلى هَذَا المَنشُور؟","modRemoveCWSuccess":"أُزيلَ تَحذيرُ المُحتَوى بِنَجاح","modUnlistConfirm":"هل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي اِستِثناءِ هَذَا المَنشُورِ مِنَ القائِمَة (جَعلَهُ غَيرُ مُدرَج)؟","modUnlistSuccess":"اُستُثنِيَ المَنشُورُ بِنَجاح","modMarkAsSpammerConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي تَعليمِ هذا المُستَخدِمِ كَناشِرٍ لِمَنشُوراتٍ غيرِ مَرغوبٍ فِيها؟ سوف يُلغى إدراجُ جَميعِ مَنشوراتِهِ الحاليَّةِ وَالمُستَقبَليَّةِ مِنَ الخُطُوطِ الزَمنيَّةِ وَسوف يُطبَّقُ تَحذيرُ المُحتَوَى عَليها.","modMarkAsSpammerSuccess":"عُلِّمَ المُستَخدِمُ كَناشِرٍ لِمَنشُوراتٍ غيرِ مَرغوبٍ فِيها بِنَجاح","toFollowers":"إلَى المُتَابِعين","showCaption":"عَرضُ التَعليقِ التَوضيحي","showLikes":"إظهارُ الإعجابات","compactMode":"الوَضع المَضغوط","embedConfirmText":"باِستِخدامِكَ لِهذا التَّضمين، أنتَ تُوافِقُ عَلَى","deletePostConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي حَذفِ هَذَا المَنشُور؟","archivePostConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي أرشَفَةِ هَذَا المَنشُور؟","unarchivePostConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي إلغاءِ أرشَفَةِ هَذَا المَنشُور؟"},"story":{"add":"إضافَةُ قَصَّة"},"timeline":{"peopleYouMayKnow":"أشخاصٌ قَد تَعرِفُهُم","onboarding":{"welcome":"مَرحَبًا","thisIsYourHomeFeed":"هَذِهِ هِيَ تَغذِيَتُكَ الرَّئِيسَة، هِيَ تَغذِيَةُ مُرَتَّبَةٌ زَمَنِيًّا، مُكَوَّنَة مِن مَنشوراتِ الحِسابَاتِ الَّتِي تُتبِعُهَا.","letUsHelpYouFind":"دَعنا نُساعِدُكَ فِي العُثُورِ عَلَى أشخاصٍ يُثيرُونَ اِهتِمَامَكَ لِمُتابَعَتِهِم","refreshFeed":"حَدِّث تَغذِيَتي"}},"hashtags":{"emptyFeed":"على ما يَبدوا، لا يُمكِنُنا العُثور على أي مَنشور يَحتَوي على هذا الوَسم"},"report":{"report":"إبلَاغ","selectReason":"حَدِّد سَبَبَاً","reported":"مُبْلَغٌ عَنه","sendingReport":"إرسَالُ التَّقريرِ جَارٍ","thanksMsg":"شُكرًا عَلَى الإبلَاغ، أُناسٌ مِن أمثالِكَ يُساعِدُونَ فِي الحِفاظِ عَلَى سَلامَةِ مُجتَمَعِنَا!","contactAdminMsg":"إذَا رَغِبتَ فِي التَّواصُلِ مَعَ مَسؤولٍ حَولَ هَذَا المَنشُورِ أو الإبلَاغ"}}')},89023:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Comenta","commented":"Comentat","comments":"Comentaris","like":"M\'agrada","liked":"M\'ha agradat","likes":"Agradaments","share":"Comparteix","shared":"S\'han compartit","shares":"S\'han compartit","unshare":"Deixa de compartir","bookmark":"Afegeix als marcadors","cancel":"Cancel·la","copyLink":"Copia l\'enllaç","delete":"Elimina","error":"Error","errorMsg":"Alguna cosa ha anat malament. Siusplau, intenta-ho més tard.","oops":"Vaja!","other":"Altres","readMore":"Més informació","success":"Completat amb èxit","proceed":"Continua","next":"Següent","close":"Tanca","clickHere":"fes clic aquí","sensitive":"Sensible","sensitiveContent":"Contingut sensible","sensitiveContentWarning":"Aquesta publicació pot incloure contingut sensible"},"site":{"terms":"Condicions d\'ús","privacy":"Política de privadesa"},"navmenu":{"search":"Cerca","admin":"Tauler d\'administració","homeFeed":"Línia de temps principal","localFeed":"Línia de temps local","globalFeed":"Línia de temps global","discover":"Descobrir","directMessages":"Missatges directes","notifications":"Notificacions","groups":"Grups","stories":"Històries","profile":"Perfil","drive":"Unitat","settings":"Configuració","compose":"Crea una nova","logout":"Tanca la sessió","about":"Quant a","help":"Ajuda","language":"Idioma","privacy":"Privacitat","terms":"Termes","backToPreviousDesign":"Torna al disseny anterior"},"directMessages":{"inbox":"Safata d\'entrada","sent":"Enviats","requests":"Sol·licituds"},"notifications":{"liked":"li agrada la teva","commented":"comentat el teu","reacted":"ha reaccionat al teu","shared":"ha compartit la teva","tagged":"t\'ha etiquetat en una","updatedA":"actualitzat a","sentA":"enviat a","followed":"t\'ha seguit","mentioned":"mencions","you":"a vós","yourApplication":"La teva sol·licitud per unir-te","applicationApproved":"està aprovat!","applicationRejected":"ha estat rebutjat. Pots tornar a sol·licitar unir-te en 6 mesos.","dm":"md","groupPost":"publicacions al grup","modlog":"modlog","post":"publicació","story":"història","noneFound":"No hi ha notificacions"},"post":{"shareToFollowers":"Comparteix amb qui et segueix","shareToOther":"Comparteix amb altri","noLikes":"Cap m\'agrada","uploading":"S\'està pujant"},"profile":{"posts":"Publicacions","followers":"Seguidors","following":"Seguint","admin":"Administrador","collections":"Col·leccions","follow":"Segueix","unfollow":"Deixa de seguir","editProfile":"Edita el perfil","followRequested":"Sol·licituds de seguiment","joined":"S\'ha unit","emptyCollections":"No s\'ha trobat cap col·lecció","emptyPosts":"No s\'ha trobat cap publicació"},"menu":{"viewPost":"Mostra la publicació","viewProfile":"Mostra el perfil","moderationTools":"Eines de moderació","report":"Denuncia","archive":"Arxiva","unarchive":"Desarxiva","embed":"Incrusta","selectOneOption":"Selecciona una de les següents opcions","unlistFromTimelines":"Desllista de les línies de temps","addCW":"Afegeix avís de contingut","removeCW":"Elimina l\'avís de contingut","markAsSpammer":"Marca com a brossa","markAsSpammerText":"Desllista + CW publicacions existents i futures","spam":"Contingut brossa","sensitive":"Contingut sensible","abusive":"Abusiu o nociu","underageAccount":"Compte de menors d\'edat","copyrightInfringement":"Infracció de drets dautor","impersonation":"Suplantació d\'identitat","scamOrFraud":"Estafa o frau","confirmReport":"Confirma la denúncia","confirmReportText":"Segur que voleu denunciar aquesta publicació?","reportSent":"S\'ha enviat la denúncia","reportSentText":"Hem rebut correctament la teva denúncia.","reportSentError":"Hi ha hagut un problema en denunciar aquesta publicació.","modAddCWConfirm":"Segur que voleu afegir un avís de contingut a aquesta publicació?","modCWSuccess":"S\'ha afegit l\'avís de contingut correctament","modRemoveCWConfirm":"Segur que voleu eliminar l\'avís de contingut d\'aquesta publicació?","modRemoveCWSuccess":"Avís de contingut esborrat correctament","modUnlistConfirm":"Esteu segur que voleu desllistar d\'aquesta publicació?","modUnlistSuccess":"Entrada desllistada amb èxit","modMarkAsSpammerConfirm":"Segur que voleu marcar aquest usuari com a brossa? Totes les publicacions existents i futures desapareixeran de les cronologies i s\'aplicarà un avís de contingut.","modMarkAsSpammerSuccess":"El compte s\'ha marcat correctament com a brossa","toFollowers":"els seguidors","showCaption":"Mostra la descripció","showLikes":"Mostra els m\'agrada","compactMode":"Mode compacte","embedConfirmText":"En utilitzar aquesta inserció, accepteu el nostre","deletePostConfirm":"Segur que voleu eliminar aquesta publicació?","archivePostConfirm":"Segur que vols arxivar aquesta publicació?","unarchivePostConfirm":"Segur que vols desarxivar aquesta publicació?"},"story":{"add":"Afegeix història"},"timeline":{"peopleYouMayKnow":"Gent que potser coneixeu","onboarding":{"welcome":"Us donem la benvinguda","thisIsYourHomeFeed":"Aquesta és la vostra línia de temps principal que mostra cronològicament les publicacions de comptes que seguiu.","letUsHelpYouFind":"Ens agradaria ajudar-vos a trobar gent interessant per seguir","refreshFeed":"Actualitza la meva línia de temps"}},"hashtags":{"emptyFeed":"No hi ha cap publicació per a aquesta etiqueta"},"report":{"report":"Denuncia","selectReason":"Tria una raó","reported":"Denunciat","sendingReport":"S\'està enviant la denúncia","thanksMsg":"Gràcies per la denúncia. Gent com vós fa que la nostra comunitat sigui segura!","contactAdminMsg":"Si voleu contactar amb un o una administradora sobre aquesta publicació o denúncia"}}')},89996:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Kommentar","commented":"Kommentiert","comments":"Kommentare","like":"Gefällt mir","liked":"Gefällt","likes":"Gefällt","share":"Teilen","shared":"Geteilt","shares":"Geteilt","unshare":"Teilen rückgängig machen","bookmark":"Lesezeichen","cancel":"Abbrechen","copyLink":"Link kopieren","delete":"Löschen","error":"Fehler","errorMsg":"Etwas ist schief gelaufen. Bitter versuch es später nochmal.","oops":"Hoppla!","other":"Anderes","readMore":"Weiterlesen","success":"Erfolg","proceed":"Fortfahren","next":"Weiter","close":"Schließen","clickHere":"hier klicken","sensitive":"Sensibel","sensitiveContent":"Sensibler Inhalt","sensitiveContentWarning":"Dieser Beitrag kann sensible Inhalte enthalten"},"site":{"terms":"Nutzungsbedingungen","privacy":"Datenschutzrichtlinien"},"navmenu":{"search":"Suche","admin":"Administrator-Dashboard","homeFeed":"Startseite","localFeed":"Lokaler Feed","globalFeed":"Globaler Feed","discover":"Entdecken","directMessages":"Direktnachrichten","notifications":"Benachrichtigungen","groups":"Gruppen","stories":"Stories","profile":"Profil","drive":"Festplatte","settings":"Einstellungen","compose":"Neu erstellen:","logout":"Ausloggen","about":"Über uns","help":"Hilfe","language":"Sprache","privacy":"Privatsphäre","terms":"AGB","backToPreviousDesign":"Zurück zum vorherigen Design"},"directMessages":{"inbox":"Posteingang","sent":"Gesendet","requests":"Anfragen"},"notifications":{"liked":"gefällt dein","commented":"kommentierte deinen","reacted":"reagierte auf dein","shared":"teilte deine","tagged":"markierte dich in einem","updatedA":"aktualisierte ein","sentA":"sendete ein","followed":"folgt","mentioned":"erwähnte","you":"dir","yourApplication":"Deine Bewerbung um beizutreten","applicationApproved":"wurde genehmigt!","applicationRejected":"wurde abgelehnt. Du kannst dich in 6 Monaten erneut für den Beitritt bewerben.","dm":"PN","groupPost":"Gruppen-Post","modlog":"modlog","post":"Beitrag","story":"Story","noneFound":"Keine Benachrichtigungen vorhanden"},"post":{"shareToFollowers":"Mit Folgenden teilen","shareToOther":"Mit anderen teilen","noLikes":"Gefällt bisher noch niemandem","uploading":"Lädt hoch"},"profile":{"posts":"Beiträge","followers":"Folgende","following":"Folgend","admin":"Admin","collections":"Sammlungen","follow":"Folgen","unfollow":"Entfolgen","editProfile":"Profil bearbeiten","followRequested":"Folgeanfragen","joined":"Beigetreten","emptyCollections":"Wir können keine Sammlungen finden","emptyPosts":"Wir können keine Beiträge finden"},"menu":{"viewPost":"Beitrag anzeigen","viewProfile":"Profil anzeigen","moderationTools":"Moderationswerkzeuge","report":"Melden","archive":"Archivieren","unarchive":"Entarchivieren","embed":"Einbetten","selectOneOption":"Wähle eine der folgenden Optionen","unlistFromTimelines":"Nicht in Timelines listen","addCW":"Inhaltswarnung hinzufügen","removeCW":"Inhaltswarnung entfernen","markAsSpammer":"Als Spammer markieren","markAsSpammerText":"Aus der Zeitleiste entfernen und bisherige und zukünftige Beiträge mit einer Inhaltswarnung versehen","spam":"Spam","sensitive":"Sensibler Inhalt","abusive":"missbräuchlich oder schädigend","underageAccount":"Minderjährigen-Konto","copyrightInfringement":"Urheberrechtsverletzung","impersonation":"Identitätsdiebstahl","scamOrFraud":"Betrug oder Missbrauch","confirmReport":"Meldung bestätigen","confirmReportText":"Bist du sicher, dass du diesen Beitrag melden möchtest?","reportSent":"Meldung gesendet!","reportSentText":"Wir haben deine Meldung erfolgreich erhalten.","reportSentError":"Es gab ein Problem beim Melden dieses Beitrags.","modAddCWConfirm":"Bist du sicher, dass du diesem Beitrag eine Inhaltswarnung hinzufügen möchtest?","modCWSuccess":"Inhaltswarnung erfolgreich hinzugefügt","modRemoveCWConfirm":"Bist du sicher, dass die Inhaltswarnung für diesen Beitrag entfernt werden soll?","modRemoveCWSuccess":"Inhaltswarnung erfolgreich entfernt","modUnlistConfirm":"Bist du sicher, dass du diesen Beitrag nicht listen möchtest?","modUnlistSuccess":"Beitrag aus Timelines entfernt","modMarkAsSpammerConfirm":"Bist du sicher, dass du diesen Benutzer als Spam markieren möchtest? Alle existierenden und zukünftigen Beiträge werden nicht mehr in der Zeitleiste angezeigt und mit einer Inhaltswarnung versehen.","modMarkAsSpammerSuccess":"Konto erfolgreich als Spammer markiert","toFollowers":"an die Folgenden","showCaption":"Bildunterschrift anzeigen","showLikes":"\\"Gefällt mir\\" anzeigen","compactMode":"Kompaktmodus","embedConfirmText":"Mit der Nutzung dieser Einbettung erklärst du dich mit unseren","deletePostConfirm":"Bist du sicher, dass du diesen Beitrag löschen möchtest?","archivePostConfirm":"Bist du sicher, dass du diesen Beitrag archivieren möchtest?","unarchivePostConfirm":"Möchten Sie dieses Element wirklich aus dem Archiv zurückholen?"},"story":{"add":"Story hinzufügen"},"timeline":{"peopleYouMayKnow":"Leute, die du vielleicht kennst","onboarding":{"welcome":"Herzlich Willkommen","thisIsYourHomeFeed":"Dies ist dein Heim-Feed, ein chronologischer Feed von Beiträgen aus den Konten, denen du folgst.","letUsHelpYouFind":"Lass uns dir helfen, einige interessante Leute zu finden, denen du folgen kannst","refreshFeed":"Feed aktualisieren"}},"hashtags":{"emptyFeed":"Wir können keine Beiträge mit diesem Hashtag finden"},"report":{"report":"Melden","selectReason":"Einen Grund auswählen","reported":"Gemeldet","sendingReport":"Meldung wird gesendet","thanksMsg":"Vielen Dank für die Meldung, Leute wie du helfen, unsere Community sicher zu halten!","contactAdminMsg":"Wenn du einen Administrator zu diesem Beitrag oder dieser Meldung kontaktieren möchtest"}}')},25098:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Σχόλιο","commented":"Σχολιασμένο","comments":"Σχόλια","like":"Μου αρέσει","liked":"Μου άρεσε","likes":"Αρέσει","share":"Κοινοποίηση","shared":"Κοινοποιήθηκε","shares":"Κοινοποιήσεις","unshare":"Αναίρεση κοινοποίησης","bookmark":"Σελιδοδείκτης","cancel":"Ακύρωση","copyLink":"Αντιγραφή Συνδέσμου","delete":"Διαγραφή","error":"Σφάλμα","errorMsg":"Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε αργότερα.","oops":"Ουπς!","other":"Άλλο","readMore":"Διαβάστε περισσότερα","success":"Επιτυχής","proceed":"Συνέχεια","next":"Επόμενο","close":"Κλείσιμο","clickHere":"κλικ εδώ","sensitive":"Ευαίσθητο","sensitiveContent":"Ευαίσθητο περιεχόμενο","sensitiveContentWarning":"Αυτή η δημοσίευση μπορεί να περιέχει ευαίσθητο περιεχόμενο"},"site":{"terms":"Όροι Χρήσης","privacy":"Πολιτική Απορρήτου"},"navmenu":{"search":"Αναζήτηση","admin":"Πίνακας εργαλείων διαχειριστή","homeFeed":"Αρχική ροή","localFeed":"Τοπική Ροή","globalFeed":"Καθολική Ροή","discover":"Ανακάλυψη","directMessages":"Προσωπικά Μηνύματα","notifications":"Ειδοποιήσεις","groups":"Ομάδες","stories":"Ιστορίες","profile":"Προφίλ","drive":"Χώρος αποθήκευσης","settings":"Ρυθμίσεις","compose":"Δημιουργία νέου","logout":"Αποσύνδεση","about":"Σχετικά με","help":"Βοήθεια","language":"Γλώσσα","privacy":"Ιδιωτικότητα","terms":"Όροι","backToPreviousDesign":"Πηγαίνετε πίσω στο προηγούμενο σχεδιασμό"},"directMessages":{"inbox":"Εισερχόμενα","sent":"Απεσταλμένο","requests":"Αιτήματα"},"notifications":{"liked":"του άρεσε","commented":"σχολίασε στο","reacted":"αντέδρασε στο","shared":"κοινοποίησε το","tagged":"σας πρόσθεσε με ετικέτα σε","updatedA":"ενημέρωσε ένα","sentA":"έστειλε ένα","followed":"ακολούθησε","mentioned":"αναφέρθηκε","you":"εσύ","yourApplication":"Η αίτησή σας για συμμετοχή","applicationApproved":"εγκρίθηκε!","applicationRejected":"απορρίφθηκε. Μπορείτε να κάνετε εκ νέου αίτηση για να συμμετάσχετε σε 6 μήνες.","dm":"πμ","groupPost":"ομαδική δημοσίευση","modlog":"modlog","post":"δημοσίευση","story":"ιστορία","noneFound":"Δε βρέθηκαν ειδοποιήσεις"},"post":{"shareToFollowers":"Μοιραστείτε με τους ακόλουθους","shareToOther":"Κοινή χρήση σε άλλο","noLikes":"Δεν υπάρχουν likes ακόμα","uploading":"Γίνεται μεταφόρτωση"},"profile":{"posts":"Δημοσιεύσεις","followers":"Ακόλουθοι","following":"Ακολουθεί","admin":"Διαχειριστής","collections":"Συλλογές","follow":"Ακολούθησε","unfollow":"Άρση ακολούθησης","editProfile":"Επεξεργασία Προφίλ","followRequested":"Ακολουθήστε Το Αίτημα","joined":"Έγινε μέλος","emptyCollections":"Δεν μπορούμε να βρούμε συλλογές","emptyPosts":"Δεν μπορούμε να βρούμε δημοσιεύσεις"},"menu":{"viewPost":"Προβολη Δημοσίευσης","viewProfile":"Προβολή Προφίλ","moderationTools":"Εργαλεία Συντονισμού","report":"Αναφορά","archive":"Αρχειοθέτηση","unarchive":"Αναίρεση αρχειοθέτησης","embed":"Ενσωμάτωση","selectOneOption":"Επιλέξτε μία από τις ακόλουθες επιλογές","unlistFromTimelines":"Κατάργηση από Χρονοδιαγράμματα","addCW":"Προσθήκη Προειδοποίησης Περιεχομένου","removeCW":"Αφαίρεση Προειδοποίησης Περιεχομένου","markAsSpammer":"Σήμανση ως Spammer","markAsSpammerText":"Κατάργηση από λίστα + ΠΠ σε υπάρχουσες και μελλοντικές δημοσιεύσεις","spam":"Ανεπιθύμητα","sensitive":"Ευαίσθητο περιεχόμενο","abusive":"Καταχρηστικό ή επιβλαβές","underageAccount":"Λογαριασμός ανηλίκου","copyrightInfringement":"Παραβίαση πνευματικών δικαιωμάτων","impersonation":"Απομίμηση","scamOrFraud":"Ανεπιθύμητο ή απάτη","confirmReport":"Επιβεβαίωση Αναφοράς","confirmReportText":"Σίγουρα θέλετε να αναφέρετε αυτή την ανάρτηση;","reportSent":"Η Αναφορά Στάλθηκε!","reportSentText":"Έχουμε λάβει με επιτυχία την αναφορά σας.","reportSentError":"Παρουσιάστηκε ένα πρόβλημα κατά την αναφορά της ανάρτησης.","modAddCWConfirm":"Σίγουρα θέλετε να προσθέσετε μια προειδοποίηση περιεχομένου σε αυτή την ανάρτηση;","modCWSuccess":"Επιτυχής προσθήκη προειδοποίησης περιεχομένου","modRemoveCWConfirm":"Σίγουρα θέλετε να αφαιρέσετε την προειδοποίηση περιεχομένου σε αυτή την ανάρτηση;","modRemoveCWSuccess":"Επιτυχής αφαίρεση προειδοποίησης περιεχομένου","modUnlistConfirm":"Σίγουρα θέλετε να αφαιρέσετε από τη λίστα αυτή την ανάρτηση;","modUnlistSuccess":"Επιτυχής κατάργηση δημοσίευσης από λίστα","modMarkAsSpammerConfirm":"Είστε βέβαιοι ότι θέλετε να επισημάνετε αυτόν τον χρήστη ως spammer? Όλες οι υπάρχουσες και μελλοντικές δημοσιεύσεις δεν θα καταχωρούνται στα χρονοδιαγράμματα και θα εφαρμόζεται προειδοποίηση περιεχομένου.","modMarkAsSpammerSuccess":"Επιτυχής σήμανση λογαριασμού ως spammer","toFollowers":"στους Ακόλουθους","showCaption":"Εμφάνιση Λεζάντας","showLikes":"Εμφάνιση \\"μου αρέσει\\"","compactMode":"Συμπαγής Λειτουργία","embedConfirmText":"Χρησιμοποιώντας αυτή την ενσωμάτωση, συμφωνείτε με","deletePostConfirm":"Σίγουρα θέλετε να διαγράψετε αυτήν την ανάρτηση;","archivePostConfirm":"Σίγουρα θέλετε να αρχειοθετήσετε αυτή την ανάρτηση;","unarchivePostConfirm":"Είστε βέβαιοι ότι θέλετε να αφαιρέσετε αυτήν την ανάρτηση απο την αρχειοθήκη;"},"story":{"add":"Προσθήκη Ιστορίας"},"timeline":{"peopleYouMayKnow":"Άτομα που μπορεί να ξέρετε","onboarding":{"welcome":"Καλώς ήρθατε","thisIsYourHomeFeed":"Αυτή είναι η αρχική σου ροή, μια χρονολογική ροή των δημοσιεύσεων από λογαριασμούς που ακολουθείτε.","letUsHelpYouFind":"Ας σας βοηθήσουμε να βρείτε μερικούς ενδιαφέροντες ανθρώπους να ακολουθήσετε","refreshFeed":"Ανανέωση της ροής μου"}},"hashtags":{"emptyFeed":"Δεν μπορούμε να βρούμε δημοσιεύσεις για αυτό το hashtag"},"report":{"report":"Αναφορά","selectReason":"Επιλέξτε μια αιτία","reported":"Αναφέρθηκε","sendingReport":"Αποστολή αναφοράς","thanksMsg":"Ευχαριστούμε για την αναφορά, άνθρωποι σαν κι εσάς βοηθούν να κρατήσετε την κοινότητά μας ασφαλής!","contactAdminMsg":"Αν θέλετε να επικοινωνήσετε με το διαχειριστή για αυτή τη δημοσίευση ή αναφορά"}}')},57048:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Comment","commented":"Commented","comments":"Comments","like":"Like","liked":"Liked","likes":"Likes","share":"Share","shared":"Shared","shares":"Shares","unshare":"Unshare","bookmark":"Bookmark","cancel":"Cancel","copyLink":"Copy Link","delete":"Delete","error":"Error","errorMsg":"Something went wrong. Please try again later.","oops":"Oops!","other":"Other","readMore":"Read more","success":"Success","proceed":"Proceed","next":"Next","close":"Close","clickHere":"click here","sensitive":"Sensitive","sensitiveContent":"Sensitive Content","sensitiveContentWarning":"This post may contain sensitive content"},"site":{"terms":"Terms of Use","privacy":"Privacy Policy"},"navmenu":{"search":"Search","admin":"Admin Dashboard","homeFeed":"Home Feed","localFeed":"Local Feed","globalFeed":"Global Feed","discover":"Discover","directMessages":"Direct Messages","notifications":"Notifications","groups":"Groups","stories":"Stories","profile":"Profile","drive":"Drive","settings":"Settings","compose":"Create New","logout":"Logout","about":"About","help":"Help","language":"Language","privacy":"Privacy","terms":"Terms","backToPreviousDesign":"Go back to previous design"},"directMessages":{"inbox":"Inbox","sent":"Sent","requests":"Requests"},"notifications":{"liked":"liked your","commented":"commented on your","reacted":"reacted to your","shared":"shared your","tagged":"tagged you in a","updatedA":"updated a","sentA":"sent a","followed":"followed","mentioned":"mentioned","you":"you","yourApplication":"Your application to join","applicationApproved":"was approved!","applicationRejected":"was rejected. You can re-apply to join in 6 months.","dm":"dm","groupPost":"group post","modlog":"modlog","post":"post","story":"story","noneFound":"No notifications found"},"post":{"shareToFollowers":"Share to followers","shareToOther":"Share to other","noLikes":"No likes yet","uploading":"Uploading"},"profile":{"posts":"Posts","followers":"Followers","following":"Following","admin":"Admin","collections":"Collections","follow":"Follow","unfollow":"Unfollow","editProfile":"Edit Profile","followRequested":"Follow Requested","joined":"Joined","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"View Post","viewProfile":"View Profile","moderationTools":"Moderation Tools","report":"Report","archive":"Archive","unarchive":"Unarchive","embed":"Embed","selectOneOption":"Select one of the following options","unlistFromTimelines":"Unlist from Timelines","addCW":"Add Content Warning","removeCW":"Remove Content Warning","markAsSpammer":"Mark as Spammer","markAsSpammerText":"Unlist + CW existing and future posts","spam":"Spam","sensitive":"Sensitive Content","abusive":"Abusive or Harmful","underageAccount":"Underage Account","copyrightInfringement":"Copyright Infringement","impersonation":"Impersonation","scamOrFraud":"Scam or Fraud","confirmReport":"Confirm Report","confirmReportText":"Are you sure you want to report this post?","reportSent":"Report Sent!","reportSentText":"We have successfully received your report.","reportSentError":"There was an issue reporting this post.","modAddCWConfirm":"Are you sure you want to add a content warning to this post?","modCWSuccess":"Successfully added content warning","modRemoveCWConfirm":"Are you sure you want to remove the content warning on this post?","modRemoveCWSuccess":"Successfully removed content warning","modUnlistConfirm":"Are you sure you want to unlist this post?","modUnlistSuccess":"Successfully unlisted post","modMarkAsSpammerConfirm":"Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.","modMarkAsSpammerSuccess":"Successfully marked account as spammer","toFollowers":"to Followers","showCaption":"Show Caption","showLikes":"Show Likes","compactMode":"Compact Mode","embedConfirmText":"By using this embed, you agree to our","deletePostConfirm":"Are you sure you want to delete this post?","archivePostConfirm":"Are you sure you want to archive this post?","unarchivePostConfirm":"Are you sure you want to unarchive this post?"},"story":{"add":"Add Story"},"timeline":{"peopleYouMayKnow":"People you may know","onboarding":{"welcome":"Welcome","thisIsYourHomeFeed":"This is your home feed, a chronological feed of posts from accounts you follow.","letUsHelpYouFind":"Let us help you find some interesting people to follow","refreshFeed":"Refresh my feed"}},"hashtags":{"emptyFeed":"We can\'t seem to find any posts for this hashtag"},"report":{"report":"Report","selectReason":"Select a reason","reported":"Reported","sendingReport":"Sending report","thanksMsg":"Thanks for the report, people like you help keep our community safe!","contactAdminMsg":"If you\'d like to contact an administrator about this post or report"}}')},31583:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Comentar","commented":"Comentado","comments":"Comentarios","like":"Me gusta","liked":"Te gusta","likes":"Me gusta","share":"Compartir","shared":"Compartido","shares":"Compartidos","unshare":"No compartir","bookmark":"Marcador","cancel":"Cancelar","copyLink":"Copiar Enlace","delete":"Eliminar","error":"Error","errorMsg":"Algo salió mal. Por favor inténtalo de nuevo más tarde.","oops":"Upss!","other":"Otros","readMore":"Ver más","success":"Correcto","proceed":"Proceder","next":"Siguiente","close":"Cerrar","clickHere":"haz click aquí","sensitive":"Sensible","sensitiveContent":"Contenido Sensible","sensitiveContentWarning":"Esta publicación podría contener contenido sensible"},"site":{"terms":"Términos de Uso","privacy":"Política de Privacidad"},"navmenu":{"search":"Buscar","admin":"Panel de Administrador","homeFeed":"Feed Principal","localFeed":"Feed Local","globalFeed":"Feed Global","discover":"Descubre","directMessages":"Mensajes Directos","notifications":"Notificaciones","groups":"Grupos","stories":"Historias","profile":"Perfil","drive":"Multimedia","settings":"Ajustes","compose":"Crear Nuevo","logout":"Cerrar sesión","about":"Acerca de","help":"Ayuda","language":"Idioma","privacy":"Privacidad","terms":"Términos","backToPreviousDesign":"Volver al diseño anterior"},"directMessages":{"inbox":"Entrada","sent":"Enviado","requests":"Solicitudes"},"notifications":{"liked":"le gustó tu","commented":"comentó en tu","reacted":"reaccionó a tu","shared":"ha compartido tu","tagged":"te ha etiquetado en","updatedA":"actualizó una","sentA":"envió un","followed":"te siguió","mentioned":"te mencionó","you":"tú","yourApplication":"Tu solicitud para unirse","applicationApproved":"ha sido aprobada!","applicationRejected":"ha sido rechazada. Puedes volver a solicitar unirte en 6 meses.","dm":"md","groupPost":"publicación de grupo","modlog":"modlog","post":"publicación","story":"historia","noneFound":"No se han encontrado notificaciones"},"post":{"shareToFollowers":"Compartir a seguidores","shareToOther":"Compartir a otros","noLikes":"No hay me gustas","uploading":"Subiendo"},"profile":{"posts":"Publicaciones","followers":"Seguidores","following":"Siguiendo","admin":"Administrador","collections":"Colecciones","follow":"Seguir","unfollow":"Dejar de seguir","editProfile":"Editar Perfil","followRequested":"Seguimiento Solicitado","joined":"Se unió","emptyCollections":"Parece que no podemos encontrar ninguna colección","emptyPosts":"Parece que no podemos encontrar ningún post"},"menu":{"viewPost":"Ver Publicación","viewProfile":"Ver Perfil","moderationTools":"Herramientas de Moderación","report":"Reportar","archive":"Archivar","unarchive":"No Archivar","embed":"Incrustar","selectOneOption":"Escoge una de las siguientes opciones","unlistFromTimelines":"No listar en Líneas Temporales","addCW":"Añadir Spoiler","removeCW":"Quitar Spoiler","markAsSpammer":"Marcar como Spammer","markAsSpammerText":"No listar + Spoiler publicaciones actuales y futuras","spam":"Spam","sensitive":"Contenido Sensible","abusive":"Abusivo o Dañino","underageAccount":"Cuenta de Menor de Edad","copyrightInfringement":"Infracción de derechos de autor","impersonation":"Suplantación de identidad","scamOrFraud":"Scam o Fraude","confirmReport":"Confirmar Reporte","confirmReportText":"¿Seguro que quieres reportar esta publicación?","reportSent":"¡Reporte enviado!","reportSentText":"Hemos recibido tu reporte de forma satisfactoria.","reportSentError":"Hubo un problema reportando esta publicación.","modAddCWConfirm":"¿Seguro que desea añadir un spoiler a esta publicación?","modCWSuccess":"Spoiler añadido correctamente","modRemoveCWConfirm":"¿Seguro que desea eliminar el spoiler de esta publicación?","modRemoveCWSuccess":"Spoiler eliminado correctamente","modUnlistConfirm":"¿Seguro que desea no listar esta publicación?","modUnlistSuccess":"Publicación no listada correctamente","modMarkAsSpammerConfirm":"¿Seguro que quiere marcar este usuario como spammer? Todas las publicaciones existentes y futuras no serán listadas en las líneas temporales y se les agregará un Spoiler o alerta de contenido.","modMarkAsSpammerSuccess":"Cuenta marcada como spam correctamente","toFollowers":"a Seguidores","showCaption":"Mostrar subtítulos","showLikes":"Mostrar me gustas","compactMode":"Modo Compacto","embedConfirmText":"Usando este incrustado, usted acepta","deletePostConfirm":"¿Seguro que deseas eliminar esta publicación?","archivePostConfirm":"¿Seguro que deseas archivar esta publicación?","unarchivePostConfirm":"¿Seguro que desea desarchivar esta publicación?"},"story":{"add":"Añadir Historia"},"timeline":{"peopleYouMayKnow":"Personas que quizás conozcas","onboarding":{"welcome":"Bienvenido/a","thisIsYourHomeFeed":"Este es tu cronología principal, que muestra de manera cronológica las publicaciones de cuentas que sigues.","letUsHelpYouFind":"Déjanos ayudarte a encontrar algunas personas interesantes para seguir","refreshFeed":"Actualizar mi cronología"}},"hashtags":{"emptyFeed":"Parece que no podemos encontrar posts para este hashtag"},"report":{"report":"Reportar","selectReason":"Seleccionar un motivo","reported":"Reportado","sendingReport":"Enviando reporte","thanksMsg":"Gracias por el reporte, ¡personas como tú ayudan a mantener nuestra comunidad segura!","contactAdminMsg":"Si quieres contactar un administrador sobre esta publicación o reporte"}}')},48973:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Iruzkindu","commented":"Iruzkinduta","comments":"Iruzkinak","like":"Datsegit","liked":"Datsegit","likes":"Atsegite","share":"Partekatu","shared":"Partekatuta","shares":"Partekatze","unshare":"Utzi partekatzeari","bookmark":"Laster-marka","cancel":"Utzi","copyLink":"Kopiatu esteka","delete":"Ezabatu","error":"Errorea","errorMsg":"Zerbait oker joan da. Saiatu berriro beranduago.","oops":"Ene!","other":"Bestelakoa","readMore":"Irakurri gehiago","success":"Arrakastaz burutu da","proceed":"Jarraitu","next":"Hurrengoa","close":"Itxi","clickHere":"klikatu hemen","sensitive":"Hunkigarria","sensitiveContent":"Eduki hunkigarria","sensitiveContentWarning":"Bidalketa honek eduki hunkigarria izan dezake"},"site":{"terms":"Erabilera-baldintzak","privacy":"Pribatutasun politika"},"navmenu":{"search":"Bilatu","admin":"Adminaren panela","homeFeed":"Hasierako jarioa","localFeed":"Jario lokala","globalFeed":"Jario globala","discover":"Aurkitu","directMessages":"Mezu zuzenak","notifications":"Jakinarazpenak","groups":"Taldeak","stories":"Istorioak","profile":"Profila","drive":"Unitatea","settings":"Ezarpenak","compose":"Sortu berria","logout":"Itxi saioa","about":"Honi buruz","help":"Laguntza","language":"Hizkuntza","privacy":"Pribatutasuna","terms":"Baldintzak","backToPreviousDesign":"Itzuli aurreko diseinura"},"directMessages":{"inbox":"Sarrera ontzia","sent":"Bidalita","requests":"Eskaerak"},"notifications":{"liked":"datsegi zure","commented":"-(e)k iruzkindu du zure","reacted":"-(e)k erantzun egin du zure","shared":"partekatu du zure","tagged":"etiketatu zaitu hemen:","updatedA":"-(e)k eguneratu egin du","sentA":"-(e)k bidali egin du","followed":"honi jarraitzen hasi da:","mentioned":"-(e)k aipatu zaitu","you":"zu","yourApplication":"Elkartzeko zure eskaera","applicationApproved":"onartu da!","applicationRejected":"ez da onartu. Berriz eska dezakezu 6 hilabete barru.","dm":"mezu zuzena","groupPost":"talde argitarapena","modlog":"modloga","post":"bidalketa","story":"istorioa","noneFound":"Ez da jakinarazpenik aurkitu"},"post":{"shareToFollowers":"Partekatu jarraitzaileei","shareToOther":"Partekatu besteekin","noLikes":"Atsegiterik ez oraindik","uploading":"Igotzen"},"profile":{"posts":"Bidalketak","followers":"Jarraitzaileak","following":"Jarraitzen","admin":"Admin","collections":"Bildumak","follow":"Jarraitu","unfollow":"Utzi jarraitzeari","editProfile":"Editatu profila","followRequested":"Jarraitzeko eskaera bidalita","joined":"Elkartu da","emptyCollections":"Ez dugu topatu bildumarik","emptyPosts":"Ez dugu topatu bidalketarik"},"menu":{"viewPost":"Ikusi bidalketa","viewProfile":"Ikusi profila","moderationTools":"Moderazio tresnak","report":"Salatu","archive":"Artxibatu","unarchive":"Desartxibatu","embed":"Kapsulatu","selectOneOption":"Hautatu aukera hauetako bat","unlistFromTimelines":"Denbora-lerroetatik kendu","addCW":"Gehitu edukiaren abisua","removeCW":"Kendu edukiaren abisua","markAsSpammer":"Markatu zabor-bidaltzaile gisa","markAsSpammerText":"Ezkutatu + edukiaren abisua jarri etorkizuneko bidalketei","spam":"Zaborra","sensitive":"Eduki hunkigarria","abusive":"Iraingarri edo mingarria","underageAccount":"Adin txikiko baten kontua","copyrightInfringement":"Copyrightaren urraketa","impersonation":"Inpersonazioa","scamOrFraud":"Iruzur edo maula","confirmReport":"Berretsi salaketa","confirmReportText":"Ziur al zaude bidalketa hau salatu nahi duzula?","reportSent":"Salaketa bidali da","reportSentText":"Zure salaketa ondo jaso dugu.","reportSentError":"Arazo bat egon da bidalketa hau salatzerakoan.","modAddCWConfirm":"Ziur al zaude edukiaren abisua jarri nahi duzula bidalketa honetan?","modCWSuccess":"Edukiaren abisua ondo gehitu da","modRemoveCWConfirm":"Ziur al zaude edukiaren abisua kendu nahi duzula bidalketa honetarako?","modRemoveCWSuccess":"Edukiaren abisua ondo kendu da","modUnlistConfirm":"Ziur al zaude bidalketa hau ezkutatu nahi duzula?","modUnlistSuccess":"Bidalketa ondo ezkutatu da","modMarkAsSpammerConfirm":"Ziur al zaude erabiltzaile hau zabor-bidaltzaile bezala markatu nahi duzula? Dagoeneko bidali dituen eta etorkizunean bidaliko dituen bidalketak denbora-lerroetatik ezkutatuko dira eta edukiaren abisua ezarriko zaie.","modMarkAsSpammerSuccess":"Kontua zabor-bidaltzaile gisa ondo markatu da","toFollowers":"jarraitzaileei","showCaption":"Irudiaren azalpena erakutsi","showLikes":"Erakutsi atsegiteak","compactMode":"Modu trinkoa","embedConfirmText":"Txertaketa hau erabiliz, onartzen dituzu gure","deletePostConfirm":"Ziur al zaude bidalketa hau ezabatu nahi duzula?","archivePostConfirm":"Ziur al zaude bidalketa hau artxibatu nahi duzula?","unarchivePostConfirm":"Ziur bidalketa hau desartxibatu nahi duzula?"},"story":{"add":"Gehitu istorioa"},"timeline":{"peopleYouMayKnow":"Ezagun dezakezun jendea","onboarding":{"welcome":"Ongi etorri","thisIsYourHomeFeed":"Hau da zure hasierako jarioa, jarraitzen dituzun kontuen bidalketen jario kronologikoa.","letUsHelpYouFind":"Utz iezaguzu laguntzen jarraitzeko moduko jende interesgarria bilatzen","refreshFeed":"Nire jarioa eguneratu"}},"hashtags":{"emptyFeed":"Ez dugu topatu traola hau duen bidalketarik"},"report":{"report":"Salatu","selectReason":"Hautatu arrazoia","reported":"Salatuta","sendingReport":"Salaketa bidaltzen","thanksMsg":"Eskerrik asko salaketagatik, zu bezalako jendeak gure komunitatea seguruagoa mantentzen du!","contactAdminMsg":"Administratzaile batekin harremanetan jarri nahi baduzu bidalketa edo salaketa honen harira"}}')},15883:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Commenter","commented":"Commenté","comments":"Commentaires","like":"J\'aime","liked":"Aimé","likes":"J\'aime","share":"Partager","shared":"Partagé","shares":"Partages","unshare":"Ne plus partager","bookmark":"Marque-page","cancel":"Annuler","copyLink":"Copier le lien","delete":"Supprimer","error":"Erreur","errorMsg":"Une erreur est survenue. Veuillez réessayer plus tard.","oops":"Oups !","other":"Autre","readMore":"En savoir plus","success":"Succès","proceed":"Continuer","next":"Suivant","close":"Fermer","clickHere":"cliquez ici","sensitive":"Sensible","sensitiveContent":"Contenu sensible","sensitiveContentWarning":"Le contenu de cette publication peut être sensible"},"site":{"terms":"Conditions d\'utilisation","privacy":"Politique de confidentialité"},"navmenu":{"search":"Chercher","admin":"Tableau de bord d\'administration","homeFeed":"Flux principal","localFeed":"Flux local","globalFeed":"Flux global","discover":"Découvrir","directMessages":"Messages Privés","notifications":"Notifications","groups":"Groupes","stories":"Stories","profile":"Profil","drive":"Médiathèque","settings":"Paramètres","compose":"Publier","logout":"Déconnexion","about":"À propos","help":"Aide","language":"Langue","privacy":"Confidentialité","terms":"Conditions","backToPreviousDesign":"Revenir au design précédent"},"directMessages":{"inbox":"Boîte de réception","sent":"Boîte d\'envois","requests":"Demandes"},"notifications":{"liked":"a aimé votre","commented":"a commenté votre","reacted":"a réagi à votre","shared":"a partagé votre","tagged":"vous a tagué·e dans un","updatedA":"mis à jour un·e","sentA":"a envoyé un·e","followed":"s\'est abonné·e à","mentioned":"a mentionné","you":"vous","yourApplication":"Votre candidature à rejoindre","applicationApproved":"a été approuvée !","applicationRejected":"a été rejetée. Vous pouvez refaire une demande dans 6 mois.","dm":"mp","groupPost":"publication de groupe","modlog":"journal de modération","post":"publication","story":"story","noneFound":"Aucune notification trouvée"},"post":{"shareToFollowers":"Partager avec ses abonné·e·s","shareToOther":"Partager avec d\'autres","noLikes":"Aucun J\'aime pour le moment","uploading":"Envoi en cours"},"profile":{"posts":"Publications","followers":"Abonné·e·s","following":"Abonnements","admin":"Administrateur·rice","collections":"Collections","follow":"S\'abonner","unfollow":"Se désabonner","editProfile":"Modifier votre profil","followRequested":"Demande d\'abonnement faite","joined":"A rejoint","emptyCollections":"Aucune collection ne semble exister","emptyPosts":"Il semble ny avoir aucune publication"},"menu":{"viewPost":"Voir la publication","viewProfile":"Voir le profil","moderationTools":"Outils de modération","report":"Signaler","archive":"Archiver","unarchive":"Désarchiver","embed":"Intégrer","selectOneOption":"Sélectionnez l\'une des options suivantes","unlistFromTimelines":"Retirer des flux","addCW":"Ajouter un avertissement de contenu","removeCW":"Enlever lavertissement de contenu","markAsSpammer":"Marquer comme spammeur·euse","markAsSpammerText":"Retirer des flux + ajouter un avertissement de contenu pour les publications existantes et futures","spam":"Indésirable","sensitive":"Contenu sensible","abusive":"Abusif ou préjudiciable","underageAccount":"Compte d\'un·e mineur·e","copyrightInfringement":"Violation des droits dauteur","impersonation":"Usurpation d\'identité","scamOrFraud":"Arnaque ou fraude","confirmReport":"Confirmer le signalement","confirmReportText":"Êtes-vous sûr·e de vouloir signaler cette publication ?","reportSent":"Signalement envoyé !","reportSentText":"Nous avons bien reçu votre signalement.","reportSentError":"Une erreur s\'est produite lors du signalement de cette publication.","modAddCWConfirm":"Êtes-vous sûr·e de vouloir ajouter un avertissement de contenu à cette publication ?","modCWSuccess":"Avertissement de contenu ajouté avec succès","modRemoveCWConfirm":"Êtes-vous sûr·e de vouloir supprimer l\'avertissement de contenu sur cette publication ?","modRemoveCWSuccess":"Avertissement de contenu supprimé avec succès","modUnlistConfirm":"Êtes-vous sûr·e de vouloir retirer cette publication des flux ?","modUnlistSuccess":"Publication retirée des flux avec succès","modMarkAsSpammerConfirm":"Êtes-vous sûr·e de vouloir marquer cet utilisateur·rice comme spammeur·euse ? Toutes les publications existantes et futures seront retirées des flux et un avertissement de contenu sera appliqué.","modMarkAsSpammerSuccess":"Compte marqué avec succès comme spammeur","toFollowers":"aux abonné·e·s","showCaption":"Afficher la légende","showLikes":"Afficher les J\'aime","compactMode":"Mode compact","embedConfirmText":"En utilisant ce module, vous acceptez nos","deletePostConfirm":"Êtes-vous sûr·e de vouloir supprimer cette publication ?","archivePostConfirm":"Êtes-vous sûr·e de vouloir archiver cette publication ?","unarchivePostConfirm":"Êtes-vous sûr·e de vouloir désarchiver cette publication ?"},"story":{"add":"Ajouter une story"},"timeline":{"peopleYouMayKnow":"Connaissances possibles","onboarding":{"welcome":"Bienvenue","thisIsYourHomeFeed":"Ceci est votre flux personnel, un flux chronologique des publications de comptes que vous suivez.","letUsHelpYouFind":"Laissez-nous vous aider à trouver des personnes intéressantes à suivre","refreshFeed":"Actualiser mon flux"}},"hashtags":{"emptyFeed":"Aucune publication ne semble exister pour ce hashtag"},"report":{"report":"Signaler","selectReason":"Sélectionner un motif","reported":"Signalé","sendingReport":"Envoi du signalement","thanksMsg":"Merci pour votre signalement, les gens comme vous aident à assurer la sécurité de notre communauté !","contactAdminMsg":"Si vous souhaitez contacter un·e administrateur·trice à propos de cette publication ou de ce signalement"}}')},12900:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Beachd","commented":"Beachd ris","comments":"Beachdan","like":"Cuir ris na h-annsachdan","liked":"Na annsachd","likes":"Na h-annsachdan","share":"Co-roinn","shared":"Ga cho-roinneadh","shares":"Ga cho-roinneadh","unshare":"Na co-roinn tuilleadh","bookmark":"Comharra-lìn","cancel":"Sguir dheth","copyLink":"Dèan lethbhreac dhen cheangal","delete":"Sguab às","error":"Mearachd","errorMsg":"Chaidh rudeigin ceàrr. Feuch ris a-rithist an ceann greis.","oops":"Ìoc!","other":"Eile","readMore":"Leugh an còrr","success":"Chaidh leis","proceed":"Lean air adhart","next":"Air adhart","close":"Dùin","clickHere":"briog an-seo","sensitive":"Frionasach","sensitiveContent":"Susbaint fhrionasach","sensitiveContentWarning":"Dhfhaoidte gu bheil susbaint fhrionasach sa phost seo"},"site":{"terms":"Teirmichean a chleachdaidh","privacy":"Poileasaidh prìobhaideachd"},"navmenu":{"search":"Lorg","admin":"Deas-bhòrd na rianachd","homeFeed":"Inbhir na dachaigh","localFeed":"Inbhir ionadail","globalFeed":"Inbhir co-naisgte","discover":"Fidir","directMessages":"Teachdaireachdan dìreach","notifications":"Brathan","groups":"Buidhnean","stories":"Sgeulan","profile":"Pròifil","drive":"Draibh","settings":"Roghainnean","compose":"Cruthaich","logout":"Clàraich a-mach","about":"Mu dhèidhinn","help":"Cobhair","language":"Cànan","privacy":"Prìobhaideachd","terms":"Teirmichean","backToPreviousDesign":"Till dhan cho-dhealbhachd roimhpe"},"directMessages":{"inbox":"Am bogsa a-steach","sent":"Air a chur","requests":"Iarrtasan"},"notifications":{"liked":" chuir iad seo uat ris na h-annsachdan aca:","commented":" thug iad beachd air seo uat:","reacted":" fhreagair iad ri seo uat:","shared":" cho-roinn iad seo uat:","tagged":" thug iad iomradh ort ann a sheo:","updatedA":" dhùraich iad","sentA":" chuir iad","followed":" lean iad:","mentioned":" thug iad iomradh air:","you":"thusa","yourApplication":"Tha an t-iarrtas agad air ballrachd air a","applicationApproved":"ghabhail ris!","applicationRejected":"dhiùltadh. S urrainn dhut iarrtas air ballrachd a chur a-steach a-rithist às dèidh 6 mìosan.","dm":"teachdaireachd dhìreach","groupPost":"post buidhinn","modlog":"loga nam maor","post":"post","story":"sgeul","noneFound":"Cha deach brath a lorg"},"post":{"shareToFollowers":"Co-roinn leis an luchd-leantainn","shareToOther":"Co-roinn le càch","noLikes":"Chan eil seo na annsachd fhathast","uploading":"Ga luchdadh suas"},"profile":{"posts":"Postaichean","followers":"Luchd-leantainn","following":"A leantainn","admin":"Rianaire","collections":"Cruinneachaidhean","follow":"Lean","unfollow":"Na lean tuilleadh","editProfile":"Deasaich a phròifil","followRequested":"Iarrar leantainn","joined":"Air ballrachd fhaighinn","emptyCollections":"Cha do lorg sinn cruinneachadh sam bith","emptyPosts":"Cha do lorg sinn post sam bith"},"menu":{"viewPost":"Seall am post","viewProfile":"Seall a phròifil","moderationTools":"Innealan na maorsainneachd","report":"Dèan gearan","archive":"Tasglannaich","unarchive":"Thoir às an tasg-lann","embed":"Leabaich","selectOneOption":"Tagh tè dhe na roghainnean seo","unlistFromTimelines":"Falaich o loidhnichean-ama","addCW":"Cuir rabhadh susbainte ris","removeCW":"Thoir air falbh an rabhadh susbainte","markAsSpammer":"Cuir comharra gur e spamair a th ann","markAsSpammerText":"Falaich o loidhnichean-ama ⁊ cuir comharra na frionasachd ri postaichean a tha ann s ri teachd","spam":"Spama","sensitive":"Susbaint fhrionasach","abusive":"Droch-dhìolach no cronail","underageAccount":"Cunntas fo-aoisich","copyrightInfringement":"Briseadh a-steach air còir-lethbhreac","impersonation":"Ann an riochd cuideigin eile","scamOrFraud":"Cleas-meallaidh no foill","confirmReport":"Dearbh an gearan","confirmReportText":"A bheil thu cinnteach gu bheil thu airson gearan a dhèanamh mun phost seo?","reportSent":"Chaidh an gearan a chur!","reportSentText":"Fhuair sinn do ghearan.","reportSentError":"Thachair duilgheadas le gearan a dhèanamh mun phost seo.","modAddCWConfirm":"A bheil thu cinnteach gu bheil thu airson rabhadh susbainte a chur ris a phost seo?","modCWSuccess":"Chaidh rabhadh susbainte a chur ris","modRemoveCWConfirm":"A bheil thu cinnteach gu bheil thu airson an rabhadh susbainte a thoirt air falbh on phost seo?","modRemoveCWSuccess":"Chaidh an rabhadh susbainte a thoirt air falbh","modUnlistConfirm":"A bheil thu cinnteach gu bheil thu airson am post seo fhalach o liostaichean?","modUnlistSuccess":"Chaidh am post fhalach o liostaichean","modMarkAsSpammerConfirm":"A bheil tu cinnteach gu bheil thu comharra an spamair a chur ris a cleachdaiche seo? Thèid gach post a tha ann is postaichean ri teachd fhalach o loidhnichean-ama agus rabadh susbainte a chur riutha.","modMarkAsSpammerSuccess":"Chaidh comharra an spamair a chur ris a chunntas","toFollowers":"dhan luchd-leantainn","showCaption":"Seall am fo-thiotal","showLikes":"Seal na h-annsachdan","compactMode":"Am modh dùmhlaichte","embedConfirmText":"Nuair a chleachdas tu an leabachadh seo, aontaichidh tu ri","deletePostConfirm":"A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às?","archivePostConfirm":"A bheil thu cinnteach gu bheil thu airson am post seo a chur dhan tasg-lann?","unarchivePostConfirm":"A bheil thu cinnteach gu bheil thu airson am post seo a thoirt às an tasg-lann?"},"story":{"add":"Cuir sgeul ris"},"timeline":{"peopleYouMayKnow":"Daoine as aithne dhut s dòcha","onboarding":{"welcome":"Fàilte ort","thisIsYourHomeFeed":"Seo inbhir na dachaigh agad a sheallas na postaichean o na cunntasan a leanas tu dhut, a-rèir an ama.","letUsHelpYouFind":"An cuidich sinn thu ach an lorg thu daoine inntinneach ri an leantainn?","refreshFeed":"Ath-nuadhaich an t-inbhir agam"}},"hashtags":{"emptyFeed":"Cha do lorg sinn post sam bith dhan taga hais seo"},"report":{"report":"Dèan gearan","selectReason":"Tagh adhbhar","reported":"Chaidh gearan a dhèanamh","sendingReport":"A cur a ghearain","thanksMsg":"Mòran taing airson gearan a dhèanamh, cuidichidh daoine mar a tha thu fhèin ach an cumamaid ar coimhearsnachd sàbhailte!","contactAdminMsg":"Nam bu toigh leat fios a chur gu rianaire mun post no ghearan seo"}}')},34860:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Comentar","commented":"Comentou","comments":"Comentarios","like":"Agrádame","liked":"Gustoulle","likes":"Gustoulle","share":"Compartir","shared":"Compartiu","shares":"Compartido","unshare":"Non compartir","bookmark":"Marcar","cancel":"Cancelar","copyLink":"Copiar ligazón","delete":"Eliminar","error":"Erro","errorMsg":"Algo foi mal. Ténteo de novo máis tarde.","oops":"Vaites!","other":"Outro","readMore":"Ler máis","success":"Éxito","proceed":"Proceder","next":"Seguinte","close":"Pechar","clickHere":"preme aquí","sensitive":"Sensible","sensitiveContent":"Contido sensible","sensitiveContentWarning":"Esta publicación pode conter contido sensible"},"site":{"terms":"Termos de uso","privacy":"Política de Privacidade"},"navmenu":{"search":"Busca","admin":"Panel Administrativo","homeFeed":"Cronoloxía de Inicio","localFeed":"Cronoloxía Local","globalFeed":"Cronoloxía Global","discover":"Descubrir","directMessages":"Mensaxes Directas","notifications":"Notificacións","groups":"Grupos","stories":"Historias","profile":"Perfil","drive":"Drive","settings":"Axustes","compose":"Crear Nova","logout":"Saír","about":"Acerca de","help":"Axuda","language":"Idioma","privacy":"Privacidade","terms":"Termos","backToPreviousDesign":"Volver ó deseño previo"},"directMessages":{"inbox":"Bandexa de entrada","sent":"Enviados","requests":"Peticións"},"notifications":{"liked":"gustoulle a túa","commented":"comentou na túa","reacted":"reaccionou a túa","shared":"compartiu a túa","tagged":"etiquetoute nunca","updatedA":"actualizou unha","sentA":"enviou unha","followed":"seguiute","mentioned":"mencionoute","you":"ti","yourApplication":"A túa solicitude para unirte","applicationApproved":"foi aprobada!","applicationRejected":"for rexeitada. Podes volver a solicitar unirte en 6 meses.","dm":"md","groupPost":"publicación grupal","modlog":"modlog","post":"publicación","story":"historia","noneFound":"Non hai notificacións"},"post":{"shareToFollowers":"Compartir a seguidores","shareToOther":"Compartir a outros","noLikes":"Sen gústame por agora","uploading":"Subindo"},"profile":{"posts":"Publicacións","followers":"Seguidores","following":"Seguindo","admin":"Administrador","collections":"Coleccións","follow":"Seguir","unfollow":"Deixar de seguir","editProfile":"Editar perfil","followRequested":"Seguimento pedido","joined":"Uniuse","emptyCollections":"Non podemos atopar ningunha colección","emptyPosts":"Non podemos atopar ningunha publicación"},"menu":{"viewPost":"Ver publicación","viewProfile":"Ver perfil","moderationTools":"Ferramentas de moderación","report":"Informar","archive":"Arquivar","unarchive":"Desarquivar","embed":"Incrustar","selectOneOption":"Elixe unha das seguintes opcións","unlistFromTimelines":"Desalistar das cronoloxías","addCW":"Engadir aviso sobre o contido","removeCW":"Retirar o aviso sobre o contido","markAsSpammer":"Marcar como Spammer","markAsSpammerText":"Desalistar + aviso sobre o contido en publicacións existentes e futuras","spam":"Spam","sensitive":"Contido sensible","abusive":"Abusivo ou daniño","underageAccount":"Conta de minor de idade","copyrightInfringement":"Violación dos dereitos de autor","impersonation":"Suplantación de identidade","scamOrFraud":"Estafa ou fraude","confirmReport":"Confirmar reporte","confirmReportText":"Seguro que queres informar sobre esta publicación?","reportSent":"Informe enviado!","reportSentText":"Recibimos correctamente o teu informe.","reportSentError":"Houbo un problema reportando esta publicación.","modAddCWConfirm":"Seguro que queres engadir un aviso de contido sobre esta publicación?","modCWSuccess":"Aviso de contido engadido correctamente","modRemoveCWConfirm":"Seguro que queres eliminar o aviso de contido sobre esta publicación?","modRemoveCWSuccess":"Aviso de contido eliminado correctamente","modUnlistConfirm":"Seguro que queres desalistar esta publicación?","modUnlistSuccess":"Publicación desalistada correctamente","modMarkAsSpammerConfirm":"Seguro que queres marcar a este usuario como spam? Todas as publicacións existentes e futuras serán desalistadas das cronoloxías e un aviso de contido será aplicado.","modMarkAsSpammerSuccess":"Conta marcada como spam correctamente","toFollowers":"para Seguidores","showCaption":"Mostrar descrición","showLikes":"Mostrar os gústame","compactMode":"Modo compacto","embedConfirmText":"Utilizando ese incrustado, aceptas","deletePostConfirm":"Seguro que queres eliminar esta publicación?","archivePostConfirm":"Seguro que queres arquivar esta publicación?","unarchivePostConfirm":"Seguro que queres desarquivar esta publicación?"},"story":{"add":"Engadir historia"},"timeline":{"peopleYouMayKnow":"Xente que podes coñecer","onboarding":{"welcome":"Benvido/a","thisIsYourHomeFeed":"Esta é a túa cronoloxía de inicio, formada por publicacións en orde cronolóxica das contas que segues.","letUsHelpYouFind":"Deixa que che axudemos a atopar xente interesante que seguir","refreshFeed":"Actualiza a cronoloxía"}},"hashtags":{"emptyFeed":"Non podemos atopar ningunha publicación con este cancelo"},"report":{"report":"Denunciar","selectReason":"Elixe unha razón","reported":"Denunciado","sendingReport":"Enviando a denuncia","thanksMsg":"Grazas pola denuncia e axudarnos a manter segura a comunidade!","contactAdminMsg":"Se queres contactar coa administración acerca desta publicación ou denuncia"}}')},61344:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"תגובה","commented":"הגיבו","comments":"תגובות","like":"אוהב","liked":"אהבתי","likes":"אהבות","share":"שיתוף","shared":"שיתפו","shares":"שיתופים","unshare":"ביטול-שיתוף","bookmark":"שמירה","cancel":"ביטול","copyLink":"העתק קישור","delete":"מחק","error":"שגיאה","errorMsg":"משהו השתבש. אנא נסו שוב מאוחר יותר.","oops":"אופס!","other":"אחר","readMore":"קרא עוד","success":"הצלחה","proceed":"המשך","next":"הבא","close":"סגור","clickHere":"לחץ כאן","sensitive":"רגיש","sensitiveContent":"תוכן רגיש","sensitiveContentWarning":"פוסט זה עלול להכיל תוכן רגיש"},"site":{"terms":"תנאי שימוש","privacy":"מדיניות פרטיות"},"navmenu":{"search":"חיפוש","admin":"לוח בקרה למנהל","homeFeed":"פיד ביתי","localFeed":"פיד מקומי","globalFeed":"פיד גלובאלי","discover":"גלו","directMessages":"הודעות אישיות","notifications":"התראות","groups":"קבוצות","stories":"סיפורים","profile":"פרופיל","drive":"כונן (דרייב)","settings":"הגדרות","compose":"צרו חדש","logout":"התנתק/י","about":"אודות","help":"עזרה","language":"שפה","privacy":"פרטיות","terms":"תנאים","backToPreviousDesign":"חזרה לעיצוב הקודם"},"directMessages":{"inbox":"הודעות נכנסות","sent":"הודעות יוצאות","requests":"בקשות"},"notifications":{"liked":"אהבו לך","commented":"הגיבו לך על","reacted":"הגיבו לך על","shared":"שיתפו לך","tagged":"תייגו אותך בתוך","updatedA":"עדכנו","sentA":"שלחו","followed":"עקבו","mentioned":"ציינו","you":"אתכם","yourApplication":"בקשתכם להצטרפות","applicationApproved":"אושרה!","applicationRejected":"נדחתה. ניתן לשלוח בקשה חוזרת לאחר 6 חודשים.","dm":"הודעה אישית","groupPost":"פוסט קבוצתי","modlog":"לוג מנהלים","post":"פוסט","story":"סטורי","noneFound":"לא נמצאו התראות"},"post":{"shareToFollowers":"שתף לעוקבים","shareToOther":"שתף ל-אחר","noLikes":"אין עדיין סימוני \\"אהבתי\\"","uploading":"מעלה"},"profile":{"posts":"פוסטים","followers":"עוקבים","following":"עוקב/ת","admin":"מנהל מערכת","collections":"אוספים","follow":"עקוב","unfollow":"הפסק מעקב","editProfile":"ערוך פרופיל","followRequested":"בקשת עקיבה","joined":"הצטרפויות","emptyCollections":"לא נמצאו אוספים","emptyPosts":"לא נמצאו פוסטים"},"menu":{"viewPost":"הצג פוסט","viewProfile":"הצג פרופיל","moderationTools":"כלי ניהול","report":"דווח","archive":"ארכיון","unarchive":"הסר מהארכיון","embed":"הטמע","selectOneOption":"בחר באחד מהאפשרויות הבאות","unlistFromTimelines":"העלם מטיימליינים","addCW":"הוסף אזהרת תוכן","removeCW":"הסר אזהרת תוכן","markAsSpammer":"סמן בתור ספאמר (מציף)","markAsSpammerText":"העלם והפעל אזהרת תוכן לפוסטים קיימים ועתידיים","spam":"ספאם","sensitive":"תוכן רגיש","abusive":"תוכן מטריד או מזיק","underageAccount":"תוכן עם קטינים","copyrightInfringement":"הפרת זכויות יוצרים","impersonation":"התחזות","scamOrFraud":"הונאה","confirmReport":"אישור דיווח","confirmReportText":"האם אתם בטוחים שברצונכם לדווח על פוסט זה?","reportSent":"דיווח נשלח!","reportSentText":"התקבלה הדיווח.","reportSentError":"הייתה תקלה בדיווח פוסט זה.","modAddCWConfirm":"אתם בטוחים שברצונכם להוסיף אזהרת תוכן לפוסט זה?","modCWSuccess":"אזהרת תוכן נוספה בהצלחה","modRemoveCWConfirm":"אתם בטוחים שברצונכם להסיר את אזהרת התוכן מפוסט זה?","modRemoveCWSuccess":"אזהרת תוכן הוסרה בהצלחה","modUnlistConfirm":"האם אתם בטוחים שברצונכם להעלים פוסט זה?","modUnlistSuccess":"פוסט הועלם בהצלחה","modMarkAsSpammerConfirm":"האם אתם בטוחים שברצונכם לסמן משתמש זה בתור ספאמר (מציף)? כל הפוסטים הקיימים ועתידיים יועלמו ואזהרת תוכן תופעל.","modMarkAsSpammerSuccess":"חשבון סומן בתור ספאמר בהצלחה","toFollowers":"עבור עוקבים","showCaption":"הצג תיאור","showLikes":"הצג כמות ״אהבתי״","compactMode":"מצב מוקטן","embedConfirmText":"בעט שימוש בהמטעה זו, הנכם מסכימים אל","deletePostConfirm":"האם אתם בטוחים שברצונכם למחוק פוסט זה?","archivePostConfirm":"האם אתם בטוחים שברצונכם להעביר פוסט זה לארכיון?","unarchivePostConfirm":"האם אתם בטוחים שברצונכם להוציא פוסט זה מהארכיון?"},"story":{"add":"הוסף סטורי"},"timeline":{"peopleYouMayKnow":"אנשים שאתם אולי מכירים","onboarding":{"welcome":"ברוכים הבאים","thisIsYourHomeFeed":"זהו פיד הבית, פיד כרונולוגי של פוסטים מחשבונות אחריהם אתם עוקבים.","letUsHelpYouFind":"אפשרו לנו לעזור לך למצוא אנשים מעניינים לעקוב","refreshFeed":"ריענון הפיד"}},"hashtags":{"emptyFeed":"לא נמצאו פוסטים עבור תיוג זה"},"report":{"report":"דווח","selectReason":"בחרו סיבה","reported":"דיווח נשלח","sendingReport":"שולח דיווח","thanksMsg":"תודה על הדיווח, אנשים כמוכם מסעיים לשמור על בטחון קהילתנו!","contactAdminMsg":"אם ברצונכם ליצור קשר עם מנהל לגבי הפוסט או דיווח הזה"}}')},91302:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Komentari","commented":"Dikomentari","comments":"Komentar","like":"Sukai","liked":"Disukai","likes":"Suka","share":"Bagikan","shared":"Dibagikan","shares":"Dibagikan","unshare":"Batalkan berbagi","bookmark":"Penanda Buku","cancel":"Batal","copyLink":"Salin tautan","delete":"Hapus","error":"Galat","errorMsg":"Terjadi kesalahan. Silakan coba lagi nanti.","oops":"Oops!","other":"Lainnya","readMore":"Baca selengkapnya","success":"Berhasil","proceed":"Lanjut","next":"Berikutnya","close":"Tutup","clickHere":"klik di sini","sensitive":"Sensitif","sensitiveContent":"Konten Sensitif","sensitiveContentWarning":"Postingan ini mengandung konten sensitif"},"site":{"terms":"Ketentuan Penggunaan","privacy":"Kebijakan Privasi"},"navmenu":{"search":"Cari","admin":"Dasbor Admin","homeFeed":"Beranda","localFeed":"Beranda Setempat","globalFeed":"Beranda Global","discover":"Jelajahi","directMessages":"Pesan Langsung","notifications":"Pemberitahuan","groups":"Grup","stories":"Cerita","profile":"Profil","drive":"Kandar","settings":"Pengaturan","compose":"Buat","logout":"Keluar","about":"Tentang","help":"Bantuan","language":"Bahasa","privacy":"Privasi","terms":"Ketentuan","backToPreviousDesign":"Kembali ke rancangan sebelumnya"},"directMessages":{"inbox":"Kotak Masuk","sent":"Terkirim","requests":"Permintaan"},"notifications":{"liked":"menyukai","commented":"mengomentari","reacted":"bereaksi ke","shared":"membagikan","tagged":"menandai Anda di","updatedA":"memperbarui","sentA":"mengirim","followed":"diikuti","mentioned":"disebut","you":"Anda","yourApplication":"Aplikasi Anda untuk mengikuti","applicationApproved":"telah disetujui!","applicationRejected":"ditolak. Anda dapat mengajukan lagi untuk bergabung dalam 6 bulan.","dm":"dm","groupPost":"postingan grup","modlog":"modlog","post":"postingan","story":"cerita","noneFound":"Tidak ditemukan pemberitahuan"},"post":{"shareToFollowers":"Bagikan kepada pengikut","shareToOther":"Bagikan ke orang lain","noLikes":"Masih belum disukai","uploading":"Mengunggah"},"profile":{"posts":"Postingan","followers":"Pengikut","following":"Mengikuti","admin":"Pengurus","collections":"Koleksi","follow":"Ikuti","unfollow":"Berhenti ikuti","editProfile":"Ubah Profil","followRequested":"Meminta Permintaan Mengikuti","joined":"Bergabung","emptyCollections":"Sepertinya kami tidak dapat menemukan koleksi apapun","emptyPosts":"Sepertinya kami tidak dapat menemukan postingan apapun"},"menu":{"viewPost":"Lihat Postingan","viewProfile":"Lihat Profil","moderationTools":"Alat Moderasi","report":"Laporkan","archive":"Arsipkan","unarchive":"Lepas arsip","embed":"Penyemat","selectOneOption":"Pilih salah satu dari opsi berikut","unlistFromTimelines":"Keluarkan dari Timeline","addCW":"Tambahkan peringatan konten","removeCW":"Hapus Peringatan Konten","markAsSpammer":"Tandai sebagai pelaku spam","markAsSpammerText":"Hapus dari daftar dan tambahkan peringatan konten pada konten yang telah ada dan akan datang","spam":"Spam","sensitive":"Konten Sensitif","abusive":"Kasar atau Berbahaya","underageAccount":"Akun di bawah umur","copyrightInfringement":"Pelanggaran Hak Cipta","impersonation":"Peniruan","scamOrFraud":"Penipuan","confirmReport":"Konfirmasi Laporan","confirmReportText":"Apakah Anda yakin ingin melaporkan postingan ini?","reportSent":"Laporan Terkirim!","reportSentText":"Kita telah berhasil menerima laporan Anda.","reportSentError":"Ada masalah saat melaporkan postingan ini.","modAddCWConfirm":"Apakah Anda yakin ingin menambahkan peringatan konten pada postingan ini?","modCWSuccess":"Berhasil menambahkan peringatan konten","modRemoveCWConfirm":"Apakah Anda yakin ingin menghapus peringatan konten pada postingan ini?","modRemoveCWSuccess":"Berhasil menghapus peringatan konten","modUnlistConfirm":"Apakah Anda yakin ingin mengeluarkan postingan ini dari daftar?","modUnlistSuccess":"Berhasil mengeluarkan postingan dari daftar","modMarkAsSpammerConfirm":"Apakah Anda ingin menandai pengguna ini sebagai pelaku spam? Semua postingan yang ada dan akan datang akan dihapus dari timeline dan peringatan konten akan diterapkan.","modMarkAsSpammerSuccess":"Berhasil menandai akun sebagai pelaku spam","toFollowers":"kepada Pengikut","showCaption":"Tampilkan Keterangan","showLikes":"Tampilkan suka","compactMode":"Mode Praktis","embedConfirmText":"Dengan menggunakan penyemat ini, Anda setuju dengan","deletePostConfirm":"Apakah Anda yakin ingin menghapus postingan ini?","archivePostConfirm":"Apakah Anda yakin ingin mengarsip postingan ini?","unarchivePostConfirm":"Apakah Anda yakin ingin tidak mengarsipkan postingan ini?"},"story":{"add":"Tambah Cerita"},"timeline":{"peopleYouMayKnow":"Orang yang mungkin Anda kenal","onboarding":{"welcome":"Selamat Datang","thisIsYourHomeFeed":"Ini merupakan tampilan beranda Anda, tampilan dari postingan akun yang Anda ikuti secara kronologis.","letUsHelpYouFind":"Biarkan kami membantumu menemukan orang-orang yang menarik untuk diikuti","refreshFeed":"Segarkan laman umpan"}},"hashtags":{"emptyFeed":"Sepertinya kami tidak dapat menemukan postingan untuk tagar ini"},"report":{"report":"Laporkan","selectReason":"Pilih alasan","reported":"Terlaporkan","sendingReport":"Mengirim laporan","thanksMsg":"Terima kasih atas laporannya, tindakan Anda amat membantu menjaga komunitas!","contactAdminMsg":"Jika Anda berminat menghubungi seorang administrator mengenai postingan ini atau melaporkan"}}')},52950:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Commenta","commented":"Commentato","comments":"Commenti","like":"Mi piace","liked":"Like aggiunto","likes":"Tutti i Like","share":"Condividi","shared":"Condiviso","shares":"Condivisioni","unshare":"Annulla condivisione","bookmark":"Preferiti","cancel":"Annulla","copyLink":"Copia link","delete":"Elimina","error":"Errore","errorMsg":"Qualcosa è andato storto. Sei pregato di riprovare più tardi.","oops":"Ops!","other":"Altro","readMore":"Leggi di più","success":"Riuscito","proceed":"Continua","next":"Avanti","close":"Chiudi","clickHere":"clicca qui","sensitive":"Sensibile","sensitiveContent":"Contenuto Sensibile","sensitiveContentWarning":"Questo post potrebbe contenere contenuti sensibili"},"site":{"terms":"Termini di Utilizzo","privacy":"Informativa Privacy"},"navmenu":{"search":"Cerca","admin":"Pannello di amministrazione","homeFeed":"Feed Home","localFeed":"Feed Locale","globalFeed":"Feed Globale","discover":"Esplora","directMessages":"Messaggi Diretti","notifications":"Notifiche","groups":"Gruppi","stories":"Storie","profile":"Profilo","drive":"Drive","settings":"Impostazioni","compose":"Crea Nuovo","logout":"Esci","about":"Info","help":"Supporto","language":"Lingua","privacy":"Privacy","terms":"Condizioni","backToPreviousDesign":"Torna al design precedente"},"directMessages":{"inbox":"In arrivo","sent":"Inviata","requests":"Richieste"},"notifications":{"liked":"ha messo like a","commented":"ha commentato il tuo","reacted":"ha reagito a","shared":"ha condiviso il tuo","tagged":"ti ha taggato in","updatedA":"ha aggiornato un","sentA":"ha inviato un","followed":"sta seguendo","mentioned":"menzionato","you":"te","yourApplication":"La tua candidatura per unirti","applicationApproved":"è stata approvata!","applicationRejected":"è stata respinta. Puoi richiedere di unirti fra 6 mesi.","dm":"dm","groupPost":"post di gruppo","modlog":"modlog","post":"post","story":"storia","noneFound":"Non ci sono notifiche"},"post":{"shareToFollowers":"Condividi con i follower","shareToOther":"Condividi con altri","noLikes":"Ancora nessun Like","uploading":"Caricamento in corso"},"profile":{"posts":"Post","followers":"Follower","following":"Seguiti","admin":"Amministrazione","collections":"Collezioni","follow":"Segui","unfollow":"Smetti di seguire","editProfile":"Modifica profilo","followRequested":"Richiesta in attesa","joined":"Iscritto","emptyCollections":"Non riusciamo a trovare alcuna collezione","emptyPosts":"Non riusciamo a trovare alcun post"},"menu":{"viewPost":"Mostra Post","viewProfile":"Mostra Profilo","moderationTools":"Strumenti di moderazione","report":"Segnala","archive":"Archivia","unarchive":"Rimuovi dall\'archivio","embed":"Incorpora","selectOneOption":"Scegli una delle seguenti opzioni","unlistFromTimelines":"Rimuovi dalle Timeline","addCW":"Aggiungi segnalazione","removeCW":"Rimuovi segnalazione","markAsSpammer":"Segna come Spammer","markAsSpammerText":"Rimuovi dalla lista + segnalazione di contenuti sensibili per post attuali e futuri","spam":"Spam","sensitive":"Contenuto Sensibile","abusive":"Abusivo o Dannoso","underageAccount":"Account di minorenne","copyrightInfringement":"Violazione del copyright","impersonation":"Impersonifica","scamOrFraud":"Truffa o frode","confirmReport":"Conferma Segnalazione","confirmReportText":"Sei sicurə di voler segnalare questo contenuto?","reportSent":"Segnalazione inviata!","reportSentText":"Abbiamo ricevuto la tua segnalazione con successo.","reportSentError":"Si è verificato un problema nella segnalazione di questo post.","modAddCWConfirm":"Sei sicurə di voler segnalare come sensibile questo post?","modCWSuccess":"Segnalazione aggiunta con successo","modRemoveCWConfirm":"Sei sicurə di voler rimuovere la segnalazione da questo post?","modRemoveCWSuccess":"Segnalazione rimossa con successo","modUnlistConfirm":"Sei sicurə di voler rimuovere questo post dallelenco?","modUnlistSuccess":"Post rimosso dallelenco con successo","modMarkAsSpammerConfirm":"Sei sicuro di voler contrassegnare questo utente come spammer? Tutti i suoi post esistenti e futuri saranno rimossi dalle timeline e una segnalazione per contenuti sensibili sarà aggiunta.","modMarkAsSpammerSuccess":"Account contrassegnato come spammer con successo","toFollowers":"ai follower","showCaption":"Mostra didascalia","showLikes":"Mostra i like","compactMode":"Modalità compatta","embedConfirmText":"Usando questo strumento, acconsenti ai nostri","deletePostConfirm":"Sei sicurə di voler eliminare questo post?","archivePostConfirm":"Sei sicurə di voler archiviare questo post?","unarchivePostConfirm":"Sei sicurə di voler rimuovere questo post dallarchivio?"},"story":{"add":"Aggiungi Storia"},"timeline":{"peopleYouMayKnow":"Persone che potresti conoscere","onboarding":{"welcome":"Benvenuto","thisIsYourHomeFeed":"Questo è il tuo feed principale, un feed in ordine cronologico dei post da account che segui.","letUsHelpYouFind":"Ti aiutiamo a trovare delle persone interessanti da seguire","refreshFeed":"Aggiorna il mio feed"}},"hashtags":{"emptyFeed":"Non riusciamo a trovare nessun post con questo hashtag"},"report":{"report":"Segnala","selectReason":"Seleziona un motivo","reported":"Segnalato","sendingReport":"Invio della segnalazione","thanksMsg":"Grazie per la segnalazione, le persone come te aiutano a mantenere la comunità al sicuro!","contactAdminMsg":"Se desideri contattare un amministratore per questo post o rapporto"}}')},87286:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"コメント","commented":"コメントされました","comments":"コメント","like":"いいね","liked":"いいねしました","likes":"いいね","share":"共有","shared":"共有されました","shares":"共有","unshare":"共有解除","bookmark":"ブックマーク","cancel":"キャンセル","copyLink":"リンクをコピー","delete":"削除","error":"エラー","errorMsg":"何かが間違っています。しばらくしてからやり直してください。","oops":"おおっと!","other":"その他","readMore":"もっと読む","success":"成功しました","proceed":"続行","next":"次へ","close":"閉じる","clickHere":"ここをクリック","sensitive":"センシティブ","sensitiveContent":"センシティブなコンテンツ","sensitiveContentWarning":"この投稿にはセンシティブなコンテンツが含まれている可能性があります"},"site":{"terms":"利用規約","privacy":"プライバシーポリシー"},"navmenu":{"search":"検索","admin":"管理者ダッシュボード","homeFeed":"ホームフィード","localFeed":"ローカルフィード","globalFeed":"グローバルフィード","discover":"発見","directMessages":"ダイレクトメッセージ","notifications":"通知","groups":"グループ","stories":"ストーリーズ","profile":"プロフィール","drive":"ドライブ","settings":"設定","compose":"新規投稿","logout":"ログアウト","about":"このサーバーについて","help":"ヘルプ","language":"言語","privacy":"プライバシー","terms":"利用規約","backToPreviousDesign":"以前のデザインに戻す"},"directMessages":{"inbox":"受信トレイ","sent":"送信済み","requests":"リクエスト"},"notifications":{"liked":"さんが次をいいねしました:","commented":"さんが次にコメントしました:","reacted":"さんが次に反応しました:","shared":"さんが次を共有しました:","tagged":"さんが次にあなたをタグ付けしました:","updatedA":"さんが次を更新しました:","sentA":"さんが次を送信しました:","followed":"さんがフォローしました:","mentioned":"さんが返信しました:","you":"あなた","yourApplication":"参加するアプリケーション","applicationApproved":"が承認されました!","applicationRejected":"は拒否されました。6ヶ月後に再度参加を申請できます。","dm":"dm","groupPost":"グループの投稿","modlog":"モデレーションログ","post":"投稿","story":"ストーリー","noneFound":"通知はありません"},"post":{"shareToFollowers":"フォロワーに共有","shareToOther":"その他に共有","noLikes":"まだ誰からもいいねされていません","uploading":"アップロード中"},"profile":{"posts":"投稿","followers":"フォロワー","following":"フォロー中","admin":"管理者","collections":"コレクション","follow":"フォロー","unfollow":"フォロー解除","editProfile":"プロフィールを編集","followRequested":"フォロー承認待ち","joined":"参加しました","emptyCollections":"コレクションが見つかりませんでした","emptyPosts":"投稿が見つかりませんでした"},"menu":{"viewPost":"投稿を見る","viewProfile":"プロフィールを見る","moderationTools":"モデレーションツール","report":"報告","archive":"アーカイブ","unarchive":"アーカイブを解除","embed":"埋め込み","selectOneOption":"以下の選択肢から1つ選択してください","unlistFromTimelines":"タイムラインに非表示","addCW":"コンテンツ警告を追加","removeCW":"コンテンツ警告を削除","markAsSpammer":"スパムとしてマーク","markAsSpammerText":"非表示+コンテンツ警告を既存の、また将来の投稿に追加","spam":"スパム","sensitive":"センシティブなコンテンツ","abusive":"虐待または有害","underageAccount":"未成年のアカウント","copyrightInfringement":"著作権侵害","impersonation":"なりすまし","scamOrFraud":"詐欺または不正な行為","confirmReport":"報告を送信","confirmReportText":"本当にこの投稿を報告しますか?","reportSent":"報告が送信されました!","reportSentText":"あなたの報告を受け取りました。","reportSentError":"この投稿を報告する際に問題が発生しました。","modAddCWConfirm":"この投稿にコンテンツ警告を追加してもよろしいですか?","modCWSuccess":"コンテンツ警告が追加されました","modRemoveCWConfirm":"本当にこの投稿からコンテンツ警告を削除しますか?","modRemoveCWSuccess":"コンテンツ警告が削除されました","modUnlistConfirm":"本当にこの投稿を非表示にしますか?","modUnlistSuccess":"投稿が非表示になりました","modMarkAsSpammerConfirm":"このユーザーをスパムとして登録していいですか?既存のまた、今後の投稿はすべてタイムラインに表示されず、コンテンツ警告が適用されます。","modMarkAsSpammerSuccess":"アカウントをスパムとしてマークしました","toFollowers":"フォロワー向け","showCaption":"説明を表示","showLikes":"いいねを表示","compactMode":"コンパクトモード","embedConfirmText":"この埋め込みを利用する事で、あなたは次に同意したとみなされます:","deletePostConfirm":"本当にこの投稿を削除しますか?","archivePostConfirm":"本当にこの投稿をアーカイブしますか?","unarchivePostConfirm":"本当にこの投稿をアーカイブから削除しますか?"},"story":{"add":"ストーリーを追加"},"timeline":{"peopleYouMayKnow":"知り合いかも","onboarding":{"welcome":"ようこそ","thisIsYourHomeFeed":"これはあなたのフォームフィードです、フォローしているアカウントからの投稿が時系列で表示されます。","letUsHelpYouFind":"興味のある人をフォローするお手伝いをします","refreshFeed":"フィードをリフレッシュ"}},"hashtags":{"emptyFeed":"このハッシュタグの投稿が見つかりませんでした"},"report":{"report":"報告","selectReason":"理由を選択してください","reported":"報告済み","sendingReport":"報告を送信中","thanksMsg":"報告ありがとうございます、あなたのような人々が私達のコミュニティーを安全に保ちます!","contactAdminMsg":"この投稿または報告について管理者に問い合わせたい場合"}}')},66849:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Reactie","commented":"Heeft gereageerd","comments":"Reacties","like":"Leuk","liked":"Leuk gevonden","likes":"Leuk gevonden","share":"Delen","shared":"Gedeeld","shares":"Gedeeld door","unshare":"Niet meer delen","bookmark":"Bladwijzer","cancel":"Annuleren","copyLink":"Link kopiëren","delete":"Verwijderen","error":"Fout","errorMsg":"Er is iets misgegaan. Probeer het later opnieuw.","oops":"Oeps!","other":"Anders","readMore":"Lees meer","success":"Geslaagd","proceed":"Doorgaan","next":"Volgende","close":"Sluiten","clickHere":"klik hier","sensitive":"Gevoelig","sensitiveContent":"Gevoelige inhoud","sensitiveContentWarning":"Deze post kan gevoelige inhoud bevatten"},"site":{"terms":"Gebruiksvoorwaarden","privacy":"Privacy beleid"},"navmenu":{"search":"Zoeken","admin":"Beheerdersdashboard","homeFeed":"Thuis Feed","localFeed":"Lokale Feed","globalFeed":"Globale feed","discover":"Ontdekken","directMessages":"Directe berichten","notifications":"Notificaties","groups":"Groepen","stories":"Verhalen","profile":"Profiel","drive":"Drive","settings":"Instellingen","compose":"Nieuwe aanmaken","logout":"Uitloggen","about":"Over","help":"Hulp","language":"Taal","privacy":"Privacy","terms":"Voorwaarden","backToPreviousDesign":"Ga terug naar het vorige ontwerp"},"directMessages":{"inbox":"Inbox","sent":"Verzonden","requests":"Verzoeken"},"notifications":{"liked":"vond leuk je","commented":"reageerde op je","reacted":"heeft gereageerd op je","shared":"deelde je","tagged":"heeft je gatagged in","updatedA":"heeft bijgewerkt een","sentA":"stuurde een","followed":"volgde","mentioned":"noemde","you":"jou","yourApplication":"Uw aanvraag om toe te treden","applicationApproved":"werd goedgekeurd!","applicationRejected":"werd afgekeurd. Je kunt over 6 maanden opnieuw aanmelden.","dm":"dm","groupPost":"groepspost","modlog":"modlogboek","post":"post","story":"verhaal","noneFound":"Geen notificaties gevonden"},"post":{"shareToFollowers":"Deel met volgers","shareToOther":"Deel met anderen","noLikes":"Nog geen leuks","uploading":"Uploaden"},"profile":{"posts":"Posts","followers":"Volgers","following":"Aan het volgen","admin":"Beheerder","collections":"Collecties","follow":"Volgen","unfollow":"Ontvolgen","editProfile":"Profiel bewerken","followRequested":"Volgen verzocht","joined":"Lid geworden","emptyCollections":"We kunnen geen collecties vinden","emptyPosts":"We kunnen geen posts vinden"},"menu":{"viewPost":"Post bekijken","viewProfile":"Profiel bekijken","moderationTools":"Moderatiegereedschappen","report":"Rapporteren","archive":"Archief","unarchive":"Dearchiveren","embed":"Insluiten","selectOneOption":"Selecteer een van de volgende opties","unlistFromTimelines":"Uit tijdlijnen halen","addCW":"Inhoudswaarschuwing toevoegen","removeCW":"Inhoudswaarschuwing verwijderen","markAsSpammer":"Markeren als spammer","markAsSpammerText":"Uit lijst halen + inhoudswaarschuwing bestaande en toekomstige posts","spam":"Spam","sensitive":"Gevoelige inhoud","abusive":"Beledigend of Schadelijk","underageAccount":"Minderjarig account","copyrightInfringement":"Auteursrechtenschending","impersonation":"Impersonatie","scamOrFraud":"Oplichting of fraude","confirmReport":"Bevestig Rapport","confirmReportText":"Weet je zeker dat je deze post wilt rapporteren?","reportSent":"Rapport verzonden!","reportSentText":"We hebben uw rapport met succes ontvangen.","reportSentError":"Er is een probleem opgetreden bij het rapporteren van deze post.","modAddCWConfirm":"Weet u zeker dat u een waarschuwing voor inhoud wilt toevoegen aan deze post?","modCWSuccess":"Inhoudswaarschuwing succesvol toegevoegd","modRemoveCWConfirm":"Weet u zeker dat u de waarschuwing voor inhoud wilt verwijderen van deze post?","modRemoveCWSuccess":"Succesvol de inhoudswaarschuwing verwijderd","modUnlistConfirm":"Weet je zeker dat je deze post uit de lijst wilt halen?","modUnlistSuccess":"Post met succes uit de lijst gehaald","modMarkAsSpammerConfirm":"Weet u zeker dat u deze gebruiker wilt markeren als spammer? Alle bestaande en toekomstige posts worden niet vermeld op tijdlijnen en een waarschuwing over de inhoud zal worden toegepast.","modMarkAsSpammerSuccess":"Account succesvol gemarkeerd als spammer","toFollowers":"naar volgers","showCaption":"Onderschrift tonen","showLikes":"Leuks tonen","compactMode":"Compacte modus","embedConfirmText":"Door deze embed te gebruiken, gaat u akkoord met onze","deletePostConfirm":"Weet je zeker dat je deze post wil verwijderen?","archivePostConfirm":"Weet je zeker dat je deze post wilt archiveren?","unarchivePostConfirm":"Weet je zeker dat je deze post wilt dearchiveren?"},"story":{"add":"Verhaal toevoegen"},"timeline":{"peopleYouMayKnow":"Mensen die u misschien kent","onboarding":{"welcome":"Welkom","thisIsYourHomeFeed":"Dit is je thuisfeed, een chronologische feed van accounts die je volgt.","letUsHelpYouFind":"Laat ons u helpen interessante mensen te vinden om te volgen","refreshFeed":"Mijn feed vernieuwen"}},"hashtags":{"emptyFeed":"We kunnen geen berichten voor deze hashtag vinden"},"report":{"report":"Rapporteren","selectReason":"Een reden selecteren","reported":"Gerapporteerd","sendingReport":"Rapport versturen","thanksMsg":"Bedankt voor het rapport, mensen zoals u helpen onze gemeenschap veilig te houden!","contactAdminMsg":"Als u over dit bericht of rapport contact wilt opnemen met een beheerder"}}')},70707:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Skomentuj","commented":"Skomentowane","comments":"Komentarze","like":"Polub","liked":"Polubione","likes":"Polubienia","share":"Udostępnij","shared":"Udostępnione","shares":"Udostępnione","unshare":"Anuluj udostępnianie","bookmark":"Zakładka","cancel":"Anuluj","copyLink":"Kopiuj Link","delete":"Usuń","error":"Błąd","errorMsg":"Coś poszło nie tak. Spróbuj ponownie później.","oops":"Ups!","other":"Inne","readMore":"Czytaj więcej","success":"Sukces","proceed":"Kontynuuj","next":"Następny","close":"Zamknij","clickHere":"kliknij tutaj","sensitive":"Wrażliwe","sensitiveContent":"Treść wrażliwa","sensitiveContentWarning":"Ten post może zawierać wrażliwe treści"},"site":{"terms":"Warunki Użytkowania","privacy":"Polityka Prywatności"},"navmenu":{"search":"Szukaj","admin":"Panel administracyjny","homeFeed":"Główny kanał","localFeed":"Lokalny kanał","globalFeed":"Globalny kanał","discover":"Odkrywaj","directMessages":"Wiadomości bezpośrednie","notifications":"Powiadomienia","groups":"Grupy","stories":"Opowieści","profile":"Profil","drive":"Dysk","settings":"Ustawienia","compose":"Utwórz nowy","logout":"Wyloguj się","about":"O nas","help":"Pomoc","language":"Język","privacy":"Prywatność","terms":"Regulamin","backToPreviousDesign":"Wróć do poprzedniego wyglądu"},"directMessages":{"inbox":"Wiadomości","sent":"Wysłane","requests":"Prośby o kontakt"},"notifications":{"liked":"polubił(a) twoje","commented":"skomentował(a) twoje","reacted":"zareagował(a) na twoje","shared":"udostępnił(-a) twój","tagged":"oznaczono cię w","updatedA":"zaktualizowano","sentA":"wysłano","followed":"zaobserwował(-a)","mentioned":"wspominał(-a)","you":"ciebie","yourApplication":"Twoja prośba o dołączenie","applicationApproved":"została zatwierdzona!","applicationRejected":"została odrzucona. Możesz ponownie ubiegać się o dołączenie za 6 miesięcy.","dm":"Wiadomość prywatna","groupPost":"post grupowy","modlog":"logi","post":"post","story":"opowieść","noneFound":"Brak powiadomień"},"post":{"shareToFollowers":"Udostępnij obserwującym","shareToOther":"Udostępnij innym","noLikes":"Brak polubień","uploading":"Przesyłanie"},"profile":{"posts":"Posty","followers":"Obserwujący","following":"Obserwowane","admin":"Administrator","collections":"Kolekcje","follow":"Obserwuj","unfollow":"Przestań obserwować","editProfile":"Edytuj profil","followRequested":"Prośba o zaobserwowanie","joined":"Dołączono","emptyCollections":"Nie możemy znaleźć żadnych kolekcji","emptyPosts":"Nie możemy znaleźć żadnych postów"},"menu":{"viewPost":"Zobacz post","viewProfile":"Zobacz profil","moderationTools":"Narzędzia moderacyjne","report":"Zgłoś","archive":"Przenieś do archiwum","unarchive":"Usuń z archiwum","embed":"Osadź","selectOneOption":"Wybierz jedną z następujących opcji","unlistFromTimelines":"Usuń z osi czasu","addCW":"Dodaj ostrzeżenie o treści","removeCW":"Usuń ostrzeżenie o treści","markAsSpammer":"Oznacz jako Spamer","markAsSpammerText":"Usuń z listy i dodaj ostrzeżenia o treści do istniejących i przyszłych postów","spam":"Spam","sensitive":"Treść wrażliwa","abusive":"Obraźliwe lub krzywdzące","underageAccount":"Konto dla niepełnoletnich","copyrightInfringement":"Naruszenie praw autorskich","impersonation":"Podszywanie się pod inne osoby","scamOrFraud":"Oszustwo lub próba wyłudzenia","confirmReport":"Potwierdź zgłoszenie","confirmReportText":"Czy na pewno chcesz zgłosić ten post?","reportSent":"Zgłoszenie wysłane!","reportSentText":"Otrzymaliśmy Twój raport.","reportSentError":"Wystąpił błąd podczas zgłaszania tego posta.","modAddCWConfirm":"Czy na pewno chcesz dodać ostrzeżenie o treści do tego wpisu?","modCWSuccess":"Pomyślnie dodano ostrzeżenie o treści","modRemoveCWConfirm":"Czy na pewno chcesz usunąć ostrzeżenie o treści tego wpisu?","modRemoveCWSuccess":"Pomyślnie usunięto ostrzeżenie o treści","modUnlistConfirm":"Czy na pewno chcesz usunąć z listy ten wpis?","modUnlistSuccess":"Pomyślnie usunięto post z listy","modMarkAsSpammerConfirm":"Czy na pewno chcesz oznaczyć tego użytkownika jako spamera? Wszystkie istniejące i przyszłe posty nie będą wyświetlane na osi czasu i zostaną zastosowane ostrzeżenia o treści.","modMarkAsSpammerSuccess":"Pomyślnie oznaczono konto jako spamer","toFollowers":"do obserwujących","showCaption":"Pokaż podpis","showLikes":"Pokaż polubienia","compactMode":"Tryb kompaktowy","embedConfirmText":"Korzystając z tego osadzenia akceptujesz naszą","deletePostConfirm":"Czy na pewno chcesz usunąć ten post?","archivePostConfirm":"Czy na pewno chcesz zarchiwizować ten post?","unarchivePostConfirm":"Czy na pewno chcesz cofnąć archiwizację tego wpisu?"},"story":{"add":"Dodaj Opowieść"},"timeline":{"peopleYouMayKnow":"Ludzie, których możesz znać","onboarding":{"welcome":"Witaj","thisIsYourHomeFeed":"To jest Twój kanał główny, chronologiczny kanał wpisów z kont, które śledzisz.","letUsHelpYouFind":"Pomożemy Ci znaleźć ciekawych ludzi do obserwowania","refreshFeed":"Odśwież mój kanał"}},"hashtags":{"emptyFeed":"Nie możemy znaleźć żadnych postów dla tego hasztaga"},"report":{"report":"Zgłoś","selectReason":"Wybierz przyczynę","reported":"Zgłoszono","sendingReport":"Wysyłanie zgłoszenia","thanksMsg":"Dziękujemy za zgłoszenie, ludzie tacy jak ty pomagają chronić naszą społeczność!","contactAdminMsg":"Jeśli chcesz skontaktować się z administratorem w sprawie tego wpisu lub go zgłosić"}}')},85147:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Comentar","commented":"Comentado","comments":"Comentários","like":"Gosto","liked":"Gostei","likes":"Gostos","share":"Partilhar","shared":"Partilhado","shares":"Partilhas","unshare":"Despartilhar","bookmark":"Favorito","cancel":"Cancelar","copyLink":"Copiar link","delete":"Eliminar","error":"Erro","errorMsg":"Algo correu mal. Por favor, tente novamente mais tarde.","oops":"Oops!","other":"Outro","readMore":"Ler mais","success":"Sucesso","proceed":"Continuar","next":"Seguinte","close":"Fechar","clickHere":"clique aqui","sensitive":"Sensível","sensitiveContent":"Conteúdo sensível","sensitiveContentWarning":"Este post pode conter conteúdo sensível"},"site":{"terms":"Termos de Uso","privacy":"Política de Privacidade"},"navmenu":{"search":"Pesquisa","admin":"Painel de Administração","homeFeed":"Inicio","localFeed":"Feed local","globalFeed":"Feed global","discover":"Descobrir","directMessages":"Mensagens Diretas","notifications":"Notificações","groups":"Grupos","stories":"Stories","profile":"Perfil","drive":"Disco","settings":"Definições","compose":"Criar novo","logout":"Terminar Sessão","about":"Sobre","help":"Ajuda","language":"Idioma","privacy":"Privacidade","terms":"Termos","backToPreviousDesign":"Voltar ao design antigo"},"directMessages":{"inbox":"Caixa de Entrada","sent":"Enviadas","requests":"Pedidos"},"notifications":{"liked":"gostou do seu","commented":"comentou no seu","reacted":"reagiu ao seu","shared":"Partilhou o seu","tagged":"marcou você numa publicação","updatedA":"atualizou","sentA":"enviou um","followed":"seguiu","mentioned":"mencionou","you":"você","yourApplication":"A sua candidatura para se juntar","applicationApproved":"foi aprovado!","applicationRejected":"foi rejeitado. Você pode inscrever-se novamente em 6 meses.","dm":"dm","groupPost":"publicação de grupo","modlog":"histórico de moderação","post":"publicação","story":"story","noneFound":"Nenhuma notificação encontrada"},"post":{"shareToFollowers":"Partilhar com os seguidores","shareToOther":"Partilhar com outros","noLikes":"Ainda sem gostos","uploading":"A enviar"},"profile":{"posts":"Publicações","followers":"Seguidores","following":"A seguir","admin":"Admin","collections":"Coleções","follow":"Seguir","unfollow":"Deixar de seguir","editProfile":"Editar Perfil","followRequested":"Pedido para seguir enviado","joined":"Juntou-se","emptyCollections":"Não conseguimos encontrar nenhuma coleção","emptyPosts":"Não conseguimos encontrar nenhuma publicação"},"menu":{"viewPost":"Ver publicação","viewProfile":"Ver perfil","moderationTools":"Ferramentas de moderação","report":"Denunciar","archive":"Arquivar","unarchive":"Retirar do arquivo","embed":"Incorporar","selectOneOption":"Selecione uma das seguintes opções","unlistFromTimelines":"Remover das cronologias","addCW":"Adicionar aviso de conteúdo","removeCW":"Remover aviso de conteúdo","markAsSpammer":"Marcar como spammer","markAsSpammerText":"Remover das cronologias e adicionar um aviso de conteúdo às publicações existentes e futuras","spam":"Spam","sensitive":"Conteúdo Sensível","abusive":"Abusivo ou prejudicial","underageAccount":"Conta de menor de idade","copyrightInfringement":"Violação de direitos de autor","impersonation":"Roubo de Identidade","scamOrFraud":"Esquema ou fraude","confirmReport":"Confirmar denúncia","confirmReportText":"Tem a certeza que deseja denunciar esta mensagem?","reportSent":"Denúncia enviada!","reportSentText":"Recebemos com sucesso a sua denúncia.","reportSentError":"Ocorreu um erro ao denunciar este conteúdo.","modAddCWConfirm":"Tem a certeza que pretende adicionar um aviso de conteúdo à publicação?","modCWSuccess":"Adicionou com sucesso um aviso de conteúdo","modRemoveCWConfirm":"Tem a certeza que pretende remover o aviso de conteúdo desta publicação?","modRemoveCWSuccess":"Removeu com sucesso o aviso de conteúdo","modUnlistConfirm":"Tem a certeza que pretende deslistar este post?","modUnlistSuccess":"Deslistou com sucesso este post","modMarkAsSpammerConfirm":"Tem a certeza que deseja marcar este utilizador como spammer? Todos os posts existentes e futuros serão deslistados da timeline e o alerta de conteúdo será aplicado.","modMarkAsSpammerSuccess":"Marcou com sucesso esta conta como spammer","toFollowers":"para Seguidores","showCaption":"Mostar legenda","showLikes":"Mostrar Gostos","compactMode":"Modo compacto","embedConfirmText":"Ao utilizar este conteúdo, aceita os nossos","deletePostConfirm":"Tem a certeza que pretende apagar esta publicação?","archivePostConfirm":"Tem a certeza que pretende arquivar esta publicação?","unarchivePostConfirm":"Tem a certeza que pretende desarquivar este post?"},"story":{"add":"Adicionar Storie"},"timeline":{"peopleYouMayKnow":"Pessoas que talvez conheça","onboarding":{"welcome":"Bem-vindo","thisIsYourHomeFeed":"Este é o seu feed pessoal, com publicações em ordem cronológica das contas que segue.","letUsHelpYouFind":"Deixe-nos ajudar a encontrar algumas pessoas interessantes para seguir","refreshFeed":"Atualizar o meu feed"}},"hashtags":{"emptyFeed":"Não conseguimos encontrar publicações com essa hashtag"},"report":{"report":"Denunciar","selectReason":"Selecione uma razão","reported":"Denunciado","sendingReport":"A enviar denúncia","thanksMsg":"Obrigado pela denúncia, pessoas como você ajudam a manter a nossa comunidade segura!","contactAdminMsg":"Se quiser entrar em contato com um administrador acerca desta publicação ou denúncia"}}')},20466:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Комментарий","commented":"Прокомментировано","comments":"Комментарии","like":"Мне нравится","liked":"Вы лайкнули","likes":"Лайки","share":"Поделиться","shared":"Поделились","shares":"Поделились","unshare":"Не делиться","bookmark":"Закладка","cancel":"Отмена","copyLink":"Скопировать ссылку","delete":"Удалить","error":"Ошибка","errorMsg":"Что-то пошло не так. Пожалуйста, попробуйте еще раз позже.","oops":"Упс!","other":"Прочее","readMore":"Читать далее","success":"Успешно","proceed":"Продолжить","next":"Далее","close":"Закрыть","clickHere":"нажмите здесь","sensitive":"Чувствительный","sensitiveContent":"Чувствительный контент","sensitiveContentWarning":"Этот пост может содержать чувствительный контент"},"site":{"terms":"Условия использования","privacy":"Политика конфиденциальности"},"navmenu":{"search":"Поиск","admin":"Панель администратора","homeFeed":"Домашняя лента","localFeed":"Локальная лента","globalFeed":"Глобальная лента","discover":"Общее","directMessages":"Личные Сообщения","notifications":"Уведомления","groups":"Группы","stories":"Истории","profile":"Профиль","drive":"Диск","settings":"Настройки","compose":"Создать новый","logout":"Выйти","about":"О нас","help":"Помощь","language":"Язык","privacy":"Конфиденциальность","terms":"Условия использования","backToPreviousDesign":"Вернуться к предыдущему дизайну"},"directMessages":{"inbox":"Входящие","sent":"Отправленные","requests":"Запросы"},"notifications":{"liked":"понравился ваш","commented":"прокомментировал ваш","reacted":"отреагировал на ваш","shared":"поделился вашим","tagged":"отметил вас в публикации","updatedA":"обновил(а)","sentA":"отправил","followed":"подписался","mentioned":"упомянул(а)","you":"вы","yourApplication":"Ваше заявка на вступление","applicationApproved":"было одобрено!","applicationRejected":"было отклонено. Вы можете повторно подать заявку на регистрацию в течение 6 месяцев.","dm":"сообщение","groupPost":"пост в группе","modlog":"журнал модерации","post":"пост","story":"история","noneFound":"Уведомления не найдены"},"post":{"shareToFollowers":"Поделиться с подписчиками","shareToOther":"Поделиться с другими","noLikes":"Пока никому не понравилось","uploading":"Загружается"},"profile":{"posts":"Посты","followers":"Подписчики","following":"Подписки","admin":"Администратор","collections":"Коллекции","follow":"Подписаться","unfollow":"Отписаться","editProfile":"Редактировать профиль","followRequested":"Хочет на Вас подписаться","joined":"Регистрация","emptyCollections":"Похоже, мы не можем найти ни одной коллекции","emptyPosts":"Похоже, мы не можем найти ни одной записи"},"menu":{"viewPost":"Показать пост","viewProfile":"Посмотреть профиль","moderationTools":"Инструменты модерации","report":"Пожаловаться","archive":"Архив","unarchive":"Вернуть из архива","embed":"Встроить","selectOneOption":"Выберите один из вариантов","unlistFromTimelines":"Скрыть из лент","addCW":"Добавить предупреждение о контенте","removeCW":"Удалить предупреждение о контенте","markAsSpammer":"Пометить как спамера","markAsSpammerText":"Скрыть из лент и пометить предупреждениями существующие и будущие публикации","spam":"Спам","sensitive":"Деликатный контент","abusive":"Жестокое обращение или причинение вреда","underageAccount":"Несовершеннолетний аккаунт","copyrightInfringement":"Нарушение авторских прав","impersonation":"Представление себя за другого человека","scamOrFraud":"Обман или мошенничество","confirmReport":"Подтвердить жалобу","confirmReportText":"Вы действительно хотите пожаловаться на этот пост?","reportSent":"Жалоба отправлена!","reportSentText":"Мы успешно получили Вашу жалобу.","reportSentError":"При отправке жалобы на этот пост произошла ошибка.","modAddCWConfirm":"Вы действительно хотите добавить предупреждение о контенте на этот пост?","modCWSuccess":"Предупреждение о контенте успешно добавлено","modRemoveCWConfirm":"Вы действительно хотите удалить предупреждение о контенте с этого поста?","modRemoveCWSuccess":"Предупреждение о контенте успешно удалено","modUnlistConfirm":"Вы действительно хотите скрыть этот пост из лент?","modUnlistSuccess":"Пост удален","modMarkAsSpammerConfirm":"Вы уверены, что хотите отметить этого пользователя спамом? Все существующие и будущие сообщения будут исключены из списка в сроки, и будет применяться предупреждение о содержании.","modMarkAsSpammerSuccess":"Аккаунт успешно помечен как спаммер","toFollowers":"подписчикам","showCaption":"Показать подпись","showLikes":"Показать отметки \\"мне нравится\\"","compactMode":"Компактный режим","embedConfirmText":"Используя этот инстант, вы соглашаетесь с нашими","deletePostConfirm":"Вы действительно хотите удалить этот пост?","archivePostConfirm":"Вы действительно хотите архивировать этот пост?","unarchivePostConfirm":"Вы действительно хотите убрать этот пост из архива?"},"story":{"add":"Добавить историю"},"timeline":{"peopleYouMayKnow":"Возможные друзья","onboarding":{"welcome":"Добро пожаловать","thisIsYourHomeFeed":"Это ваша домашняя лента, где хронологически собраны посты с аккаунтов, на которые вы подписаны.","letUsHelpYouFind":"Давайте мы поможем вам найти интересных людей, на которых можно подписаться","refreshFeed":"Обновить мою ленту"}},"hashtags":{"emptyFeed":"Похоже, мы не можем найти записи для этого хэштега"},"report":{"report":"Пожаловаться","selectReason":"Выберите причину","reported":"Жалоба отправлена","sendingReport":"Отправка жалобы","thanksMsg":"Спасибо за обращение! Такие, как вы, помогают сделать сообщество безопаснее!","contactAdminMsg":"Хотите ли вы связаться с администратором по поводу этой публикации или жалобы"}}')},44215:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Коментувати","commented":"Прокоментовано","comments":"Коментарі","like":"Вподобати","liked":"Вподобано","likes":"Вподобання","share":"Поширити","shared":"Поширено","shares":"Поширення","unshare":"Не поширювати","bookmark":"Закладка","cancel":"Скасувати","copyLink":"Копіювати посилання","delete":"Видалити","error":"Помилка","errorMsg":"Щось пішло не так. Повторіть спробу згодом","oops":"Йой!","other":"Інше","readMore":"Докладніше","success":"Успіх","proceed":"Продовжити","next":"Далі","close":"Закрити","clickHere":"натисніть тут","sensitive":"Чутливе","sensitiveContent":"Чутливий вміст","sensitiveContentWarning":"Цей допис може містити чутливий вміст"},"site":{"terms":"Умови використання","privacy":"Політика приватності"},"navmenu":{"search":"Пошук","admin":"Адмінпанель","homeFeed":"Домашня стрічка","localFeed":"Місцева стрічка","globalFeed":"Світова стрічка","discover":"Цікаве","directMessages":"Прямі листи","notifications":"Сповіщення","groups":"Групи","stories":"Сторі","profile":"Профіль","drive":"Сховище","settings":"Параметри","compose":"Створити","logout":"Вийти","about":"Про застосунок","help":"Довідка","language":"Мова","privacy":"Приватність","terms":"Умови","backToPreviousDesign":"Повернути минулий дизайн"},"directMessages":{"inbox":"Вхідні","sent":"Надіслані","requests":"Запити"},"notifications":{"liked":"ставить уподобання під ваш","commented":"коментує ваш","reacted":"реагує на ваш","shared":"поширює ваш","tagged":"позначає вас через","updatedA":"оновлює","sentA":"надсилає","followed":"відстежує","mentioned":"згадує","you":"вас","yourApplication":"Вашу реєстраційну заявку","applicationApproved":"підтверджено!","applicationRejected":"відхилено. Можете повторити спробу через 6 місяців.","dm":"лист","groupPost":"допис у групі","modlog":"моджурнал","post":"допис","story":"сторі","noneFound":"Сповіщень не знайдено"},"post":{"shareToFollowers":"Поширити авдиторії","shareToOther":"Поширити іншим","noLikes":"Вподобань поки нема","uploading":"Вивантаження"},"profile":{"posts":"Дописи","followers":"Авдиторія","following":"Підписки","admin":"Адміністрація","collections":"Збірки","follow":"Стежити","unfollow":"Не стежити","editProfile":"Редагувати профіль","followRequested":"Запит на стеження","joined":"Долучається","emptyCollections":"Збірок у вас поки нема","emptyPosts":"Дописів у вас поки нема"},"menu":{"viewPost":"Переглянути допис","viewProfile":"Переглянути профіль","moderationTools":"Засоби модерування","report":"Скарга","archive":"Архівувати","unarchive":"Розархівувати","embed":"Експорт","selectOneOption":"Оберіть один із наступних варіантів","unlistFromTimelines":"Сховати зі стрічок","addCW":"Застерегти про вміст","removeCW":"Вилучити застереження","markAsSpammer":"Позначити як спам","markAsSpammerText":"Сховати цей і майбутні дописи, додаючи застереження","spam":"Спам","sensitive":"Чутливий вміст","abusive":"Ображає чи шкодить","underageAccount":"Недостатній вік","copyrightInfringement":"Порушує авторські права","impersonation":"Вдає когось","scamOrFraud":"Шахрайство","confirmReport":"Підтвердити скаргу","confirmReportText":"Точно поскаржитись на допис?","reportSent":"Скаргу надіслано!","reportSentText":"Ми успішно отримали вашу скаргу.","reportSentError":"Виникла помилка при надсиланні скарги.","modAddCWConfirm":"Точно додати застереження про вміст цьому допису?","modCWSuccess":"Застереження про вміст успішно додано","modRemoveCWConfirm":"Точно вилучити застереження про вміст із цього допису?","modRemoveCWSuccess":"Застереження про вміст успішно вилучено","modUnlistConfirm":"Точно сховати цей допис?","modUnlistSuccess":"Допис успішно сховано","modMarkAsSpammerConfirm":"Точно позначити цей обліковий запис як спам? Усі наявні й майбутні дописи буде сховано зі стрічок, і їм буде додано застереження про вміст.","modMarkAsSpammerSuccess":"Обліковий запис успішно позначено як спам","toFollowers":"до авдиторії","showCaption":"Показати підпис","showLikes":"Показати вподобання","compactMode":"Компактний режим","embedConfirmText":"Експортуючи кудись допис, ви погоджуєте наші","deletePostConfirm":"Точно видалити допис?","archivePostConfirm":"Точно архівувати допис?","unarchivePostConfirm":"Точно розархівувати допис?"},"story":{"add":"Додати сторі"},"timeline":{"peopleYouMayKnow":"Ймовірні знайомі","onboarding":{"welcome":"Вітаємо","thisIsYourHomeFeed":"Це ваша домашня стрічка — тут будуть дописи від облікових записів, за якими ви стежите, в порядку додання.","letUsHelpYouFind":"Можемо допомогти вам знайти цікавих людей, за якими варто стежити","refreshFeed":"Оновити мою стрічку"}},"hashtags":{"emptyFeed":"Дописів із цим хештегом поки нема"},"report":{"report":"Скарга","selectReason":"Оберіть підставу","reported":"Скаргу надіслано","sendingReport":"Надсилання скарги","thanksMsg":"Дякуємо за скаргу: ви допомагаєте вбезпечити нашу спільноту!","contactAdminMsg":"Якщо бажаєте сконтактувати з адміністрацією про цей допис чи скаргу"}}')},97346:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Bình luận","commented":"Đã bình luận","comments":"Bình luận","like":"Thích","liked":"Đã thích","likes":"Lượt thích","share":"Chia sẻ","shared":"Đã chia sẻ","shares":"Lượt chia sẻ","unshare":"Hủy chia sẻ","bookmark":"Lưu","cancel":"Hủy","copyLink":"Chép link","delete":"Xóa","error":"Lỗi","errorMsg":"Đã xảy ra lỗi. Vui lòng thử lại sau.","oops":"Rất tiếc!","other":"Khác","readMore":"Xem thêm","success":"Hoàn tất","proceed":"Tiếp tục","next":"Tiếp theo","close":"Đóng","clickHere":"nhấn vào đây","sensitive":"Nhạy cảm","sensitiveContent":"Nội dung nhạy cảm","sensitiveContentWarning":"Ảnh này có thể chứa nội dung nhạy cảm"},"site":{"terms":"Điều khoản sử dụng","privacy":"Chính sách bảo mật"},"navmenu":{"search":"Tìm kiếm","admin":"Trang quản trị","homeFeed":"Trang chính","localFeed":"Máy chủ","globalFeed":"Liên hợp","discover":"Khám phá","directMessages":"Nhắn riêng","notifications":"Thông báo","groups":"Nhóm","stories":"Khoảnh khắc","profile":"Trang cá nhân","drive":"Lưu trữ","settings":"Thiết lập","compose":"Ảnh mới","logout":"Đăng xuất","about":"Giới thiệu","help":"Trợ giúp","language":"Ngôn ngữ","privacy":"Bảo mật","terms":"Quy tắc","backToPreviousDesign":"Dùng giao diện cũ"},"directMessages":{"inbox":"Hộp thư","sent":"Đã gửi","requests":"Yêu cầu"},"notifications":{"liked":"đã thích ảnh","commented":"bình luận về ảnh","reacted":"xem ảnh","shared":"đã chia sẻ","tagged":"nhắc đến bạn trong","updatedA":"đã cập nhật","sentA":"đã gửi một","followed":"đã theo dõi","mentioned":"nhắc đến","you":"bạn","yourApplication":"Đăng ký tham gia của bạn","applicationApproved":"đã được duyệt!","applicationRejected":"đã bị từ chối. Hãy gửi lại trong 6 tháng tiếp theo.","dm":"nt","groupPost":"ảnh đăng nhóm","modlog":"nhật ký kiểm duyệt","post":"bài đăng","story":"khoảnh khắc","noneFound":"Không có thông báo mới"},"post":{"shareToFollowers":"Chia sẻ đến người theo dõi","shareToOther":"Chia sẻ tới những người khác","noLikes":"Chưa có lượt thích","uploading":"Đang tải lên"},"profile":{"posts":"Ảnh","followers":"Người theo dõi","following":"Theo dõi","admin":"Quản trị viên","collections":"Bộ sưu tập","follow":"Theo dõi","unfollow":"Ngưng theo dõi","editProfile":"Sửa trang cá nhân","followRequested":"Yêu cầu theo dõi","joined":"Đã tham gia","emptyCollections":"Không tìm thấy bộ sưu tập nào","emptyPosts":"Không tìm thấy ảnh nào"},"menu":{"viewPost":"Xem ảnh","viewProfile":"Xem trang cá nhân","moderationTools":"Kiểm duyệt","report":"Báo cáo","archive":"Lưu trữ","unarchive":"Bỏ lưu trữ","embed":"Nhúng","selectOneOption":"Vui lòng chọn một trong các tùy chọn sau","unlistFromTimelines":"Ẩn khỏi trang chung","addCW":"Thêm cảnh báo nội dung","removeCW":"Xóa cảnh báo nội dung","markAsSpammer":"Đánh dấu spam","markAsSpammerText":"Ẩn khỏi trang chung và chèn cảnh báo nội dung cho tất cả ảnh","spam":"Spam","sensitive":"Nội dung nhạy cảm","abusive":"Lạm dụng hoặc Gây hại","underageAccount":"Tài khoản trẻ em","copyrightInfringement":"Vi phạm bản quyền","impersonation":"Giả mạo","scamOrFraud":"Lừa đảo hoặc Gian lận","confirmReport":"Xác nhận báo cáo","confirmReportText":"Bạn có chắc muốn báo cáo ảnh này?","reportSent":"Đã gửi báo cáo!","reportSentText":"Quản trị viên đã nhận báo cáo của bạn.","reportSentError":"Xảy ra lỗi khi báo cáo ảnh này.","modAddCWConfirm":"Bạn có chắc muốn chèn cảnh báo nội dung ảnh này?","modCWSuccess":"Đã chèn cảnh báo nội dung","modRemoveCWConfirm":"Bạn có chắc muốn gỡ cảnh báo nội dung ảnh này?","modRemoveCWSuccess":"Đã gỡ cảnh báo nội dung","modUnlistConfirm":"Bạn có chắc muốn ẩn ảnh này khỏi trang chung?","modUnlistSuccess":"Đã ẩn khỏi trang chung","modMarkAsSpammerConfirm":"Bạn có chắc muốn đánh dấu người này là spam? Những ảnh của người này sẽ biến mất trong trang chung và cảnh báo nội dung sẽ được áp dụng.","modMarkAsSpammerSuccess":"Đã đánh dấu người này là spam","toFollowers":"tới Người theo dõi","showCaption":"Hiện chú thích","showLikes":"Hiện lượt thích","compactMode":"Chế độ đơn giản","embedConfirmText":"Sử dụng mã nhúng này nghĩa là bạn đồng ý với","deletePostConfirm":"Bạn có chắc muốn xóa ảnh này?","archivePostConfirm":"Bạn có chắc muốn lưu trữ ảnh này?","unarchivePostConfirm":"Bạn có chắc muốn bỏ lưu trữ ảnh này?"},"story":{"add":"Khoảnh khắc"},"timeline":{"peopleYouMayKnow":"Những người bạn có thể biết","onboarding":{"welcome":"Chào mừng","thisIsYourHomeFeed":"Đây là bảng tin của bạn, được xếp theo thứ tự thời gian với những tài khoản mà bạn theo dõi.","letUsHelpYouFind":"Đây là vài người thú vị mà bạn nên theo dõi","refreshFeed":"Làm tươi bảng tin"}},"hashtags":{"emptyFeed":"Không tìm thấy ảnh nào với hashtag này"},"report":{"report":"Báo cáo","selectReason":"Chọn một lý do","reported":"Bị báo cáo","sendingReport":"Đang gửi báo cáo...","thanksMsg":"Cảm ơn đã gửi báo cáo, bạn đã giúp cộng đồng sạch hơn!","contactAdminMsg":"Nếu cần thiết, hãy liên hệ quản trị viên về ảnh này hoặc báo cáo"}}')}},t=>{t.O(0,[3660],(()=>{return e=33258,t(t.s=e);var e}));t.O()}]);