1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-02 04:36:43 +01:00

- logging changes.

This commit is contained in:
cage 2020-06-07 13:04:08 +02:00
parent 5f7c6a1f45
commit 0895409af5

View File

@ -1,4 +1,6 @@
2020-06-07 cage 2020-06-07 cage
* configure
* src/ui-goodies.lisp
* src/api-client.lisp * src/api-client.lisp
* src/api-pleroma.lisp * src/api-pleroma.lisp
* src/db.lisp * src/db.lisp
@ -7,6 +9,9 @@
* src/text-utils.lisp * src/text-utils.lisp
* tinmop.asd * tinmop.asd
- remove duplicated urls in messages that are a reblog;
- fixed swapped docstrings;
- updated configure.
- moved pleroma specific API to i package :api-pleroma; - moved pleroma specific API to i package :api-pleroma;
- renamed function: 'text-utils:left-padding-suffix' to 'text-utils:left-padding-prefix'; - renamed function: 'text-utils:left-padding-suffix' to 'text-utils:left-padding-prefix';
- rendered the choice index for poll's choices; - rendered the choice index for poll's choices;