a
This commit is contained in:
parent
9cb1b1a48c
commit
8beb778950
2 changed files with 4 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.7.5",
|
"version": "12.119.0-calc.7-rc.1",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -69,13 +69,9 @@ let connection = $ref(null);
|
||||||
|
|
||||||
const getAcct = Acct.toString;
|
const getAcct = Acct.toString;
|
||||||
|
|
||||||
const pagination = {
|
const props = defineProps<{
|
||||||
endpoint: 'messaging/history' as const,
|
pagination: any;
|
||||||
limit: 10,
|
}>();
|
||||||
parameters: {
|
|
||||||
group: false,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
function isMe(message) {
|
function isMe(message) {
|
||||||
return message.userId === $i.id;
|
return message.userId === $i.id;
|
||||||
|
|
Loading…
Reference in a new issue