mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added timestamp
This commit is contained in:
parent
f95d6f8bec
commit
2834f76230
@ -1,5 +1,6 @@
|
|||||||
import React from "react"
|
import React from "react"
|
||||||
import * as antd from "antd"
|
import * as antd from "antd"
|
||||||
|
import { DateTime } from "luxon"
|
||||||
|
|
||||||
import { Icons } from "components/Icons"
|
import { Icons } from "components/Icons"
|
||||||
|
|
||||||
@ -160,6 +161,7 @@ export default (props) => {
|
|||||||
let RequestData = {
|
let RequestData = {
|
||||||
type: "playlist",
|
type: "playlist",
|
||||||
message: playlistDescription,
|
message: playlistDescription,
|
||||||
|
timestamp: DateTime.local().toISO(),
|
||||||
data: {
|
data: {
|
||||||
title: playlistName,
|
title: playlistName,
|
||||||
cover: coverURL,
|
cover: coverURL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user