a
This commit is contained in:
parent
9cb1b1a48c
commit
8beb778950
@ -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",
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user