mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
use FeedModel
This commit is contained in:
parent
b7f41019a6
commit
bed8bcdfc8
@ -2,7 +2,8 @@ import React from "react"
|
|||||||
import { Skeleton } from "antd"
|
import { Skeleton } from "antd"
|
||||||
|
|
||||||
import { PostsList, PostCreator } from "components"
|
import { PostsList, PostCreator } from "components"
|
||||||
import Post from "models/post"
|
|
||||||
|
import FeedModel from "models/feed"
|
||||||
|
|
||||||
import "./index.less"
|
import "./index.less"
|
||||||
|
|
||||||
@ -50,7 +51,7 @@ export default class Feed extends React.Component {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// get posts from api
|
// get posts from api
|
||||||
const result = await Post.getFeed({
|
const result = await FeedModel.getPostsFeed({
|
||||||
trim: trim ?? this.state.posts.length,
|
trim: trim ?? this.state.posts.length,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user