diff --git a/lib/pleroma/pool/request.ex b/lib/pleroma/pool/request.ex
index 3fb930db7..1da8952a3 100644
--- a/lib/pleroma/pool/request.ex
+++ b/lib/pleroma/pool/request.ex
@@ -24,42 +24,42 @@ def execute(pid, client, request, timeout) do
def handle_call({:execute, client, request}, _from, state) do
response = Pleroma.HTTP.request(client, request)
- {:reply, response, state}
+ {:reply, response, state, :hibernate}
end
@impl true
def handle_info({:gun_data, _conn, _stream, _, _}, state) do
- {:noreply, state}
+ {:noreply, state, :hibernate}
end
@impl true
def handle_info({:gun_up, _conn, _protocol}, state) do
- {:noreply, state}
+ {:noreply, state, :hibernate}
end
@impl true
def handle_info({:gun_down, _conn, _protocol, _reason, _killed}, state) do
- {:noreply, state}
+ {:noreply, state, :hibernate}
end
@impl true
def handle_info({:gun_error, _conn, _stream, _error}, state) do
- {:noreply, state}
+ {:noreply, state, :hibernate}
end
@impl true
def handle_info({:gun_push, _conn, _stream, _new_stream, _method, _uri, _headers}, state) do
- {:noreply, state}
+ {:noreply, state, :hibernate}
end
@impl true
def handle_info({:gun_response, _conn, _stream, _, _status, _headers}, state) do
- {:noreply, state}
+ {:noreply, state, :hibernate}
end
@impl true
def handle_info(msg, state) do
Logger.warn("Received unexpected message #{inspect(__MODULE__)} #{inspect(msg)}")
- {:noreply, state}
+ {:noreply, state, :hibernate}
end
end
diff --git a/priv/static/index.html b/priv/static/index.html
index 7c9984dfa..a6cf28409 100644
--- a/priv/static/index.html
+++ b/priv/static/index.html
@@ -1 +1 @@
-
Pleroma
\ No newline at end of file
+Pleroma
\ No newline at end of file
diff --git a/priv/static/static/font/fontello.1587222923489.woff2 b/priv/static/static/font/fontello.1587222923489.woff2
deleted file mode 100644
index 5c026622c..000000000
Binary files a/priv/static/static/font/fontello.1587222923489.woff2 and /dev/null differ
diff --git a/priv/static/static/font/fontello.1587222923489.eot b/priv/static/static/font/fontello.1588196596336.eot
similarity index 98%
rename from priv/static/static/font/fontello.1587222923489.eot
rename to priv/static/static/font/fontello.1588196596336.eot
index daf94182c..b25cae958 100644
Binary files a/priv/static/static/font/fontello.1587222923489.eot and b/priv/static/static/font/fontello.1588196596336.eot differ
diff --git a/priv/static/static/font/fontello.1587222923489.svg b/priv/static/static/font/fontello.1588196596336.svg
similarity index 100%
rename from priv/static/static/font/fontello.1587222923489.svg
rename to priv/static/static/font/fontello.1588196596336.svg
diff --git a/priv/static/static/font/fontello.1587222923489.ttf b/priv/static/static/font/fontello.1588196596336.ttf
similarity index 99%
rename from priv/static/static/font/fontello.1587222923489.ttf
rename to priv/static/static/font/fontello.1588196596336.ttf
index 73107e5a6..7b1a4b4b0 100644
Binary files a/priv/static/static/font/fontello.1587222923489.ttf and b/priv/static/static/font/fontello.1588196596336.ttf differ
diff --git a/priv/static/static/font/fontello.1587222923489.woff b/priv/static/static/font/fontello.1588196596336.woff
similarity index 98%
rename from priv/static/static/font/fontello.1587222923489.woff
rename to priv/static/static/font/fontello.1588196596336.woff
index 6f92d3ca1..67852eb48 100644
Binary files a/priv/static/static/font/fontello.1587222923489.woff and b/priv/static/static/font/fontello.1588196596336.woff differ
diff --git a/priv/static/static/font/fontello.1588196596336.woff2 b/priv/static/static/font/fontello.1588196596336.woff2
new file mode 100644
index 000000000..c8d9ee6c8
Binary files /dev/null and b/priv/static/static/font/fontello.1588196596336.woff2 differ
diff --git a/priv/static/static/fontello.1587222923489.css b/priv/static/static/fontello.1588196596336.css
similarity index 89%
rename from priv/static/static/fontello.1587222923489.css
rename to priv/static/static/fontello.1588196596336.css
index 1654586fd..c5881bc93 100644
Binary files a/priv/static/static/fontello.1587222923489.css and b/priv/static/static/fontello.1588196596336.css differ
diff --git a/priv/static/static/js/app.2156f8b23e368ba319e5.js b/priv/static/static/js/app.2156f8b23e368ba319e5.js
deleted file mode 100644
index 58059a1de..000000000
Binary files a/priv/static/static/js/app.2156f8b23e368ba319e5.js and /dev/null differ
diff --git a/priv/static/static/js/app.2156f8b23e368ba319e5.js.map b/priv/static/static/js/app.2156f8b23e368ba319e5.js.map
deleted file mode 100644
index e309320f4..000000000
Binary files a/priv/static/static/js/app.2156f8b23e368ba319e5.js.map and /dev/null differ
diff --git a/priv/static/static/js/app.e689136d879ca1c869c6.js b/priv/static/static/js/app.e689136d879ca1c869c6.js
new file mode 100644
index 000000000..05b442ced
Binary files /dev/null and b/priv/static/static/js/app.e689136d879ca1c869c6.js differ
diff --git a/priv/static/static/js/app.e689136d879ca1c869c6.js.map b/priv/static/static/js/app.e689136d879ca1c869c6.js.map
new file mode 100644
index 000000000..8d5985022
Binary files /dev/null and b/priv/static/static/js/app.e689136d879ca1c869c6.js.map differ
diff --git a/priv/static/static/stickers/yuruyuri/304819270.png b/priv/static/static/stickers/yuruyuri/304819270.png
new file mode 100644
index 000000000..95bb3dabc
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819270.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819271.png b/priv/static/static/stickers/yuruyuri/304819271.png
new file mode 100644
index 000000000..70a2e918e
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819271.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819272.png b/priv/static/static/stickers/yuruyuri/304819272.png
new file mode 100644
index 000000000..bbe7505b7
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819272.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819273.png b/priv/static/static/stickers/yuruyuri/304819273.png
new file mode 100644
index 000000000..939ef0d76
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819273.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819274.png b/priv/static/static/stickers/yuruyuri/304819274.png
new file mode 100644
index 000000000..8e269e3d3
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819274.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819275.png b/priv/static/static/stickers/yuruyuri/304819275.png
new file mode 100644
index 000000000..fea35baa8
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819275.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819276.png b/priv/static/static/stickers/yuruyuri/304819276.png
new file mode 100644
index 000000000..acef52b50
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819276.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819277.png b/priv/static/static/stickers/yuruyuri/304819277.png
new file mode 100644
index 000000000..72b73081a
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819277.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819278.png b/priv/static/static/stickers/yuruyuri/304819278.png
new file mode 100644
index 000000000..576cbcc57
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819278.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819279.png b/priv/static/static/stickers/yuruyuri/304819279.png
new file mode 100644
index 000000000..bedb20251
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819279.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819280.png b/priv/static/static/stickers/yuruyuri/304819280.png
new file mode 100644
index 000000000..561455b16
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819280.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819281.png b/priv/static/static/stickers/yuruyuri/304819281.png
new file mode 100644
index 000000000..fda375728
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819281.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819282.png b/priv/static/static/stickers/yuruyuri/304819282.png
new file mode 100644
index 000000000..46ed284b8
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819282.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819283.png b/priv/static/static/stickers/yuruyuri/304819283.png
new file mode 100644
index 000000000..f76c8839f
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819283.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819284.png b/priv/static/static/stickers/yuruyuri/304819284.png
new file mode 100644
index 000000000..e0bac4daa
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819284.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819285.png b/priv/static/static/stickers/yuruyuri/304819285.png
new file mode 100644
index 000000000..74c3ee68b
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819285.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819286.png b/priv/static/static/stickers/yuruyuri/304819286.png
new file mode 100644
index 000000000..d24795bb0
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819286.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819287.png b/priv/static/static/stickers/yuruyuri/304819287.png
new file mode 100644
index 000000000..106b71acb
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819287.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819288.png b/priv/static/static/stickers/yuruyuri/304819288.png
new file mode 100644
index 000000000..5e5e5f1b1
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819288.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819289.png b/priv/static/static/stickers/yuruyuri/304819289.png
new file mode 100644
index 000000000..5269bbfde
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819289.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819290.png b/priv/static/static/stickers/yuruyuri/304819290.png
new file mode 100644
index 000000000..e1ce5236a
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819290.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819291.png b/priv/static/static/stickers/yuruyuri/304819291.png
new file mode 100644
index 000000000..1703d5027
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819291.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819292.png b/priv/static/static/stickers/yuruyuri/304819292.png
new file mode 100644
index 000000000..483b00a5f
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819292.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819293.png b/priv/static/static/stickers/yuruyuri/304819293.png
new file mode 100644
index 000000000..9e5f6b154
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819293.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819294.png b/priv/static/static/stickers/yuruyuri/304819294.png
new file mode 100644
index 000000000..1ca4988b0
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819294.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819295.png b/priv/static/static/stickers/yuruyuri/304819295.png
new file mode 100644
index 000000000..0496fe445
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819295.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819296.png b/priv/static/static/stickers/yuruyuri/304819296.png
new file mode 100644
index 000000000..1a90cb033
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819296.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819297.png b/priv/static/static/stickers/yuruyuri/304819297.png
new file mode 100644
index 000000000..80593490d
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819297.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819298.png b/priv/static/static/stickers/yuruyuri/304819298.png
new file mode 100644
index 000000000..8487643b9
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819298.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819299.png b/priv/static/static/stickers/yuruyuri/304819299.png
new file mode 100644
index 000000000..7d30fec98
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819299.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819300.png b/priv/static/static/stickers/yuruyuri/304819300.png
new file mode 100644
index 000000000..f536a3162
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819300.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819301.png b/priv/static/static/stickers/yuruyuri/304819301.png
new file mode 100644
index 000000000..bcd82804c
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819301.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819302.png b/priv/static/static/stickers/yuruyuri/304819302.png
new file mode 100644
index 000000000..40d83e50f
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819302.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819303.png b/priv/static/static/stickers/yuruyuri/304819303.png
new file mode 100644
index 000000000..1850e3faa
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819303.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819304.png b/priv/static/static/stickers/yuruyuri/304819304.png
new file mode 100644
index 000000000..d7fb9f441
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819304.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819305.png b/priv/static/static/stickers/yuruyuri/304819305.png
new file mode 100644
index 000000000..257be7c4a
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819305.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819306.png b/priv/static/static/stickers/yuruyuri/304819306.png
new file mode 100644
index 000000000..938c3a39d
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819306.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819307.png b/priv/static/static/stickers/yuruyuri/304819307.png
new file mode 100644
index 000000000..89d33a3d1
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819307.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819308.png b/priv/static/static/stickers/yuruyuri/304819308.png
new file mode 100644
index 000000000..db8a6deb1
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819308.png differ
diff --git a/priv/static/static/stickers/yuruyuri/304819309.png b/priv/static/static/stickers/yuruyuri/304819309.png
new file mode 100644
index 000000000..e753bb101
Binary files /dev/null and b/priv/static/static/stickers/yuruyuri/304819309.png differ
diff --git a/priv/static/static/stickers/yuruyuri/pack.json b/priv/static/static/stickers/yuruyuri/pack.json
index d0475efa7..22ebedc10 100644
--- a/priv/static/static/stickers/yuruyuri/pack.json
+++ b/priv/static/static/stickers/yuruyuri/pack.json
@@ -2,5 +2,5 @@
"title": "yuruyuri",
"author": "idk",
"tabIcon": "tab.png",
- "stickers": ["8031419.png", "8031405.png", "8031428.png", "8031413.png", "8031403.png", "8031418.png", "8031408.png", "8031420.png", "8031397.png", "8031426.png", "8031410.png", "8031402.png", "8031416.png", "8031421.png", "8031407.png", "8031427.png", "8031429.png", "8031396.png", "8031424.png", "8031411.png", "8031399.png", "8031433.png", "8031430.png", "8031425.png", "8031400.png", "8031398.png", "8031415.png", "8031414.png", "8031409.png", "8031431.png", "8031422.png", "8031434.png", "8031435.png", "8031401.png", "8031417.png", "8031406.png", "8031412.png", "8031423.png", "8031432.png", "8031404.png"]
+ "stickers": ["8031419.png", "304819280.png", "304819283.png", "304819300.png", "304819289.png", "8031405.png", "304819290.png", "8031428.png", "8031413.png", "304819305.png", "304819297.png", "304819306.png", "8031403.png", "8031418.png", "304819274.png", "8031408.png", "8031420.png", "8031397.png", "304819301.png", "8031426.png", "304819302.png", "8031410.png", "304819276.png", "304819279.png", "304819309.png", "8031402.png", "304819275.png", "304819285.png", "8031416.png", "304819278.png", "304819294.png", "8031421.png", "8031407.png", "304819287.png", "304819277.png", "8031427.png", "8031429.png", "304819293.png", "304819308.png", "8031396.png", "8031424.png", "8031411.png", "304819272.png", "304819304.png", "304819281.png", "8031399.png", "304819282.png", "8031433.png", "8031430.png", "304819296.png", "8031425.png", "8031400.png", "304819288.png", "8031398.png", "304819295.png", "8031415.png", "8031414.png", "8031409.png", "304819271.png", "8031431.png", "304819299.png", "304819286.png", "8031422.png", "8031434.png", "8031435.png", "304819303.png", "304819292.png", "8031401.png", "8031417.png", "8031406.png", "8031412.png", "304819273.png", "8031423.png", "304819291.png", "304819307.png", "8031432.png", "304819284.png", "304819270.png", "304819298.png", "8031404.png"]
}
diff --git a/priv/static/static/stickers/yuruyuri/productInfo.meta b/priv/static/static/stickers/yuruyuri/productInfo.meta
index c0ec69c11..68052e2ed 100644
--- a/priv/static/static/stickers/yuruyuri/productInfo.meta
+++ b/priv/static/static/stickers/yuruyuri/productInfo.meta
@@ -1 +1 @@
-{"packageId":5271,"onSale":true,"validDays":0,"title":{"en":"YURU-YURI","es":"YURU-YURI","in":"YURU-YURI","ja":"ゆるゆり","ko":"유루유리","th":"คลับบ้าฮาต๊อง\n","zh-Hans":"摇曳百合","zh-Hant":"輕鬆百合"},"author":{"en":"Ichijinsha Inc.","es":"Ichijinsha Inc.","ja":"一迅社","ko":"Ichijinsha Inc.","zh-Hans":"Ichijinsha Inc.","zh-Hant":"Ichijinsha Inc."},"price":[{"country":"@@","symbol":"NLC","price":100.00,"currency":"NLC"},{"country":"HK","symbol":"HK$","price":15.00,"currency":"HKD"},{"country":"JP","symbol":"¥","price":200.00,"currency":"JPY"},{"country":"KR","symbol":"₩","price":2000.00,"currency":"KRW"},{"country":"SG","symbol":"S$","price":2.58,"currency":"SGD"},{"country":"TW","symbol":"NT$","price":60.00,"currency":"TWD"},{"country":"US","symbol":"$","price":1.99,"currency":"USD"}],"stickers":[{"width":150,"id":8031396,"height":152},{"width":160,"id":8031397,"height":150},{"width":149,"id":8031398,"height":150},{"width":154,"id":8031399,"height":150},{"width":136,"id":8031400,"height":156},{"width":146,"id":8031401,"height":150},{"width":165,"id":8031402,"height":151},{"width":164,"id":8031403,"height":151},{"width":149,"id":8031404,"height":151},{"width":145,"id":8031405,"height":150},{"width":158,"id":8031406,"height":151},{"width":155,"id":8031407,"height":161},{"width":138,"id":8031408,"height":151},{"width":132,"id":8031409,"height":150},{"width":150,"id":8031410,"height":156},{"width":157,"id":8031411,"height":150},{"width":156,"id":8031412,"height":150},{"width":150,"id":8031413,"height":151},{"width":172,"id":8031414,"height":155},{"width":160,"id":8031415,"height":153},{"width":160,"id":8031416,"height":150},{"width":152,"id":8031417,"height":150},{"width":142,"id":8031418,"height":156},{"width":169,"id":8031419,"height":151},{"width":162,"id":8031420,"height":151},{"width":160,"id":8031421,"height":150},{"width":143,"id":8031422,"height":150},{"width":161,"id":8031423,"height":157},{"width":152,"id":8031424,"height":150},{"width":165,"id":8031425,"height":156},{"width":154,"id":8031426,"height":155},{"width":132,"id":8031427,"height":160},{"width":155,"id":8031428,"height":150},{"width":162,"id":8031429,"height":149},{"width":153,"id":8031430,"height":151},{"width":149,"id":8031431,"height":150},{"width":107,"id":8031432,"height":162},{"width":168,"id":8031433,"height":156},{"width":157,"id":8031434,"height":150},{"width":160,"id":8031435,"height":150}]}
\ No newline at end of file
+{"packageId":11440073,"onSale":true,"validDays":0,"title":{"en":"YURU-YURI Goraku Bu-chan Sticker","ja":"ゆるゆり ごらくぶーちゃんスタンプ"},"author":{"en":"Ichijinsha Inc.","ja":"一迅社"},"price":[{"country":"@@","currency":"NLC","symbol":"NLC","price":50.0},{"country":"ID","currency":"IDR","symbol":"Rp","price":12000.0},{"country":"JP","currency":"JPY","symbol":"¥","price":120.0},{"country":"TH","currency":"THB","symbol":"THB","price":30.0},{"country":"TW","currency":"TWD","symbol":"NT$","price":33.0},{"country":"US","currency":"USD","symbol":"$","price":0.99}],"stickers":[{"id":304819270,"width":185,"height":160},{"id":304819271,"width":185,"height":160},{"id":304819272,"width":185,"height":160},{"id":304819273,"width":185,"height":160},{"id":304819274,"width":185,"height":160},{"id":304819275,"width":185,"height":160},{"id":304819276,"width":185,"height":160},{"id":304819277,"width":185,"height":160},{"id":304819278,"width":185,"height":160},{"id":304819279,"width":185,"height":160},{"id":304819280,"width":185,"height":160},{"id":304819281,"width":185,"height":160},{"id":304819282,"width":185,"height":160},{"id":304819283,"width":185,"height":160},{"id":304819284,"width":185,"height":160},{"id":304819285,"width":185,"height":160},{"id":304819286,"width":185,"height":160},{"id":304819287,"width":185,"height":160},{"id":304819288,"width":185,"height":160},{"id":304819289,"width":185,"height":160},{"id":304819290,"width":185,"height":160},{"id":304819291,"width":185,"height":160},{"id":304819292,"width":185,"height":160},{"id":304819293,"width":185,"height":160},{"id":304819294,"width":185,"height":160},{"id":304819295,"width":185,"height":160},{"id":304819296,"width":185,"height":160},{"id":304819297,"width":185,"height":160},{"id":304819298,"width":185,"height":160},{"id":304819299,"width":185,"height":160},{"id":304819300,"width":185,"height":160},{"id":304819301,"width":185,"height":160},{"id":304819302,"width":185,"height":160},{"id":304819303,"width":185,"height":160},{"id":304819304,"width":185,"height":160},{"id":304819305,"width":185,"height":160},{"id":304819306,"width":185,"height":160},{"id":304819307,"width":185,"height":160},{"id":304819308,"width":185,"height":160},{"id":304819309,"width":185,"height":160}],"hasAnimation":false,"hasSound":false,"stickerResourceType":"STATIC"}
\ No newline at end of file
diff --git a/priv/static/static/stickers/yuruyuri/tab.png b/priv/static/static/stickers/yuruyuri/tab.png
index 72ad55147..84f10ee4f 100644
Binary files a/priv/static/static/stickers/yuruyuri/tab.png and b/priv/static/static/stickers/yuruyuri/tab.png differ
diff --git a/priv/static/static/stickers/yuruyuri/tab_off.png b/priv/static/static/stickers/yuruyuri/tab_off.png
index 5498bb8ca..8d2697398 100644
Binary files a/priv/static/static/stickers/yuruyuri/tab_off.png and b/priv/static/static/stickers/yuruyuri/tab_off.png differ
diff --git a/priv/static/static/stickers/yuruyuri/tab_on.png b/priv/static/static/stickers/yuruyuri/tab_on.png
index 72ad55147..84f10ee4f 100644
Binary files a/priv/static/static/stickers/yuruyuri/tab_on.png and b/priv/static/static/stickers/yuruyuri/tab_on.png differ
diff --git a/priv/static/sw-pleroma.js b/priv/static/sw-pleroma.js
index 06e6b4a82..0e037d43d 100644
Binary files a/priv/static/sw-pleroma.js and b/priv/static/sw-pleroma.js differ
diff --git a/vm.args b/vm.args
new file mode 100644
index 000000000..4ba608f9e
--- /dev/null
+++ b/vm.args
@@ -0,0 +1,2 @@
+-sname pleroma
+-setcookie "ohnoendme"