Merge branch 'develop' of codeberg.org:calckey/calckey into develop

This commit is contained in:
ThatOneCalculator 2023-07-12 23:09:44 -07:00
commit 83f4e6f0ca
No known key found for this signature in database
GPG key ID: 8703CACD01000000
4 changed files with 4 additions and 3 deletions

1
locales/gl.yml Normal file
View file

@ -0,0 +1 @@
{}

View file

@ -50,7 +50,7 @@ export async function importMastoPost(
text: text || undefined,
reply,
renote: null,
cw: post.sensitive,
cw: post.object.sensitive ? post.object.summary : undefined,
localOnly: false,
visibility: "hidden",
visibleUsers: [],

View file

@ -247,7 +247,7 @@ export default class Connection {
for (const obj of objs) {
const { type, body } = obj;
console.log(type, body);
// console.log(type, body);
switch (type) {
case "readNotification":
this.onReadNotification(body);

View file

@ -69,7 +69,7 @@ const alt = computed(() =>
vertical-align: -0.25em;
&.custom {
height: 2.5em;
height: 2em;
vertical-align: middle;
transition: transform 0.2s ease;