This commit is contained in:
ThatOneCalculator 2022-11-04 14:23:25 -07:00
parent 9cb1b1a48c
commit 8beb778950
2 changed files with 4 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.7.5",
"version": "12.119.0-calc.7-rc.1",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -69,13 +69,9 @@ let connection = $ref(null);
const getAcct = Acct.toString;
const pagination = {
endpoint: 'messaging/history' as const,
limit: 10,
parameters: {
group: false,
},
};
const props = defineProps<{
pagination: any;
}>();
function isMe(message) {
return message.userId === $i.id;